Browse Source

去掉return

intex
zhang_li 1 week ago
parent
commit
3c3a6da71b
  1. 24
      src/pages/putaway/job/putawayDetail.vue

24
src/pages/putaway/job/putawayDetail.vue

@ -683,7 +683,6 @@
this.$refs.comMessage.showErrorMessage(str2);
return;
}
return;
if(this.scanCount < this.subList.length){
//
if (this.jobContent.allowPartialComplete == "TRUE") {
@ -726,27 +725,6 @@
this.showErrorMessage(res.message);
}
})
//
// if (this.scanCount == this.subList.length) {
// this.submitJob();
// } else if (this.scanCount < this.subList.length) {
// //
// if (this.jobContent.allowPartialComplete == "TRUE") {
// //
// this.$refs.comMessage.showQuestionMessage1(",?", 'red', res => {
// if (res) {
// this.submitJob()
// }
// });
// } else {
// //
// this.$refs.comMessage.showErrorMessage(",!", res => {
// if (res) {
// this.openScanPopup();
// }
// });
// }
// }
},
submitJob() {
@ -754,8 +732,6 @@
title: "提交中....",
mask: true
});
var params = this.setParams()
console.log("提交参数", JSON.stringify(params));
putawayJobSubmit(params).then(res => {

Loading…
Cancel
Save