diff --git a/src/views/wms/basicDataManage/supplierManage/supplieritem/supplieritem.data.ts b/src/views/wms/basicDataManage/supplierManage/supplieritem/supplieritem.data.ts index 1ba659561..61633f20b 100644 --- a/src/views/wms/basicDataManage/supplierManage/supplieritem/supplieritem.data.ts +++ b/src/views/wms/basicDataManage/supplierManage/supplieritem/supplieritem.data.ts @@ -132,47 +132,6 @@ export const Supplieritem = useCrudSchemas(reactive([ } }, }, - { - label: '供应商替代包装单位', - field: 'altPackUnit', - dictType: DICT_TYPE.PACK_UNIT, - dictClass: 'string', - isTable: true, - sort: 'custom', - table: { - width: 180 - } - }, - { - label: '供应商替代包装量', - field: 'altPackQty', - sort: 'custom', - table: { - width: 170 - }, - form: { - component: 'InputNumber', - componentProps: { - min: 0, - precision: 6 - } - }, - }, - { - label: '每器具包装数', - field: 'packQtyOfContainer', - sort: 'custom', - table: { - width: 150 - }, - form: { - component: 'InputNumber', - componentProps: { - min: 0, - precision: 6 - } - }, - }, { label: '默认收货仓库', field: 'defaultWarehouseCode', diff --git a/src/views/wms/inventoryManage/package/package.data.ts b/src/views/wms/inventoryManage/package/package.data.ts index 1f6f169fc..ea1b83ac7 100644 --- a/src/views/wms/inventoryManage/package/package.data.ts +++ b/src/views/wms/inventoryManage/package/package.data.ts @@ -68,6 +68,14 @@ export const Package = useCrudSchemas(reactive([ width: 150, }, }, + { + label: '器具号', + field: 'containerNumber', + sort: 'custom', + table: { + width: 150, + }, + }, { label: '生产日期', field: 'produceDate',