style:证书打印
Showing
2 changed files
with
6 additions
and
7 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-08-30 17:18:41 | 4 | * @LastEditTime: 2023-08-30 17:26:02 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div> | 7 | <div> |
| ... | @@ -82,6 +82,7 @@ | ... | @@ -82,6 +82,7 @@ |
| 82 | } | 82 | } |
| 83 | }, | 83 | }, |
| 84 | mounted () { | 84 | mounted () { |
| 85 | console.log(11111111111111111); | ||
| 85 | store.dispatch('user/refreshPage', false) | 86 | store.dispatch('user/refreshPage', false) |
| 86 | this.columns = datas.columns() | 87 | this.columns = datas.columns() |
| 87 | this.ysxlhList() | 88 | this.ysxlhList() | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-08-30 16:54:26 | 4 | * @LastEditTime: 2023-08-30 17:31:53 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div class="szxx"> | 7 | <div class="szxx"> |
| ... | @@ -109,7 +109,6 @@ | ... | @@ -109,7 +109,6 @@ |
| 109 | this.viewEdit = this.$parent.currentSelectTab.ableOperation | 109 | this.viewEdit = this.$parent.currentSelectTab.ableOperation |
| 110 | }, | 110 | }, |
| 111 | methods: { | 111 | methods: { |
| 112 | //初始化列表 | ||
| 113 | /** | 112 | /** |
| 114 | * @description: 初始化列表 | 113 | * @description: 初始化列表 |
| 115 | * @author: renchao | 114 | * @author: renchao |
| ... | @@ -125,7 +124,6 @@ | ... | @@ -125,7 +124,6 @@ |
| 125 | } | 124 | } |
| 126 | }); | 125 | }); |
| 127 | }, | 126 | }, |
| 128 | //打开证书预览弹窗 | ||
| 129 | /** | 127 | /** |
| 130 | * @description: 打开证书预览弹窗 | 128 | * @description: 打开证书预览弹窗 |
| 131 | * @param {*} item | 129 | * @param {*} item |
| ... | @@ -134,6 +132,7 @@ | ... | @@ -134,6 +132,7 @@ |
| 134 | */ | 132 | */ |
| 135 | openZsylDialog (item, type) { | 133 | openZsylDialog (item, type) { |
| 136 | store.dispatch('user/reWorkFresh', false) | 134 | store.dispatch('user/reWorkFresh', false) |
| 135 | |||
| 137 | if (type == 1) { | 136 | if (type == 1) { |
| 138 | //证书预览 | 137 | //证书预览 |
| 139 | this.$popupDialog("证书证明预览", "workflow/components/dialog/zsyl", { bdcqz: item, bsmSlsq: this.$route.query.bsmSlsq }, "76%", true); | 138 | this.$popupDialog("证书证明预览", "workflow/components/dialog/zsyl", { bdcqz: item, bsmSlsq: this.$route.query.bsmSlsq }, "76%", true); |
| ... | @@ -141,13 +140,13 @@ | ... | @@ -141,13 +140,13 @@ |
| 141 | this.$popupDialog("证书证明打印", "workflow/components/dialog/zsdy", { bdcqz: item, bsmSlsq: this.$route.query.bsmSlsq }, "76%", true); | 140 | this.$popupDialog("证书证明打印", "workflow/components/dialog/zsdy", { bdcqz: item, bsmSlsq: this.$route.query.bsmSlsq }, "76%", true); |
| 142 | } | 141 | } |
| 143 | }, | 142 | }, |
| 144 | //再次打印 | ||
| 145 | /** | 143 | /** |
| 146 | * @description: 再次打印 | 144 | * @description: 再次打印 |
| 147 | * @param {*} item | 145 | * @param {*} item |
| 148 | * @author: renchao | 146 | * @author: renchao |
| 149 | */ | 147 | */ |
| 150 | openInvalidDiglog (item) { | 148 | openInvalidDiglog (item) { |
| 149 | this.bdcqz = item | ||
| 151 | this.ysxlh = item.ysxlh | 150 | this.ysxlh = item.ysxlh |
| 152 | this.bsmSz = item.bsmSz; | 151 | this.bsmSz = item.bsmSz; |
| 153 | this.invalidDiglog = true; | 152 | this.invalidDiglog = true; |
| ... | @@ -162,7 +161,6 @@ | ... | @@ -162,7 +161,6 @@ |
| 162 | this.bsmSz = ""; | 161 | this.bsmSz = ""; |
| 163 | this.zfyy = ""; | 162 | this.zfyy = ""; |
| 164 | }, | 163 | }, |
| 165 | //作废缮证信息 | ||
| 166 | /** | 164 | /** |
| 167 | * @description: 作废缮证信息 | 165 | * @description: 作废缮证信息 |
| 168 | * @author: renchao | 166 | * @author: renchao |
| ... | @@ -178,7 +176,7 @@ | ... | @@ -178,7 +176,7 @@ |
| 178 | } else { | 176 | } else { |
| 179 | this.$message.error(res.message); | 177 | this.$message.error(res.message); |
| 180 | } | 178 | } |
| 181 | }); | 179 | }) |
| 182 | }, | 180 | }, |
| 183 | /** | 181 | /** |
| 184 | * @description: openRecordPop | 182 | * @description: openRecordPop | ... | ... |
-
Please register or sign in to post a comment