diff --git a/src/views/sunVillage_info/list_cbf.vue b/src/views/sunVillage_info/list_cbf.vue index 9d7df834..07e6459d 100644 --- a/src/views/sunVillage_info/list_cbf.vue +++ b/src/views/sunVillage_info/list_cbf.vue @@ -44,7 +44,7 @@

预览

--> -
+

合同网签

@@ -65,6 +65,9 @@
+ + +
@@ -114,6 +117,8 @@ finished: false, show: false, showFile: false, + htqsShow:false, + noticeUrl:false, fileList: [], listLength: '0', cbfbm:"", @@ -197,8 +202,14 @@ }, contractSign(val){ eqbCbfhtwq(val).then(response => { - window.location.href = response.data; + this.noticeUrl = response.data; + this.htqsShow = true; }); + + }, + confirmn(){ + this.applicationList = []; + this.getList(); }, openPopupFile(id){ this.fileList = []; diff --git a/src/views/sunVillage_info/list_cbht.vue b/src/views/sunVillage_info/list_cbht.vue index 9d7a3fb2..ddcf628b 100644 --- a/src/views/sunVillage_info/list_cbht.vue +++ b/src/views/sunVillage_info/list_cbht.vue @@ -55,7 +55,7 @@

预览

--> -
+

合同网签

@@ -82,7 +82,9 @@
- + + + @@ -132,6 +134,8 @@ finished: false, show: false, showFile: false, + htqsShow:false, + noticeUrl:"", fileList: [], listLength: '0', queryParams: { @@ -237,6 +241,10 @@ signaImgFun(url) { this.signatureImg = url; }, + confirmn(){ + this.applicationList = []; + this.getList(); + }, // 清空画板 handleReset() { this.$refs.esign.reset(); @@ -244,8 +252,10 @@ }, contractSign(val){ eqbFbfhtwq(val).then(response => { - window.location.href = response.data; + this.noticeUrl = response.data; + this.htqsShow = true; }); + }, // 生成签字图 handleGenerate() {