From 78971372f5fbfcad2860126f1c2d296d34832121 Mon Sep 17 00:00:00 2001 From: 18110972313 <780768673@qq.com> Date: Sat, 10 May 2025 10:25:22 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E5=87=BA=E5=85=A5=E5=BA=93=E6=8A=A5?= =?UTF-8?q?=E8=A1=A8=E9=BB=98=E8=AE=A4=E4=B8=8D=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Query/StockQuery/StockTransaction/index.vue | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/views/Query/StockQuery/StockTransaction/index.vue b/src/views/Query/StockQuery/StockTransaction/index.vue index 2e745cc..19a6f67 100644 --- a/src/views/Query/StockQuery/StockTransaction/index.vue +++ b/src/views/Query/StockQuery/StockTransaction/index.vue @@ -8,7 +8,7 @@ - + { */ ] getPRINTLIST() - handleQuery() + //handleQuery() updateTableHeight(); window.addEventListener('resize', handleResize); @@ -301,6 +301,11 @@ function handleQuery() { for (let i = 0; i < state.queryParams.RECEIVEREQUESTNAMETYPE.length; i++) { loactionString = loactionString + state.queryParams.RECEIVEREQUESTNAMETYPE[i] + ',' } + /* + if (loactionString == '') { + loactionString = 'BarCodeToTransferIn,allocateStockIn,receiveMesShippInfo,Assign'; + } + */ let erpFactoryString = '' for (let i = 0; i < state.queryParams.ERPFACTORY.length; i++) { erpFactoryString = erpFactoryString + state.queryParams.ERPFACTORY[i] + ',' @@ -430,7 +435,7 @@ function exportExcel() { function resetQuery() { queryFormRef.value.resetFields(); setDefaultDates(); - handleQuery(); + //handleQuery(); } /**