|
|
@ -79,13 +79,13 @@ export const ItemApplyMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '描述', |
|
|
|
field: 'costCenter', |
|
|
|
label: '申请主题', |
|
|
|
field: 'name', |
|
|
|
sort: 'custom', |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '成本中心', |
|
|
|
field: 'name', |
|
|
|
field: 'costCenter', |
|
|
|
sort: 'custom', |
|
|
|
dictType: DICT_TYPE.CENTER_SUBJECT_MAP_DEPT, |
|
|
|
}, |
|
|
@ -368,7 +368,6 @@ export const ItemApplyDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
min: 0, |
|
|
|
precision: 2 |
|
|
|
}, |
|
|
|
isTable:false, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '可申请库存数量', |
|
|
|