diff --git a/src/views/eam/item/itemAccountsChange/itemAccountsChange.data.ts b/src/views/eam/item/itemAccountsChange/itemAccountsChange.data.ts index 8843fcc..8b5252b 100644 --- a/src/views/eam/item/itemAccountsChange/itemAccountsChange.data.ts +++ b/src/views/eam/item/itemAccountsChange/itemAccountsChange.data.ts @@ -71,32 +71,32 @@ export const ItemAccountsChange = useCrudSchemas( label: '库区编号', field: 'areaNumber', sort: 'custom', - isSearch: true + isSearch: false }, { label: '库位编号', field: 'locationNumber', sort: 'custom', - isSearch: true + isSearch: false }, { label: '库存数量', field: 'qty', sort: 'custom', - isSearch: true + isSearch: false }, { label: '是否账内库', field: 'isInAccount', sort: 'custom', - isSearch: true + isSearch: false }, { label: '创建时间', field: 'createTime', sort: 'custom', formatter: dateFormatter, - isSearch: true, + isSearch: false, search: { component: 'DatePicker', componentProps: { @@ -112,7 +112,7 @@ export const ItemAccountsChange = useCrudSchemas( field: 'purchaseTime', sort: 'custom', formatter: dateFormatter, - isSearch: true, + isSearch: false, search: { component: 'DatePicker', componentProps: { @@ -133,7 +133,7 @@ export const ItemAccountsChange = useCrudSchemas( label: '批次', field: 'batch', sort: 'custom', - isSearch: true + isSearch: false }, { label: '操作',