From 9b2de4697740d6222680e88a46271b072576d6df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= Date: Tue, 4 Nov 2025 16:31:51 +0800 Subject: [PATCH] =?UTF-8?q?refactor(wms):=20=E4=BD=BF=E7=94=A8MaterialSele?= =?UTF-8?q?ct=E7=BB=84=E4=BB=B6=E6=9B=BF=E6=8D=A2=E7=89=A9=E5=93=81?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E5=92=8C=E7=89=A9=E5=93=81=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将typing.vue、merge.vue和split.vue中的物品类型和物品选择逻辑替换为MaterialSelect组件,简化代码并提高复用性 同时为ProductSelect组件添加width: 100%样式 --- .../KLPService/ProductSelect/index.vue | 2 +- klp-ui/src/views/wms/coil/merge.vue | 33 +++------------- klp-ui/src/views/wms/coil/split.vue | 38 +++---------------- klp-ui/src/views/wms/coil/typing.vue | 9 +++-- 4 files changed, 19 insertions(+), 63 deletions(-) diff --git a/klp-ui/src/components/KLPService/ProductSelect/index.vue b/klp-ui/src/components/KLPService/ProductSelect/index.vue index 7bf381b3..1d3d3055 100644 --- a/klp-ui/src/components/KLPService/ProductSelect/index.vue +++ b/klp-ui/src/components/KLPService/ProductSelect/index.vue @@ -1,7 +1,7 @@