From abbd9dfdd1bb3ddd199c68b578c3476caca39dac Mon Sep 17 00:00:00 2001 From: wuteng <419274783@qq.com> Date: Tue, 12 Aug 2025 11:30:12 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=A7=E7=89=A9=E7=BB=84=E6=89=B9=E6=AC=A1?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/emis/emisTmsSiteBatch/panel/BigBatchEditForm.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/emis/emisTmsSiteBatch/panel/BigBatchEditForm.vue b/src/views/emis/emisTmsSiteBatch/panel/BigBatchEditForm.vue index 44b988a8..5ade27d5 100644 --- a/src/views/emis/emisTmsSiteBatch/panel/BigBatchEditForm.vue +++ b/src/views/emis/emisTmsSiteBatch/panel/BigBatchEditForm.vue @@ -945,6 +945,7 @@ export default { let billcode = billCodeArr[i].trim(); let queryParams = { billCode: billcode, + batchNo: this.form.batchNo, params:{ startSiteCode: this.form.startSiteCode, nextSiteCode: this.form.nextSiteCode,