Ver Fonte

融信盖章

peixh há 4 anos atrás
pai
commit
6bc238e737
1 ficheiros alterados com 3 adições e 1 exclusões
  1. 3 1
      front-vue/src/views/service/credit/showStampedPdf.vue

+ 3 - 1
front-vue/src/views/service/credit/showStampedPdf.vue

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