From 2e0e7aee13367cf0456ef500724bbcd0370370dc Mon Sep 17 00:00:00 2001 From: songguoqiang <765017469@qq.com> Date: Tue, 26 Nov 2024 19:51:45 +0800 Subject: [PATCH] =?UTF-8?q?YT-1290=EF=BC=9A=E5=AE=A2=E6=88=B7=E5=AF=B9?= =?UTF-8?q?=E8=B4=A6=E5=8D=95=EF=BC=8C=E5=86=8D=E6=AC=A1=E5=AF=BC=E5=85=A5?= =?UTF-8?q?=E6=A8=A1=E5=85=B7=E5=88=86=E6=91=8A=E5=AF=B9=E8=B4=A6=E5=8D=95?= =?UTF-8?q?=EF=BC=8C=E6=8F=90=E7=A4=BA=E4=B8=8D=E5=AF=B9=EF=BC=8C=E4=B8=8D?= =?UTF-8?q?=E6=98=AF=E5=AE=A2=E6=88=B7=E5=AF=B9=E8=B4=A6=E5=8D=95=EF=BC=8C?= =?UTF-8?q?=E5=BA=94=E6=98=AF=E6=A8=A1=E5=85=B7=E5=88=86=E6=91=8A=E5=AF=B9?= =?UTF-8?q?=E8=B4=A6=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ImportForm/src/ImportCustomerStatementShareForm.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ImportForm/src/ImportCustomerStatementShareForm.vue b/src/components/ImportForm/src/ImportCustomerStatementShareForm.vue index 5eb16a5ed..73c27dc5d 100644 --- a/src/components/ImportForm/src/ImportCustomerStatementShareForm.vue +++ b/src/components/ImportForm/src/ImportCustomerStatementShareForm.vue @@ -265,7 +265,7 @@ const verifyData = async () => { }else if(data.status==2){ try { // 确认 - await message.confirm('已存在相同客户代码及年月的客户对账单,是否确认导入?注意:如确认则上一版本对账单将自动作废。') + await message.confirm('已存在相同客户代码及年月的模具分摊对账单,是否确认导入?注意:如确认则上一版本对账单将自动作废。') //确定走的 submitForm(); // await PurchasepriceApi.deletePurchaseprice(id) @@ -277,7 +277,7 @@ const verifyData = async () => { //取消走的 } }else if(data.status==3){ - await message.alertWarning('已存在相同客户代码及年月的客户对账单,且已确认分摊金额,无法导入') + await message.alertWarning('已存在相同客户代码及年月的模具分摊对账单,且已确认分摊金额,无法导入') } }