From eae7d9f4abb029bfdd0f332d164f6641752db2a7 Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Fri, 6 Dec 2024 13:09:35 +0800 Subject: [PATCH] =?UTF-8?q?YT-1587=E5=AE=A2=E6=88=B7=E5=AF=B9=E8=B4=A6?= =?UTF-8?q?=E5=8D=95=EF=BC=8C=E6=A8=A1=E5=85=B7=E5=88=86=E6=91=8A=E5=AF=B9?= =?UTF-8?q?=E8=B4=A6=E5=8D=95=EF=BC=8C=E7=82=B9=E5=87=BB=E7=A1=AE=E8=AE=A4?= =?UTF-8?q?=E9=87=91=E9=A2=9D=E5=90=8E=EF=BC=8C=E6=AC=A1=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=BA=94=E7=AB=8B=E5=8D=B3=E4=B8=8D=E8=83=BD=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=87=91=E9=A2=9D=EF=BC=8C=E7=8E=B0=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E7=A1=AE=E8=AE=A4=E5=90=8E=E8=83=BD=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../moldAllocation/customerStatement/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/wms/deliversettlementManage/moldAllocation/customerStatement/index.vue b/src/views/wms/deliversettlementManage/moldAllocation/customerStatement/index.vue index 37bd6b683..aee9e56b7 100644 --- a/src/views/wms/deliversettlementManage/moldAllocation/customerStatement/index.vue +++ b/src/views/wms/deliversettlementManage/moldAllocation/customerStatement/index.vue @@ -555,8 +555,10 @@ const tapCancel = async (id: number) => { // 确认分摊金额 const handleConfirmShareMoney = async (id: number) => { try { + debugger await message.confirm(t('ts.是否确认分摊金额')) await CustomerStatementMainApi.confirmationShare(id) + chooseRow.value = 5 await message.success(t('ts.确认成功')) } finally { // 刷新列表