|
|
@@ -712,7 +712,7 @@ export default {
|
|
|
var result = response.data.isOpen;
|
|
|
//开启内部审批
|
|
|
if(result == true){
|
|
|
- _this.msgSuccess("融信资料已提交企业内部审核");
|
|
|
+ _this.msgSuccess("申请融信资料已提交企业内部审批");
|
|
|
_this.$store.dispatch("tagsView/delView", _this.$route);
|
|
|
_this.$router.go(-1);
|
|
|
}else{
|
|
|
@@ -724,12 +724,12 @@ export default {
|
|
|
var platResult = response.data.isOpen;
|
|
|
//开启平台审批
|
|
|
if(platResult){
|
|
|
- _this.msgSuccess("融信资料已提交平台审核,平台审核时间为工作日:9:00—18:00;单日16:00之前提交资料,将在2小时内完成,请留意站内信息");
|
|
|
+ _this.msgSuccess("融信资料已提交平台审核,平台审核时间为工作日:9:00—18:00;单日16:00之前提交资料,预计2小时内完成,请留意站内信息");
|
|
|
_this.$store.dispatch("tagsView/delView", _this.$route);
|
|
|
_this.$router.go(-1);
|
|
|
}else{
|
|
|
//未开启平台审批
|
|
|
- _this.msgSuccess("融资资料已提交,待:"+_this.form.openName+"确权;确权结果请留意待办事项与站内消息");
|
|
|
+ _this.msgSuccess("融信资料已提交,待:"+_this.form.openName+"确权;确权结果请留意待办事项与站内消息");
|
|
|
_this.$store.dispatch("tagsView/delView",_this.$route);
|
|
|
_this.$router.go(-1);
|
|
|
}
|
|
|
@@ -759,7 +759,7 @@ export default {
|
|
|
var result = response.data.isOpen;
|
|
|
//开启内部审批
|
|
|
if(result == true){
|
|
|
- this.msgSuccess("融信资料已提交企业内部审核");
|
|
|
+ this.msgSuccess("申请融信资料已提交企业内部审批");
|
|
|
this.$store.dispatch("tagsView/delView", this.$route);
|
|
|
this.$router.go(-1);
|
|
|
}else{
|
|
|
@@ -771,12 +771,12 @@ export default {
|
|
|
var platResult = response.data.isOpen;
|
|
|
//开启平台审批
|
|
|
if(platResult){
|
|
|
- this.msgSuccess("融信资料已提交平台审核,平台审核时间为工作日:9:00—18:00;单日16:00之前提交资料,将在2小时内完成,请留意站内信息");
|
|
|
+ this.msgSuccess("融信资料已提交平台审核,平台审核时间为工作日:9:00—18:00;单日16:00之前提交资料,预计2小时内完成,请留意站内信息");
|
|
|
this.$store.dispatch("tagsView/delView", this.$route);
|
|
|
this.$router.go(-1);
|
|
|
}else{
|
|
|
//未开启平台审批
|
|
|
- this.msgSuccess("融资资料已提交,待:"+this.form.openName+"确权;确权结果请留意待办事项与站内消息");
|
|
|
+ this.msgSuccess("融信资料已提交,待:"+this.form.openName+"确权;确权结果请留意待办事项与站内消息");
|
|
|
this.$store.dispatch("tagsView/delView", this.$route);
|
|
|
this.$router.go(-1);
|
|
|
}
|