Browse Source

YT-1317导入相同的供应商模具费用时提示语与需求不一致

intex_online20241228
王宇飞 2 months ago
parent
commit
8cfa84f697
  1. 2
      src/components/ImportForm/src/ImportSupplierMoldCostForm.vue

2
src/components/ImportForm/src/ImportSupplierMoldCostForm.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)

Loading…
Cancel
Save