Browse Source

[SBBJ-948] 备件申领详情不可编辑

master
zengqinyuan 4 weeks ago
parent
commit
6fc169a220
  1. 32
      src/views/eam/item/itemApplyMain/itemApplyMain.data.ts

32
src/views/eam/item/itemApplyMain/itemApplyMain.data.ts

@ -212,16 +212,6 @@ export const ItemApplyDetail = useCrudSchemas(reactive<CrudSchema[]>([
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<CrudSchema[]>([
// 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,
// }
]))
//表单校验

Loading…
Cancel
Save