|
@@ -262,6 +262,7 @@ export default {
|
|
|
//回到父页
|
|
//回到父页
|
|
|
cancelGo(){
|
|
cancelGo(){
|
|
|
this.goShow = false;
|
|
this.goShow = false;
|
|
|
|
|
+ this.closePdfShows();
|
|
|
this.goParent();
|
|
this.goParent();
|
|
|
},
|
|
},
|
|
|
|
|
|
|
@@ -284,7 +285,6 @@ export default {
|
|
|
submit(){
|
|
submit(){
|
|
|
//状态判断为盖完章之后的
|
|
//状态判断为盖完章之后的
|
|
|
debugger
|
|
debugger
|
|
|
- //确权:状态为待确权
|
|
|
|
|
if(this.zfiStatus == '01' && this.zfiCreateType == '0'){
|
|
if(this.zfiStatus == '01' && this.zfiCreateType == '0'){
|
|
|
//供应商申请
|
|
//供应商申请
|
|
|
this.msgSuccess("确权成功,融信已提交,"+this.receiveName+"签收");
|
|
this.msgSuccess("确权成功,融信已提交,"+this.receiveName+"签收");
|
|
@@ -318,6 +318,7 @@ export default {
|
|
|
this.financeSignForm.validity = response.data.validity;
|
|
this.financeSignForm.validity = response.data.validity;
|
|
|
}
|
|
}
|
|
|
this.goShow = true;
|
|
this.goShow = true;
|
|
|
|
|
+ this.closePdfShows();
|
|
|
});
|
|
});
|
|
|
}else if(this.zfiCreateType == '1' && this.zfiCoreStatus == '01' && this.zfiStatus=='01'){//核心开立
|
|
}else if(this.zfiCreateType == '1' && this.zfiCoreStatus == '01' && this.zfiStatus=='01'){//核心开立
|
|
|
this.msgSuccess("开立成功,融信已提交"+this.receiveName+"签收");
|
|
this.msgSuccess("开立成功,融信已提交"+this.receiveName+"签收");
|
|
@@ -351,6 +352,7 @@ export default {
|
|
|
this.financeSignForm.validity = response.data.validity;
|
|
this.financeSignForm.validity = response.data.validity;
|
|
|
}
|
|
}
|
|
|
this.goShow = true;
|
|
this.goShow = true;
|
|
|
|
|
+ this.closePdfShows();
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|