CRM_26-04-22#story#8495,潜在供应商H5页面提交信息,信息审核,提交补充信息与退回理由的优化与修复(跳转详情修改)

This commit is contained in:
2026-05-12 16:58:44 +08:00
parent 2bd56d8a9e
commit 1f7ce0da6d

View File

@@ -331,9 +331,17 @@
if( res?.noToast ) { // 服务商已存在 if( res?.noToast ) { // 服务商已存在
this.showError('当前服务商已存在') this.showError('当前服务商已存在')
if( res?.code != 0 ) { if( res?.code != 0 ) {
const target = { name: 'supplierAddResult', query: { id: res?.code } }; Dialog.alert({
localStorage.setItem('lastRoute', JSON.stringify(target)); title: '提示',
this.goPage('supplierAddResult', { id : res?.code }) message: "该服务商已存在,查看信息"
}).then(async () => {
const target = { name: 'supplierAddResult', query: { id: res?.code } };
localStorage.setItem('lastRoute', JSON.stringify(target));
this.goPage('supplierAddResult', { id : res?.code })
setTimeout(() => {
this.clickFlag = true
}, 1000)
});
} }
} else { } else {
Dialog.alert({ Dialog.alert({