Browse Source

HL-6098PDA端执行盘点任务时,可以不扫描箱码直接进行提交。在盘点调整时就是要库位上的库存清空

hella_online_20240919
zhang_li 4 months ago
parent
commit
a91cc7861f
  1. 8
      src/pages/count/job/countLightDetail.vue

8
src/pages/count/job/countLightDetail.vue

@ -478,10 +478,10 @@
commit() { commit() {
this.calcAllCount() this.calcAllCount()
this.calcScanCount() this.calcScanCount()
if(!this.scanCount){ // if(!this.scanCount){
this.$refs.comMessage.showErrorMessage('请先进行扫描,再进行提交'); // this.$refs.comMessage.showErrorMessage(',');
return // return
} // }
if (this.scanCount == this.allCount) { if (this.scanCount == this.allCount) {
this.submitJob(); this.submitJob();
} else if (this.scanCount < this.allCount) { } else if (this.scanCount < this.allCount) {

Loading…
Cancel
Save