From 4b7644e287a37a6f5a7962bff954d682ade6c81b Mon Sep 17 00:00:00 2001 From: songguoqiang <765017469@qq.com> Date: Thu, 5 Dec 2024 09:13:29 +0800 Subject: [PATCH] =?UTF-8?q?YT-1517=EF=BC=9A=E5=AE=A2=E6=88=B7=E6=A8=A1?= =?UTF-8?q?=E5=85=B7=E5=88=86=E6=91=8A=E5=AF=B9=E8=B4=A6=E5=8D=95=E9=A2=84?= =?UTF-8?q?=E6=B5=8B=EF=BC=8C=E5=B7=B2=E7=BB=8F=E5=AD=98=E5=9C=A8=E5=AE=A2?= =?UTF-8?q?=E6=88=B7=E5=B9=B4=E6=9C=88=EF=BC=8C=E5=AF=BC=E5=85=A5=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E4=B8=8D=E6=AD=A3=E7=A1=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ImportForm/src/ImportCustomerStatementForecastForm.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ImportForm/src/ImportCustomerStatementForecastForm.vue b/src/components/ImportForm/src/ImportCustomerStatementForecastForm.vue index 2e5fdae96..cf0d77457 100644 --- a/src/components/ImportForm/src/ImportCustomerStatementForecastForm.vue +++ b/src/components/ImportForm/src/ImportCustomerStatementForecastForm.vue @@ -309,7 +309,7 @@ const verifyData = async () => { }else if(data.status==2){ try { // 确认 - await message.confirm('已存在相同客户代码及年月的客户对账单,是否确认覆盖?') + await message.confirm('已存在相同客户代码及年月的客户模具分摊对账单预测,是否重新导入?') //确定走的 submitForm(); // await PurchasepriceApi.deletePurchaseprice(id) @@ -321,7 +321,7 @@ const verifyData = async () => { //取消走的 } }else if(data.status==3){ - await message.alertWarning('已存在相同客户代码及年月的客户对账单,且已提交,无法导入。') + await message.alertWarning('已存在相同客户代码及年月的客户模具分摊对账单预测,且已提交,无法导入。') } }