From 262688400ec3a203d4b7237fe495bcc2cbd4f39e Mon Sep 17 00:00:00 2001 From: "YEJIAXING-PC\\lenovo" <591141169@qq.com> Date: Tue, 13 May 2025 11:40:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=87=E4=BB=B6=E5=8F=98=E6=9B=B4=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../itemAccountsChange/itemAccountsChange.data.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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: '操作',