From 2829e52f5bf10db6042c53b9fa87d743d23d756d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= Date: Tue, 16 Dec 2025 09:52:46 +0800 Subject: [PATCH] =?UTF-8?q?fix(wms):=20=E4=BF=AE=E5=A4=8D=E9=92=A2?= =?UTF-8?q?=E5=8D=B7=E9=80=89=E6=8B=A9=E5=99=A8=E8=BF=87=E6=BB=A4=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6=E5=B9=B6=E6=B7=BB=E5=8A=A0=E5=8A=A0=E8=BD=BD=E7=8A=B6?= =?UTF-8?q?=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 为钢卷选择器添加状态过滤条件,并在报表页面添加加载状态指示器。同时注释掉ship.vue中不再使用的materialType字段。 --- klp-ui/src/views/wms/coil/ship.vue | 2 +- klp-ui/src/views/wms/delivery/plan/index.vue | 5 ++++- klp-ui/src/views/wms/delivery/report/index.vue | 2 +- klp-ui/src/views/wms/receive/report/index.vue | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/klp-ui/src/views/wms/coil/ship.vue b/klp-ui/src/views/wms/coil/ship.vue index ae3c7de4..94f28ba7 100644 --- a/klp-ui/src/views/wms/coil/ship.vue +++ b/klp-ui/src/views/wms/coil/ship.vue @@ -14,7 +14,7 @@ export default { qrcode: false, querys: { dataType: 1, - materialType: '成品', + // materialType: '成品', status: 1 }, showControl: false, diff --git a/klp-ui/src/views/wms/delivery/plan/index.vue b/klp-ui/src/views/wms/delivery/plan/index.vue index d65e982b..5894247a 100644 --- a/klp-ui/src/views/wms/delivery/plan/index.vue +++ b/klp-ui/src/views/wms/delivery/plan/index.vue @@ -87,7 +87,7 @@
- +
@@ -196,6 +196,9 @@ export default { currentPlan: {}, // 防抖定时器 debounceTimer: null, + coilFilters: { + status: 0 + } }; }, created() { diff --git a/klp-ui/src/views/wms/delivery/report/index.vue b/klp-ui/src/views/wms/delivery/report/index.vue index 02d678ed..b247e723 100644 --- a/klp-ui/src/views/wms/delivery/report/index.vue +++ b/klp-ui/src/views/wms/delivery/report/index.vue @@ -1,5 +1,5 @@