From 294035b06907238d5280be3553b2c6a0bdf15382 Mon Sep 17 00:00:00 2001 From: wuteng <419274783@qq.com> Date: Tue, 9 Dec 2025 15:53:18 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=8C=89=E7=BA=BF=E8=B7=AF=E9=87=8D?= =?UTF-8?q?=E7=AE=97=E5=8F=82=E6=95=B0=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/emis/emisCommon.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/api/emis/emisCommon.js b/src/api/emis/emisCommon.js index 5b2b48e6..9269ca01 100644 --- a/src/api/emis/emisCommon.js +++ b/src/api/emis/emisCommon.js @@ -83,7 +83,6 @@ export function autoScanSiteBatchV2(lineCode) { return request({ url: '/emis/common/autoScanSiteBatchV2?lineCode='+lineCode, method: 'get', - params: {lineCode:lineCode}, timeout: 20000 }) } From 67e96593ae1440c6df97696f4654a96cc8247361 Mon Sep 17 00:00:00 2001 From: wuteng <419274783@qq.com> Date: Tue, 9 Dec 2025 16:07:41 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E8=B4=A7=E7=89=A9=E7=BB=84=E6=89=B9?= =?UTF-8?q?=E6=AC=A1=E5=88=97=E8=A1=A8=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../panel/BigBatchListPanel.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/views/emis/emisTmsSiteBatch/panel/BigBatchListPanel.vue b/src/views/emis/emisTmsSiteBatch/panel/BigBatchListPanel.vue index 6f5c8a80..e6c0b308 100644 --- a/src/views/emis/emisTmsSiteBatch/panel/BigBatchListPanel.vue +++ b/src/views/emis/emisTmsSiteBatch/panel/BigBatchListPanel.vue @@ -455,15 +455,15 @@ export default { let rqParams = {...this.queryParams}; if(this.queryParams.queryKey){ - rqParams={ - pageNum: this.queryParams.pageNum, - pageSize: this.queryParams.pageSize, - queryKey:null, - params:{ - billCode:null, - batchNo:null - } - }; + // rqParams={ + // pageNum: this.queryParams.pageNum, + // pageSize: this.queryParams.pageSize, + // queryKey:null, + // params:{ + // billCode:null, + // batchNo:null + // } + // }; if(this.queryOrderType=='1'){ rqParams.params.billCode=this.queryParams.queryKey;