From cf9884564e68e4c9df8fc3ea88c22ad841d236e3 Mon Sep 17 00:00:00 2001 From: 18110972313 <780768673@qq.com> Date: Sat, 10 May 2025 10:40:57 +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=87=8D=E7=BD=AE=E6=8C=89=E9=92=AE=EF=BC=8C=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E6=B8=85=E7=A9=BA=E5=88=97=E8=A1=A8=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Query/StockQuery/StockTransaction/index.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/Query/StockQuery/StockTransaction/index.vue b/src/views/Query/StockQuery/StockTransaction/index.vue index 19a6f67..bfc60c6 100644 --- a/src/views/Query/StockQuery/StockTransaction/index.vue +++ b/src/views/Query/StockQuery/StockTransaction/index.vue @@ -212,12 +212,12 @@ onMounted(() => { { header: "出库仓库", field: "OUTLOCATIONDESC", hide: false, width: '150px' }, { header: "出库货位", field: "OUTLOCATIONNAME", hide: false, width: '150px' }, // 无来源转库、货位调整 - { header: "转出组织", field: "TRANSFEROUTERPFACTORYDESC", hide: false, width: '100px' }, + /* { header: "转出组织", field: "TRANSFEROUTERPFACTORYDESC", hide: false, width: '100px' }, { header: "转出仓库", field: "TRANSFEROUTLOCATIONDESC", hide: false, width: '150px' }, { header: "转出货位", field: "TRANSFEROUTLOCATIONNAME", hide: false, width: '150px' }, { header: "转入组织", field: "TRANSFERINERPFACTORYDESC", hide: false, width: '100px' }, { header: "转入仓库", field: "TRANSFERINLOCATIONDESC", hide: false, width: '150px' }, - { header: "转入货位", field: "TRANSFERINLOCATIONNAME", hide: false, width: '150px' }, + { header: "转入货位", field: "TRANSFERINLOCATIONNAME", hide: false, width: '150px' },*/ { header: "数量", field: "MATERIALQUANTITY", hide: false, width: '100px' }, { header: "单位", field: "FNAME", hide: false, width: '100px' }, { header: "入库单号", field: "RECEIVEREQUESTNAME", hide: false, width: '100px' }, @@ -436,6 +436,8 @@ function resetQuery() { queryFormRef.value.resetFields(); setDefaultDates(); //handleQuery(); + state.list = []; + state.page.total = 0; } /**