CRM_26-04-22#story#8495,潜在供应商H5页面提交信息,信息审核,提交补充信息与退回理由的优化与修复(默认停用)
This commit is contained in:
@@ -154,6 +154,7 @@
|
||||
supplierInfo: {},
|
||||
type: 'show',
|
||||
origin: '',
|
||||
potentialFlag: '',
|
||||
}
|
||||
},
|
||||
async mounted() {
|
||||
@@ -161,13 +162,14 @@
|
||||
this.id=this.$route.query.id || urlParams.get('id');
|
||||
this.type=this.$route.query.type || urlParams.get('type') || 'show';
|
||||
this.origin = this.$route.query.origin || ''
|
||||
this.potentialFlag = this.$route.query.potentialFlag || urlParams.get('potentialFlag') || '';
|
||||
await this.getInfoHandler();
|
||||
},
|
||||
methods: {
|
||||
goAddVehicle() {
|
||||
const supplierId = this.id
|
||||
localStorage.setItem('lastRoute', JSON.stringify({ name: 'vehicleManage', query: { id: supplierId } }));
|
||||
this.goPage('vehicleManage', { id: supplierId });
|
||||
localStorage.setItem('lastRoute', JSON.stringify({ name: 'vehicleManage', query: { id: supplierId, potentialFlag: this.potentialFlag } }));
|
||||
this.goPage('vehicleManage', { id: supplierId, potentialFlag: this.potentialFlag });
|
||||
},
|
||||
goModifyPage() {
|
||||
this.goPage('supplierAdd', { id : this.id })
|
||||
|
||||
Reference in New Issue
Block a user