diff --git a/src/views/eam/item/applicationRecord/applicationRecordMain.data.ts b/src/views/eam/item/applicationRecord/applicationRecordMain.data.ts index 115c905..d5ea0eb 100644 --- a/src/views/eam/item/applicationRecord/applicationRecordMain.data.ts +++ b/src/views/eam/item/applicationRecord/applicationRecordMain.data.ts @@ -242,6 +242,11 @@ export const ApplicationRecordDetail = useCrudSchemas(reactive([ table: { width: 150 }, + form: { + componentProps: { + disabled:true + } + } }, { label: '设备/模具编号', @@ -321,6 +326,11 @@ export const ApplicationRecordDetail = useCrudSchemas(reactive([ tableForm: { type: 'Select', disabled: true + }, + form: { + componentProps: { + disabled:true + } } }, @@ -339,16 +349,13 @@ export const ApplicationRecordDetail = useCrudSchemas(reactive([ tableForm: { type: 'Select', disabled: true - } - }, - { - label: '备注', - field: 'remark', - table: { - width: 150 }, + form: { + componentProps: { + disabled:true + } + } }, - { label: '操作', field: 'action', diff --git a/src/views/eam/item/itemApplyMain/itemApplyMain.data.ts b/src/views/eam/item/itemApplyMain/itemApplyMain.data.ts index 4b34522..8aaa7d5 100644 --- a/src/views/eam/item/itemApplyMain/itemApplyMain.data.ts +++ b/src/views/eam/item/itemApplyMain/itemApplyMain.data.ts @@ -407,30 +407,29 @@ export const ItemApplyDetail = useCrudSchemas(reactive([ // } // }, // }, - { - label: '是否可用', - field: 'available', - sort: 'custom', - dictType: DICT_TYPE.TRUE_FALSE, - dictClass: 'string', - isSearch: true, - isTable: true, - table: { - width: 150 - }, - tableForm: { - type: 'Select', - disabled: true - } - }, - { - label: '备注', - field: 'remark', - table: { - width: 150 - }, - }, - + // { + // label: '是否可用', + // field: 'available', + // sort: 'custom', + // dictType: DICT_TYPE.TRUE_FALSE, + // dictClass: 'string', + // isSearch: true, + // isTable: true, + // table: { + // width: 150 + // }, + // tableForm: { + // type: 'Select', + // disabled: true + // } + // }, + // { + // label: '备注', + // field: 'remark', + // table: { + // width: 150 + // }, + // }, { label: '操作', field: 'action', diff --git a/src/views/eam/item/itemOrderMain/itemOrderMain.data.ts b/src/views/eam/item/itemOrderMain/itemOrderMain.data.ts index c67bdcc..14df7ba 100644 --- a/src/views/eam/item/itemOrderMain/itemOrderMain.data.ts +++ b/src/views/eam/item/itemOrderMain/itemOrderMain.data.ts @@ -229,38 +229,6 @@ export const ItemOrderDetail = useCrudSchemas(reactive([ precision: 6 } }, - { - label: '是否可用', - field: 'available', - sort: 'custom', - dictType: DICT_TYPE.TRUE_FALSE, - dictClass: 'string', - isSearch: true, - isTable: true, - table: { - width: 150 - }, - tableForm: { - type: 'Select', - disabled: true - } - }, - { - label: '是否以旧换新', - field: 'isRadeIn', - sort: 'custom', - dictType: DICT_TYPE.TRUE_FALSE, - dictClass: 'string', - isSearch: true, - isTable: true, - table: { - width: 150 - }, - tableForm: { - type: 'Select', - disabled: true - } - }, { label: '库存数量', field: 'qty', @@ -281,13 +249,6 @@ export const ItemOrderDetail = useCrudSchemas(reactive([ precision: 6 } }, - { - label: '备注', - field: 'remark', - table: { - width: 150 - }, - }, { label: '操作',