|
@ -73,16 +73,16 @@ export const FixedAssets = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
isSearch: true, |
|
|
isSearch: true, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '会计单位', |
|
|
label: '规格型号', |
|
|
field: 'accountingUnit', |
|
|
field: 'specifications', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
table: { |
|
|
table: { |
|
|
width: '150', |
|
|
width: '150', |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '规格型号', |
|
|
label: '会计单位', |
|
|
field: 'specifications', |
|
|
field: 'accountingUnit', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
table: { |
|
|
table: { |
|
|
width: '150', |
|
|
width: '150', |
|
@ -147,6 +147,17 @@ export const FixedAssets = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
label: '管理部门', |
|
|
|
|
|
field: 'manageDept', |
|
|
|
|
|
sort: 'custom', |
|
|
|
|
|
isForm: false, |
|
|
|
|
|
dictType: DICT_TYPE.SPECIAL_DEPT_ROLE, |
|
|
|
|
|
dictClass: 'string', |
|
|
|
|
|
table: { |
|
|
|
|
|
width: '150', |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '出厂日期', |
|
|
label: '出厂日期', |
|
|
field: 'productionDate', |
|
|
field: 'productionDate', |
|
|