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 disabled: true
} }
}, },
{
label: '库位编号',
field: 'locationNumber',
sort: 'custom',
isForm: false,
isTableForm: true,
tableForm: {
disabled: true
}
},
{ {
label: '类型', label: '类型',
field: 'type', field: 'type',
@ -435,17 +425,17 @@ export const ItemApplyDetail = useCrudSchemas(reactive<CrudSchema[]>([
// width: 150 // width: 150
// }, // },
// }, // },
{ // {
label: '操作', // label: '操作',
field: 'action', // field: 'action',
isDetail: false, // isDetail: false,
isForm: false, // isForm: false,
table: { // table: {
width: 150, // width: 150,
fixed: 'right' // fixed: 'right'
}, // },
isTableForm: false, // isTableForm: false,
} // }
])) ]))
//表单校验 //表单校验

Loading…
Cancel
Save