Browse Source

YT-1517:客户模具分摊对账单预测,已经存在客户年月,导入提示不正确

intex_online20241205
宋国强 2 months ago
parent
commit
4b7644e287
  1. 4
      src/components/ImportForm/src/ImportCustomerStatementForecastForm.vue

4
src/components/ImportForm/src/ImportCustomerStatementForecastForm.vue

@ -309,7 +309,7 @@ const verifyData = async () => {
}else if(data.status==2){ }else if(data.status==2){
try { try {
// //
await message.confirm('已存在相同客户代码及年月的客户对账单,是否确认覆盖?') await message.confirm('已存在相同客户代码及年月的客户模具分摊对账单预测,是否重新导入?')
// //
submitForm(); submitForm();
// await PurchasepriceApi.deletePurchaseprice(id) // await PurchasepriceApi.deletePurchaseprice(id)
@ -321,7 +321,7 @@ const verifyData = async () => {
// //
} }
}else if(data.status==3){ }else if(data.status==3){
await message.alertWarning('已存在相同客户代码及年月的客户对账单,且已提交,无法导入。') await message.alertWarning('已存在相同客户代码及年月的客户模具分摊对账单预测,且已提交,无法导入。')
} }
} }

Loading…
Cancel
Save