From a6f90b8ae25b692129e5c397c96c87410d0352ad Mon Sep 17 00:00:00 2001 From: "YEJIAXING-PC\\lenovo" <591141169@qq.com> Date: Tue, 18 Mar 2025 11:59:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9SCP=E5=90=8E=E8=A1=A5?= =?UTF-8?q?=E5=85=85BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../repleinshDeliCount/repleinshDeliCount.data.ts | 2 +- .../supplierManage/supplierAddressModelDeli/index.vue | 1 + src/views/wms/countManage/count/countConfig/countConfig.data.ts | 2 ++ .../repleinshItemCodeConsumeRecord.data.ts | 2 +- 4 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/wms/basicDataManage/repleinshDeliCount/repleinshDeliCount.data.ts b/src/views/wms/basicDataManage/repleinshDeliCount/repleinshDeliCount.data.ts index cc22c811b..51c6c8c89 100644 --- a/src/views/wms/basicDataManage/repleinshDeliCount/repleinshDeliCount.data.ts +++ b/src/views/wms/basicDataManage/repleinshDeliCount/repleinshDeliCount.data.ts @@ -20,7 +20,7 @@ export const RepleinshDeliCount = useCrudSchemas(reactive([ isSearch: true, }, { - label: '物料代码', + label: '品番', field: 'itemCode', sort: 'custom', isSearch: true, diff --git a/src/views/wms/basicDataManage/supplierManage/supplierAddressModelDeli/index.vue b/src/views/wms/basicDataManage/supplierManage/supplierAddressModelDeli/index.vue index 741746302..2f8cb4233 100644 --- a/src/views/wms/basicDataManage/supplierManage/supplierAddressModelDeli/index.vue +++ b/src/views/wms/basicDataManage/supplierManage/supplierAddressModelDeli/index.vue @@ -204,6 +204,7 @@ const openForm = (type: string, row?: any) => { item.componentProps.options =[] } if(item.field == 'supplierCode'){ + item.componentProps.isSearchList = true item.componentProps.disabled = false } if(item.field == 'supplierName'){ diff --git a/src/views/wms/countManage/count/countConfig/countConfig.data.ts b/src/views/wms/countManage/count/countConfig/countConfig.data.ts index 766c98a19..6c2521d47 100644 --- a/src/views/wms/countManage/count/countConfig/countConfig.data.ts +++ b/src/views/wms/countManage/count/countConfig/countConfig.data.ts @@ -63,6 +63,7 @@ export const CountConfig = useCrudSchemas(reactive([ label: '背番', field: 'desc1', sort: 'custom', + isSearch: true, table: { width: 100 }, @@ -119,6 +120,7 @@ export const CountConfig = useCrudSchemas(reactive([ sort: 'custom', dictType: DICT_TYPE.INVENTORY_MODE, dictClass: 'string', + isSearch: true, table: { width: 180 }, diff --git a/src/views/wms/issueManage/repleinshItemCodeConsumeRecord/repleinshItemCodeConsumeRecord.data.ts b/src/views/wms/issueManage/repleinshItemCodeConsumeRecord/repleinshItemCodeConsumeRecord.data.ts index 98b63c044..4ccc515f7 100644 --- a/src/views/wms/issueManage/repleinshItemCodeConsumeRecord/repleinshItemCodeConsumeRecord.data.ts +++ b/src/views/wms/issueManage/repleinshItemCodeConsumeRecord/repleinshItemCodeConsumeRecord.data.ts @@ -7,7 +7,7 @@ export const RepleinshItemCodeConsumeRecordRules = reactive({ export const RepleinshItemCodeConsumeRecord = useCrudSchemas(reactive([ { - label: '物料代码', + label: '品番', field: 'itemCode', sort: 'custom', isSearch: true,