From 006e6e733e93a6566721196048116ec15112effd Mon Sep 17 00:00:00 2001 From: wuteng <419274783@qq.com> Date: Fri, 5 Dec 2025 11:10:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=94=80=E2=80=98scanSiteBatch?= =?UTF-8?q?=E2=80=99=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/emis/emisTmsSiteBatch/panel/BigBatchEditForm.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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=>{ }); } }