diff --git a/src/views/wms/inventoryjobManage/packageManage/packagesplitMain/packagesplitMain.data.ts b/src/views/wms/inventoryjobManage/packageManage/packagesplitMain/packagesplitMain.data.ts index 1a5af38df..7b1f4597b 100644 --- a/src/views/wms/inventoryjobManage/packageManage/packagesplitMain/packagesplitMain.data.ts +++ b/src/views/wms/inventoryjobManage/packageManage/packagesplitMain/packagesplitMain.data.ts @@ -12,30 +12,30 @@ export const PackagesplitMain = useCrudSchemas(reactive([ width: 180 }, }, - { - label: '仓库代码', - field: 'warehouseCode', - sort: 'custom', - table: { - width: 120 - }, - }, - { - label: '出库事务类型', - field: 'outTransactionType', - sort: 'custom', - table: { - width: 150 - }, - }, - { - label: '入库事务类型', - field: 'inTransactionType', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '仓库代码', + // field: 'warehouseCode', + // sort: 'custom', + // table: { + // width: 120 + // }, + // }, + // { + // label: '出库事务类型', + // field: 'outTransactionType', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, + // { + // label: '入库事务类型', + // field: 'inTransactionType', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '执行时间', field: 'executeTime', @@ -225,30 +225,30 @@ export const PackagesplitDetail = useCrudSchemas(reactive([ width: 180 }, }, - { - label: '库位代码', - field: 'locationCode', - sort: 'custom', - table: { - width: 150 - }, - }, - { - label: '库位组代码', - field: 'locationGroupCode', - sort: 'custom', - table: { - width: 150 - }, - }, - { - label: '库区代码', - field: 'areaCode', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '库位代码', + // field: 'locationCode', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, + // { + // label: '库位组代码', + // field: 'locationGroupCode', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, + // { + // label: '库区代码', + // field: 'areaCode', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '从包装号', field: 'fromPackingNumber', @@ -297,28 +297,28 @@ export const PackagesplitDetail = useCrudSchemas(reactive([ width: 150 }, }, - { - label: '从库存状态', - field: 'fromInventoryStatus', - dictType: DICT_TYPE.INVENTORY_STATUS, - dictClass: 'string', - isTable: true, - sort: 'custom', - table: { - width: 150 - }, - }, - { - label: '到库存状态', - field: 'toInventoryStatus', - dictType: DICT_TYPE.INVENTORY_STATUS, - dictClass: 'string', - isTable: true, - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '从库存状态', + // field: 'fromInventoryStatus', + // dictType: DICT_TYPE.INVENTORY_STATUS, + // dictClass: 'string', + // isTable: true, + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, + // { + // label: '到库存状态', + // field: 'toInventoryStatus', + // dictType: DICT_TYPE.INVENTORY_STATUS, + // dictClass: 'string', + // isTable: true, + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, // { // label: '从器具号', // field: 'fromContainerNumber', @@ -383,14 +383,14 @@ export const PackagesplitDetail = useCrudSchemas(reactive([ width: 150 }, }, - { - label: '项目代码', - field: 'projectCode', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '项目代码', + // field: 'projectCode', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '计量单位', field: 'uom',