diff --git a/src/views/wms/productionManage/productputaway/productputawayJobMain/productputawayJobMain.data.ts b/src/views/wms/productionManage/productputaway/productputawayJobMain/productputawayJobMain.data.ts index bed4de6a6..ddf7b4a66 100644 --- a/src/views/wms/productionManage/productputaway/productputawayJobMain/productputawayJobMain.data.ts +++ b/src/views/wms/productionManage/productputaway/productputawayJobMain/productputawayJobMain.data.ts @@ -688,22 +688,22 @@ export const ProductputawayJobDetail = useCrudSchemas(reactive([ width: 150 }, }, - // { - // label: '包装规格', - // field: 'packUnit', - // sort: 'custom', - // table: { - // width: 150 - // }, - // }, - // { - // label: '包装数量', - // field: 'packQty', - // sort: 'custom', - // table: { - // width: 150 - // }, - // }, + { + label: '包装规格', + field: 'packUnit', + sort: 'custom', + table: { + width: 150 + }, + }, + { + label: '包装数量', + field: 'packQty', + sort: 'custom', + table: { + width: 150 + }, + }, { label: '计量单位', field: 'uom', diff --git a/src/views/wms/productionManage/productputaway/productputawayRecordMain/productputawayRecordMain.data.ts b/src/views/wms/productionManage/productputaway/productputawayRecordMain/productputawayRecordMain.data.ts index f3dea059e..e75ab2f4b 100644 --- a/src/views/wms/productionManage/productputaway/productputawayRecordMain/productputawayRecordMain.data.ts +++ b/src/views/wms/productionManage/productputaway/productputawayRecordMain/productputawayRecordMain.data.ts @@ -456,22 +456,22 @@ export const ProductputawayRecordDetail = useCrudSchemas(reactive( // }, sortTableDefault:3, }, - // { - // label: '包装规格', - // field: 'packUnit', - // sort: 'custom', - // table: { - // width: 150 - // }, - // }, - // { - // label: '包装数量', - // field: 'packQty', - // sort: 'custom', - // table: { - // width: 150 - // }, - // }, + { + label: '包装规格', + field: 'packUnit', + sort: 'custom', + table: { + width: 150 + }, + }, + { + label: '包装数量', + field: 'packQty', + sort: 'custom', + table: { + width: 150 + }, + }, { label: '计量单位', field: 'uom', diff --git a/src/views/wms/productionManage/productputawayAssemble/productputawayAssembleJobMain/productputawayAssembleJobMain.data.ts b/src/views/wms/productionManage/productputawayAssemble/productputawayAssembleJobMain/productputawayAssembleJobMain.data.ts index ed167fa55..0a0b7420b 100644 --- a/src/views/wms/productionManage/productputawayAssemble/productputawayAssembleJobMain/productputawayAssembleJobMain.data.ts +++ b/src/views/wms/productionManage/productputawayAssemble/productputawayAssembleJobMain/productputawayAssembleJobMain.data.ts @@ -658,22 +658,22 @@ export const ProductputawayJobDetail = useCrudSchemas(reactive([ width: 150 }, }, - // { - // label: '包装规格', - // field: 'packUnit', - // sort: 'custom', - // table: { - // width: 150 - // }, - // }, - // { - // label: '包装数量', - // field: 'packQty', - // sort: 'custom', - // table: { - // width: 150 - // }, - // }, + { + label: '包装规格', + field: 'packUnit', + sort: 'custom', + table: { + width: 150 + }, + }, + { + label: '包装数量', + field: 'packQty', + sort: 'custom', + table: { + width: 150 + }, + }, { label: '计量单位', field: 'uom', diff --git a/src/views/wms/productionManage/productputawayAssemble/productputawayAssembleRecordMain/productputawayAssembleRecordMain.data.ts b/src/views/wms/productionManage/productputawayAssemble/productputawayAssembleRecordMain/productputawayAssembleRecordMain.data.ts index cfbb71516..97e3193eb 100644 --- a/src/views/wms/productionManage/productputawayAssemble/productputawayAssembleRecordMain/productputawayAssembleRecordMain.data.ts +++ b/src/views/wms/productionManage/productputawayAssemble/productputawayAssembleRecordMain/productputawayAssembleRecordMain.data.ts @@ -456,22 +456,22 @@ export const ProductputawayRecordDetail = useCrudSchemas(reactive( }, sortTableDefault:3, }, - // { - // label: '包装规格', - // field: 'packUnit', - // sort: 'custom', - // table: { - // width: 150 - // }, - // }, - // { - // label: '包装数量', - // field: 'packQty', - // sort: 'custom', - // table: { - // width: 150 - // }, - // }, + { + label: '包装规格', + field: 'packUnit', + sort: 'custom', + table: { + width: 150 + }, + }, + { + label: '包装数量', + field: 'packQty', + sort: 'custom', + table: { + width: 150 + }, + }, { label: '计量单位', field: 'uom',