From ac0ffb3135bb101b2d6c0ab0c66ca1530ac65bde Mon Sep 17 00:00:00 2001 From: zhaoxuebing <1291173720@qq.com> Date: Fri, 28 Feb 2025 17:12:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=8C=85=E8=A3=85=E5=8F=B7?= =?UTF-8?q?=E7=9A=84=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../settlementReport/settlementReport.data.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/wms/issueManage/onlinesettlement/settlementReport/settlementReport.data.ts b/src/views/wms/issueManage/onlinesettlement/settlementReport/settlementReport.data.ts index 9b7a95083..0c6687a0a 100644 --- a/src/views/wms/issueManage/onlinesettlement/settlementReport/settlementReport.data.ts +++ b/src/views/wms/issueManage/onlinesettlement/settlementReport/settlementReport.data.ts @@ -123,11 +123,11 @@ export const SettlementReportSelection = useCrudSchemas(reactive([ field: 'batch', sort: 'custom', }, - { - label: '包装号', - field: 'packingNumber', - sort: 'custom', - }, + // { + // label: '包装号', + // field: 'packingNumber', + // sort: 'custom', + // }, { label: '库位代码', field: 'locationCode',