diff --git a/src/views/wms/basicDataManage/factoryModeling/location/location.data.ts b/src/views/wms/basicDataManage/factoryModeling/location/location.data.ts index 2765c0899..9f77b5873 100644 --- a/src/views/wms/basicDataManage/factoryModeling/location/location.data.ts +++ b/src/views/wms/basicDataManage/factoryModeling/location/location.data.ts @@ -119,29 +119,29 @@ export const Location = useCrudSchemas(reactive([ } } }, - { - label: 'ERP库位类型', - field: 'erpLocationCode', - dictType: DICT_TYPE.ERP_LOCATION, - dictClass: 'string', - isTable: true, - sort: 'custom', - table: { - width: 150 - } - }, // { - // label: '类型', - // field: 'type', - // dictType: DICT_TYPE.LOCATION_TYPE, + // label: 'ERP库位类型', + // field: 'erpLocationCode', + // dictType: DICT_TYPE.ERP_LOCATION, // dictClass: 'string', - // isSearch: true, // isTable: true, // sort: 'custom', // table: { // width: 150 - // }, + // } // }, + { + label: '类型', + field: 'type', + dictType: DICT_TYPE.LOCATION_TYPE, + dictClass: 'string', + isSearch: true, + isTable: true, + sort: 'custom', + table: { + width: 150 + }, + }, { label: '巷道', field: 'aisle', diff --git a/src/views/wms/basicDataManage/itemManage/itempackage/index.vue b/src/views/wms/basicDataManage/itemManage/itempackage/index.vue index 5cac13b03..3bb0d6bc3 100644 --- a/src/views/wms/basicDataManage/itemManage/itempackage/index.vue +++ b/src/views/wms/basicDataManage/itemManage/itempackage/index.vue @@ -60,7 +60,7 @@