Browse Source

Merge branch 'master_hella' of http://dev.ccwin-in.com:3000/sfms3.0/sfms3.0-uniapp into master_hella

hella_online_20240829
lijuncheng 3 months ago
parent
commit
3b0dbda1da
  1. 4
      src/pages/deliver/job/deliverDetail.vue

4
src/pages/deliver/job/deliverDetail.vue

@ -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()

Loading…
Cancel
Save