From 2bf9b46be43c4e5704a541e55ff8e4c8d373b9f5 Mon Sep 17 00:00:00 2001 From: yufei_wang <2267742828@qq.com> Date: Wed, 16 Oct 2024 16:34:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=B0=E5=BD=95=E6=9C=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../saleShipmentMainRecord.data.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/wms/deliversettlementManage/saleShipmentMainRecord/saleShipmentMainRecord.data.ts b/src/views/wms/deliversettlementManage/saleShipmentMainRecord/saleShipmentMainRecord.data.ts index d991ca111..6afc3ec22 100644 --- a/src/views/wms/deliversettlementManage/saleShipmentMainRecord/saleShipmentMainRecord.data.ts +++ b/src/views/wms/deliversettlementManage/saleShipmentMainRecord/saleShipmentMainRecord.data.ts @@ -216,14 +216,14 @@ export const SaleShipmentDetailRecord = useCrudSchemas(reactive([ sort: 'custom', isTable:false }, - // { - // label: '批次', - // field: 'batch', - // sort: 'custom', - // table: { - // width: 150, - // } - // }, + { + label: '批次', + field: 'batch', + sort: 'custom', + table: { + width: 150, + } + }, { label: '库存状态', field: 'inventoryStatus',