Browse Source

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

intex^2
lijuncheng 3 days ago
parent
commit
279a24e0af
  1. 5
      src/pages/count/job/countLightDetail.vue

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

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

Loading…
Cancel
Save