Browse Source

[SBBJ-971]pc备件申领选择成本中心

master
zengqinyuan 4 weeks ago
parent
commit
b615adbf31
  1. 7
      src/views/eam/item/itemApplyMain/itemApplyMain.data.ts

7
src/views/eam/item/itemApplyMain/itemApplyMain.data.ts

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

Loading…
Cancel
Save