diff --git a/src/views/wms/inventoryjobManage/containermanage/deliverContainerRecordMain/deliverContainerRecordMain.data.ts b/src/views/wms/inventoryjobManage/containermanage/deliverContainerRecordMain/deliverContainerRecordMain.data.ts index ab4b00f7d..b1e354b59 100644 --- a/src/views/wms/inventoryjobManage/containermanage/deliverContainerRecordMain/deliverContainerRecordMain.data.ts +++ b/src/views/wms/inventoryjobManage/containermanage/deliverContainerRecordMain/deliverContainerRecordMain.data.ts @@ -27,12 +27,12 @@ export const ContainerRecordMain = useCrudSchemas(reactive([ width: 200 }, }, - { - label: '申请单号', - field: 'requestNumber', - sort: 'custom', - isSearch: true, - }, + // { + // label: '申请单号', + // field: 'requestNumber', + // sort: 'custom', + // isSearch: true, + // }, { label: '类型', field: 'type', @@ -185,6 +185,7 @@ export const ContainerRecordMain = useCrudSchemas(reactive([ label: '操作', field: 'action', isForm: false, + isTable: false, table: { width: 150, fixed: 'right' diff --git a/src/views/wms/inventoryjobManage/containermanage/scrapContainerMainRequest/scrapContainerMainRequest.data.ts b/src/views/wms/inventoryjobManage/containermanage/scrapContainerMainRequest/scrapContainerMainRequest.data.ts index 09323ee79..73a23d34c 100644 --- a/src/views/wms/inventoryjobManage/containermanage/scrapContainerMainRequest/scrapContainerMainRequest.data.ts +++ b/src/views/wms/inventoryjobManage/containermanage/scrapContainerMainRequest/scrapContainerMainRequest.data.ts @@ -510,46 +510,46 @@ export const ContainerDetailRequest = useCrudSchemas(reactive([ // } // } // }, - // { - // label: '从库存状态', - // field: 'fromInventoryStatus', - // dictType: DICT_TYPE.INVENTORY_STATUS, - // dictClass: 'string', - // isForm: false, - // isTableForm: false, - // isTable: false, - // sort: 'custom', - // table: { - // width: 150 - // }, - // tableForm: { - // disabled: true, - // type: 'Select' - // }, - // }, - // { - // label: '从数量', - // field: 'fromQty', - // sort: 'custom', - // tableForm: { - // disabled: true, - // }, - // }, { label: '库存状态', - field: 'toInventoryStatus', + field: 'fromInventoryStatus', dictType: DICT_TYPE.INVENTORY_STATUS, dictClass: 'string', + isForm: false, + isTableForm: false, isTable: true, sort: 'custom', table: { width: 150 }, tableForm: { - type: 'Select', - disabled: true + disabled: true, + type: 'Select' }, }, + // { + // label: '从数量', + // field: 'fromQty', + // sort: 'custom', + // tableForm: { + // disabled: true, + // }, + // }, + // { + // label: '库存状态', + // field: 'toInventoryStatus', + // dictType: DICT_TYPE.INVENTORY_STATUS, + // dictClass: 'string', + // isTable: true, + // sort: 'custom', + // table: { + // width: 150 + // }, + // tableForm: { + // type: 'Select', + // disabled: true + // }, + // }, { label: '数量', field: 'toQty',