Browse Source

备件台账新增查询条件

master
songguoqiang 6 months ago
parent
commit
4b693fd86a
  1. 4
      src/views/eam/item/itemAccounts/itemAccounts.data.ts

4
src/views/eam/item/itemAccounts/itemAccounts.data.ts

@ -54,6 +54,7 @@ export const ItemAccounts = useCrudSchemas(
label: '备件名称',
field: 'itemName',
sort: 'custom',
isSearch: true,
table: {
width: 130
},
@ -62,7 +63,6 @@ export const ItemAccounts = useCrudSchemas(
disabled: true
}
},
isSearch: false
},
// {
// label: '库区编号',
@ -221,7 +221,7 @@ export const ItemAccounts = useCrudSchemas(
label: '规格型号',
field: 'specifications',
sort: 'custom',
isSearch: false,
isSearch: true,
isForm: false,
table: {
width: 110

Loading…
Cancel
Save