From efa4c72aba533ce79736d2f8482598cec3130b9d Mon Sep 17 00:00:00 2001 From: yufei_wang <2267742828@qq.com> Date: Thu, 5 Sep 2024 15:19:12 +0800 Subject: [PATCH] =?UTF-8?q?HL-5860WMS=E6=AD=A3=E5=BC=8F=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=EF=BC=8C=E5=BA=93=E5=AD=98=E4=BD=99=E9=A2=9D=E4=B8=AD=E9=9C=80?= =?UTF-8?q?=E8=A6=81=E5=B1=95=E7=A4=BA=E7=89=A9=E6=96=99=E6=8F=8F=E8=BF=B0?= =?UTF-8?q?1=EF=BC=8C=E7=89=A9=E6=96=99=E6=8F=8F=E8=BF=B02=E7=9A=84?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../inventoryManage/balance/balance.data.ts | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/src/views/wms/inventoryManage/balance/balance.data.ts b/src/views/wms/inventoryManage/balance/balance.data.ts index 9e954f518..becb9b486 100644 --- a/src/views/wms/inventoryManage/balance/balance.data.ts +++ b/src/views/wms/inventoryManage/balance/balance.data.ts @@ -24,6 +24,42 @@ export const Balance = useCrudSchemas( }, isSearch: true }, + { + label: '物料描述1', + field: 'itemDesc1', + sort: 'custom', + table: { + width: 150 + }, + isSearch: true + }, + { + label: '物料描述2', + field: 'itemDesc2', + sort: 'custom', + table: { + width: 150 + }, + isSearch: true + }, + { + label: '物料名称', + field: 'itemName', + sort: 'custom', + table: { + width: 150 + }, + isSearch: true + }, + { + label: '物料名称', + field: 'itemName', + sort: 'custom', + table: { + width: 150 + }, + isSearch: true + }, { label: '物料类型', field: 'itemType',