Browse Source

固定资产功能优化

master
ljlong_2630 7 months ago
parent
commit
076533b2fb
  1. 19
      src/views/eam/basic/fixedAssets/fixedAssets.data.ts

19
src/views/eam/basic/fixedAssets/fixedAssets.data.ts

@ -73,16 +73,16 @@ export const FixedAssets = useCrudSchemas(reactive<CrudSchema[]>([
isSearch: true,
},
{
label: '会计单位',
field: 'accountingUnit',
label: '规格型号',
field: 'specifications',
sort: 'custom',
table: {
width: '150',
},
},
{
label: '规格型号',
field: 'specifications',
label: '会计单位',
field: 'accountingUnit',
sort: 'custom',
table: {
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: '出厂日期',
field: 'productionDate',

Loading…
Cancel
Save