diff --git a/src/views/eam/item/itemApplyMain/itemApplyMain.data.ts b/src/views/eam/item/itemApplyMain/itemApplyMain.data.ts index eff931a..d85ddf2 100644 --- a/src/views/eam/item/itemApplyMain/itemApplyMain.data.ts +++ b/src/views/eam/item/itemApplyMain/itemApplyMain.data.ts @@ -212,16 +212,6 @@ export const ItemApplyDetail = useCrudSchemas(reactive([ disabled: true } }, - { - label: '库位编号', - field: 'locationNumber', - sort: 'custom', - isForm: false, - isTableForm: true, - tableForm: { - disabled: true - } - }, { label: '类型', field: 'type', @@ -435,17 +425,17 @@ export const ItemApplyDetail = useCrudSchemas(reactive([ // width: 150 // }, // }, - { - label: '操作', - field: 'action', - isDetail: false, - isForm: false, - table: { - width: 150, - fixed: 'right' - }, - isTableForm: false, - } + // { + // label: '操作', + // field: 'action', + // isDetail: false, + // isForm: false, + // table: { + // width: 150, + // fixed: 'right' + // }, + // isTableForm: false, + // } ])) //表单校验