From 5c5beb01c015b268c181a491ec5224a2c15d5465 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= Date: Wed, 10 Dec 2025 15:11:28 +0800 Subject: [PATCH] =?UTF-8?q?refactor(wms):=20=E7=A7=BB=E9=99=A4materialType?= =?UTF-8?q?=E9=99=90=E5=88=B6=E5=B9=B6=E7=BB=9F=E4=B8=80=E4=BD=BF=E7=94=A8?= =?UTF-8?q?selectType?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在ship.vue中移除coilFilters的materialType默认值 - 在base.vue和CoilSelector中将itemType改为selectType - 在ActualWarehouseSelect组件中添加cascader的filterable属性 --- klp-ui/src/components/CoilSelector/index.vue | 4 ++-- .../src/components/KLPService/ActualWarehouseSelect/index.vue | 1 + klp-ui/src/views/wms/coil/do/ship.vue | 1 - klp-ui/src/views/wms/coil/panels/base.vue | 4 +--- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/klp-ui/src/components/CoilSelector/index.vue b/klp-ui/src/components/CoilSelector/index.vue index 222636b4..6080f4d7 100644 --- a/klp-ui/src/components/CoilSelector/index.vue +++ b/klp-ui/src/components/CoilSelector/index.vue @@ -124,7 +124,7 @@ export default { pageSize: 10, currentCoilNo: null, grade: null, - itemType: 'raw_material', + selectType: 'raw_material', dataType: 1 // 只查询当前数据,不查询历史数据 } }; @@ -252,7 +252,7 @@ export default { currentCoilNo: null, grade: null, dataType: 1, - itemType: 'raw_material', + selectType: 'raw_material', }; this.getList(); }, diff --git a/klp-ui/src/components/KLPService/ActualWarehouseSelect/index.vue b/klp-ui/src/components/KLPService/ActualWarehouseSelect/index.vue index 932f557a..fb8fcf5a 100644 --- a/klp-ui/src/components/KLPService/ActualWarehouseSelect/index.vue +++ b/klp-ui/src/components/KLPService/ActualWarehouseSelect/index.vue @@ -4,6 +4,7 @@ :style="wrapperStyle" > { if (this.querys.warehouseId != 111) { // 排除掉111仓库的