From d7185d9952c68429b067e1a9d9634b54f63ec6df Mon Sep 17 00:00:00 2001 From: yufei_wang <2267742828@qq.com> Date: Thu, 28 Nov 2024 15:46:48 +0800 Subject: [PATCH] =?UTF-8?q?YT-1341=E7=AC=AC=E4=B8=80=E6=AC=A1=E8=BF=9B?= =?UTF-8?q?=E5=AE=A2=E6=88=B7=E5=AF=B9=E8=B4=A6=E5=8D=95=EF=BC=8C=E7=82=B9?= =?UTF-8?q?=E5=87=BBKHDZD20241128-0000000008=E5=8D=95=E6=8D=AE=E5=8F=B7?= =?UTF-8?q?=EF=BC=8C=E7=9C=8B=E6=98=8E=E7=BB=86=EF=BC=8C=E5=9C=88=E7=9A=84?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E6=98=AF=E7=A9=BA=E7=9A=84=EF=BC=8C=E5=9C=A8?= =?UTF-8?q?=E8=BF=9B=E9=A1=B5=E9=9D=A2=E7=9C=8B=E5=B0=B1=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../moldAllocation/customerStatement/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/wms/deliversettlementManage/moldAllocation/customerStatement/index.vue b/src/views/wms/deliversettlementManage/moldAllocation/customerStatement/index.vue index fb2dde87c..4f4f26c84 100644 --- a/src/views/wms/deliversettlementManage/moldAllocation/customerStatement/index.vue +++ b/src/views/wms/deliversettlementManage/moldAllocation/customerStatement/index.vue @@ -175,7 +175,7 @@ routeName.value = route.name const tableColumns = ref(CustomerStatementMain.allSchemas.tableColumns) const apiPage = ref(CustomerStatementDetailApi.getCustomerStatementDetailPage) -const DetailAllSchemas = ref(CustomerStatementShareReconciliation.allSchemas) +const DetailAllSchemas = ref(CustomerStatementDetail.allSchemas) const tabsExtend = ref(false) const tableObjectExtend = ref()