Browse Source

YT-1289客户对账单,再次导入模具分摊对账单,点击取消按钮,提示123,应返回上一页面

intex
yufei_wang 7 days ago
parent
commit
2870e6902d
  1. 1
      src/components/ImportForm/src/ImportCustomerStatementShareForm.vue

1
src/components/ImportForm/src/ImportCustomerStatementShareForm.vue

@ -275,7 +275,6 @@ const verifyData = async () => {
// buttonBaseClick('refresh',null) // buttonBaseClick('refresh',null)
} catch { } catch {
// //
alert(123);
} }
}else if(data.status==3){ }else if(data.status==3){
await message.alertWarning('已存在相同客户代码及年月的客户对账单,且已确认分摊金额,无法导入') await message.alertWarning('已存在相同客户代码及年月的客户对账单,且已确认分摊金额,无法导入')

Loading…
Cancel
Save