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