From cee1efcc243548ce25661ed17961699ad78a9459 Mon Sep 17 00:00:00 2001 From: "YEJIAXING-PC\\lenovo" <591141169@qq.com> Date: Thu, 20 Mar 2025 09:37:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=93=E5=AD=98=E4=BD=99=E9=A2=9D=E5=8A=A0?= =?UTF-8?q?=E5=8F=97=E5=85=A5=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../inventoryManage/balance/balance.data.ts | 21 ++++++++++--------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/src/views/wms/inventoryManage/balance/balance.data.ts b/src/views/wms/inventoryManage/balance/balance.data.ts index 3422b7831..ce8f33660 100644 --- a/src/views/wms/inventoryManage/balance/balance.data.ts +++ b/src/views/wms/inventoryManage/balance/balance.data.ts @@ -43,16 +43,17 @@ export const Balance = useCrudSchemas( hiddenSearchHigh: true,// 高级筛选中隐藏 isSearch: true }, - // { - // label: '背番', - // field: 'itemDesc1', - // sort: 'custom', - // table: { - // width: 150 - // }, - // hiddenSearchHigh: true,// 高级筛选中隐藏 - // isSearch: true - // }, + { + label: '受入号', + field: 'receivedNumber', + sort: 'custom', + isSearch: true, + isTable: true, + hiddenSearchHigh: true,// 高级筛选中隐藏 + table: { + width: 150 + }, + }, { label: '描述', field: 'itemDesc2',