From 73aa21a33a3da831ba0a0b46d61f70f6577ab608 Mon Sep 17 00:00:00 2001 From: songguoqiang <765017469@qq.com> Date: Thu, 5 Dec 2024 09:40:10 +0800 Subject: [PATCH] =?UTF-8?q?YT-1518=EF=BC=9A=E5=AE=A2=E6=88=B7=E6=A8=A1?= =?UTF-8?q?=E5=85=B7=E5=88=86=E6=91=8A=E9=A2=84=E6=B5=8B=EF=BC=8C=E6=98=8E?= =?UTF-8?q?=E7=BB=86=E8=B4=A6=E7=A5=A8=E5=8F=B7=E6=98=BE=E7=A4=BA=E4=B8=8D?= =?UTF-8?q?=E6=AD=A3=E7=A1=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../customerToolApportStatementForecastMain.data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/wms/deliversettlementManage/moldAllocation/customerToolApportStatementForecastMain/customerToolApportStatementForecastMain.data.ts b/src/views/wms/deliversettlementManage/moldAllocation/customerToolApportStatementForecastMain/customerToolApportStatementForecastMain.data.ts index 606e8c3f9..b3fac64cf 100644 --- a/src/views/wms/deliversettlementManage/moldAllocation/customerToolApportStatementForecastMain/customerToolApportStatementForecastMain.data.ts +++ b/src/views/wms/deliversettlementManage/moldAllocation/customerToolApportStatementForecastMain/customerToolApportStatementForecastMain.data.ts @@ -183,7 +183,7 @@ export const CustomerToolApportStatementForecastDetailRules = reactive({ export const CustomerToolApportStatementForecastDetail = useCrudSchemas(reactive([ { label: '帐票号', - field: 'number', + field: 'invoiceNumber', sort: 'custom', isSearch: true, },