diff --git a/src/views/emis/emisTmsSiteBatch/panel/BigBatchEditForm.vue b/src/views/emis/emisTmsSiteBatch/panel/BigBatchEditForm.vue index ad031015..0b0bbd3b 100644 --- a/src/views/emis/emisTmsSiteBatch/panel/BigBatchEditForm.vue +++ b/src/views/emis/emisTmsSiteBatch/panel/BigBatchEditForm.vue @@ -900,7 +900,7 @@ export default { // this.$modal.msgError(e); } - scanSiteBatch(this.form.batchNo).then(res=>{}); + // scanSiteBatch(this.form.batchNo).then(res=>{}); scanSiteBatchV2(this.form.batchNo).then(res=>{}); } else { @@ -921,7 +921,7 @@ export default { this.isDoing=false; // this.$modal.msgError(e); } - scanSiteBatch(this.form.batchNo).then(res=>{ }); + // scanSiteBatch(this.form.batchNo).then(res=>{ }); scanSiteBatchV2(this.form.batchNo).then(res=>{ }); } }