From b88f6687b957bc5e49bb9f99f3644ed041df9bba Mon Sep 17 00:00:00 2001 From: songguoqiang <765017469@qq.com> Date: Tue, 26 Nov 2024 10:00:54 +0800 Subject: [PATCH] =?UTF-8?q?YT-1248:=E4=BE=9B=E5=BA=94=E5=95=86=E6=A8=A1?= =?UTF-8?q?=E5=85=B7=E8=B4=B9=E7=94=A8=E5=AF=BC=E5=85=A5=E6=A8=A1=E6=9D=BF?= =?UTF-8?q?=E6=89=93=E4=B8=8D=E5=BC=80=EF=BC=8C=E6=97=A0=E6=B3=95=E5=AF=BC?= =?UTF-8?q?=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../moldAllocation/supplierMoldCostMain/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/wms/deliversettlementManage/moldAllocation/supplierMoldCostMain/index.vue b/src/views/wms/deliversettlementManage/moldAllocation/supplierMoldCostMain/index.vue index 83f15dda2..2af61f1f1 100644 --- a/src/views/wms/deliversettlementManage/moldAllocation/supplierMoldCostMain/index.vue +++ b/src/views/wms/deliversettlementManage/moldAllocation/supplierMoldCostMain/index.vue @@ -305,6 +305,8 @@ const importSuccess = () => { /** 初始化 **/ onMounted(async () => { getList() + //客户对账单 + importTemplateData.templateUrl = await SuppliperMoldCostMainApi.importTemplate() })