|
|
@@ -423,7 +423,7 @@
|
|
|
</el-dialog>
|
|
|
|
|
|
<!-- 合同预览 -->
|
|
|
- <el-dialog title="预览" :visible.sync="pdfShowDialog" width="60%" append-to-body :show-close="pdfIsShow">
|
|
|
+ <el-dialog title="预览" :visible.sync="pdfShowDialog" width="60%" append-to-body>
|
|
|
<pdf-show
|
|
|
:pdfFileList="pdfFileList"
|
|
|
:zfiId="this.form.zfiId"
|
|
|
@@ -583,6 +583,7 @@ import {
|
|
|
checkCode,
|
|
|
faceAuth,
|
|
|
checkFaceAuth,
|
|
|
+ listStamped
|
|
|
} from "@/api/service/credit/message";
|
|
|
import {
|
|
|
cfcaProjectNo,
|
|
|
@@ -1549,8 +1550,9 @@ export default {
|
|
|
background: "rgba(0, 0, 0,0)",
|
|
|
});
|
|
|
self.zcFinanceInf.zfrId = self.zfrId;
|
|
|
- contractSigning(self.zcFinanceInf)
|
|
|
+ contractSigning(self.zcFinanceInf)
|
|
|
.then((response) => {
|
|
|
+ debugger;
|
|
|
loading.close();
|
|
|
self.msgSuccess("盖章成功");
|
|
|
if (self.zfpAuthType == "02") {
|
|
|
@@ -1571,16 +1573,17 @@ export default {
|
|
|
background: "rgba(0, 0, 0,0)",
|
|
|
});
|
|
|
listStamped(queryStamped).then((response) =>{
|
|
|
+ load.close();
|
|
|
if(response.data){
|
|
|
this.pdfFileList = response.data.list;
|
|
|
}
|
|
|
this.pdfShowDialog = true;
|
|
|
this.pdfIsShow = false;
|
|
|
- load.close()
|
|
|
+
|
|
|
}).catch((response) => {
|
|
|
load.close();
|
|
|
});
|
|
|
- })
|
|
|
+ })
|
|
|
.catch((response) => {
|
|
|
loading.close();
|
|
|
});
|