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('已存在相同客户代码及年月的客户模具分摊对账单预测,且已提交,无法导入。') } }