Browse Source

备件台账新增查询条件

master
宋国强 1 year 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: '备件名称', label: '备件名称',
field: 'itemName', field: 'itemName',
sort: 'custom', sort: 'custom',
isSearch: true,
table: { table: {
width: 130 width: 130
}, },
@ -62,7 +63,6 @@ export const ItemAccounts = useCrudSchemas(
disabled: true disabled: true
} }
}, },
isSearch: false
}, },
// { // {
// label: '库区编号', // label: '库区编号',
@ -221,7 +221,7 @@ export const ItemAccounts = useCrudSchemas(
label: '规格型号', label: '规格型号',
field: 'specifications', field: 'specifications',
sort: 'custom', sort: 'custom',
isSearch: false, isSearch: true,
isForm: false, isForm: false,
table: { table: {
width: 110 width: 110

Loading…
Cancel
Save