|
@ -248,7 +248,9 @@ |
|
|
console.log("提交参数", JSON.stringify(params)); |
|
|
console.log("提交参数", JSON.stringify(params)); |
|
|
|
|
|
|
|
|
if(params.subList.length==0){ |
|
|
if(params.subList.length==0){ |
|
|
this.$refs.comMessage.showSuccessMessage('请扫描箱码') |
|
|
uni.hideLoading() |
|
|
|
|
|
this.$refs.comMessage.showConfirmMessageModal('请扫描箱码') |
|
|
|
|
|
return |
|
|
} |
|
|
} |
|
|
deliverJobSubmit(params).then(res => { |
|
|
deliverJobSubmit(params).then(res => { |
|
|
uni.hideLoading() |
|
|
uni.hideLoading() |
|
|