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,