Browse Source

修改翻包提示

hella_online_20240821
lijuncheng 1 month ago
parent
commit
9cadc27594
  1. 4
      src/pages/package/record/overPackageRecord.vue

4
src/pages/package/record/overPackageRecord.vue

@ -407,11 +407,11 @@
this.$refs.comMessage.showQuestionMessage("扫描数量【" + tempHandleQty +
"】,将有1个非整包,是否提交?", res => {
if (res) {
// this.submitJob()
this.submitJob()
}
});
} else {
// this.submitJob()
this.submitJob()
}
},

Loading…
Cancel
Save