From 9573c1b8ca06d1daf73ee0aec755ccf3995cb648 Mon Sep 17 00:00:00 2001 From: zhaoxuebing <1291173720@qq.com> Date: Fri, 28 Feb 2025 16:13:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=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 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/views/wms/issueManage/onlinesettlement/settlementReport/settlementReport.data.ts b/src/views/wms/issueManage/onlinesettlement/settlementReport/settlementReport.data.ts index 46c9cca67..9b7a95083 100644 --- a/src/views/wms/issueManage/onlinesettlement/settlementReport/settlementReport.data.ts +++ b/src/views/wms/issueManage/onlinesettlement/settlementReport/settlementReport.data.ts @@ -123,6 +123,11 @@ export const SettlementReportSelection = useCrudSchemas(reactive([ field: 'batch', sort: 'custom', }, + { + label: '包装号', + field: 'packingNumber', + sort: 'custom', + }, { label: '库位代码', field: 'locationCode',