Browse Source

YT-1261提示:应是相同客户代码及年月的客户对账单

intex
yufei_wang 1 week ago
parent
commit
f4b25bef18
  1. 4
      src/components/ImportForm/src/ImportCustomerStatementForecastForm.vue
  2. 4
      src/components/ImportForm/src/ImportCustomerStatementForm.vue
  3. 4
      src/components/ImportForm/src/ImportCustomerStatementShareForm.vue

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

@ -308,7 +308,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)
@ -320,7 +320,7 @@ const verifyData = async () => {
// //
} }
}else if(data.status==3){ }else if(data.status==3){
await message.alertWarning('已存在相同客户编号及年月的对账单,且已提交,无法导入。') await message.alertWarning('已存在相同客户代码及年月的客户对账单,且已提交,无法导入。')
} }
} }

4
src/components/ImportForm/src/ImportCustomerStatementForm.vue

@ -308,7 +308,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)
@ -320,7 +320,7 @@ const verifyData = async () => {
// //
} }
}else if(data.status==3){ }else if(data.status==3){
await message.alertWarning('已存在相同客户编号及年月的对账单,且已提交,无法导入。') await message.alertWarning('已存在相同客户代码及年月的客户对账单,且已提交,无法导入。')
} }
} }

4
src/components/ImportForm/src/ImportCustomerStatementShareForm.vue

@ -265,7 +265,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)
@ -278,7 +278,7 @@ const verifyData = async () => {
alert(123); alert(123);
} }
}else if(data.status==3){ }else if(data.status==3){
await message.alertWarning('已存在相同客户编号及年月的对账单,且已确认分摊金额,无法导入') await message.alertWarning('已存在相同客户代码及年月的客户对账单,且已确认分摊金额,无法导入')
} }
} }

Loading…
Cancel
Save