38b075c1 by renchao@pashanhoo.com

style:证书打印

1 parent 59941756
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-30 17:18:41
* @LastEditTime: 2023-08-30 17:26:02
-->
<template>
<div>
......@@ -82,6 +82,7 @@
}
},
mounted () {
console.log(11111111111111111);
store.dispatch('user/refreshPage', false)
this.columns = datas.columns()
this.ysxlhList()
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-30 16:54:26
* @LastEditTime: 2023-08-30 17:31:53
-->
<template>
<div class="szxx">
......@@ -109,7 +109,6 @@
this.viewEdit = this.$parent.currentSelectTab.ableOperation
},
methods: {
//初始化列表
/**
* @description: 初始化列表
* @author: renchao
......@@ -125,7 +124,6 @@
}
});
},
//打开证书预览弹窗
/**
* @description: 打开证书预览弹窗
* @param {*} item
......@@ -134,6 +132,7 @@
*/
openZsylDialog (item, type) {
store.dispatch('user/reWorkFresh', false)
if (type == 1) {
//证书预览
this.$popupDialog("证书证明预览", "workflow/components/dialog/zsyl", { bdcqz: item, bsmSlsq: this.$route.query.bsmSlsq }, "76%", true);
......@@ -141,13 +140,13 @@
this.$popupDialog("证书证明打印", "workflow/components/dialog/zsdy", { bdcqz: item, bsmSlsq: this.$route.query.bsmSlsq }, "76%", true);
}
},
//再次打印
/**
* @description: 再次打印
* @param {*} item
* @author: renchao
*/
openInvalidDiglog (item) {
this.bdcqz = item
this.ysxlh = item.ysxlh
this.bsmSz = item.bsmSz;
this.invalidDiglog = true;
......@@ -162,7 +161,6 @@
this.bsmSz = "";
this.zfyy = "";
},
//作废缮证信息
/**
* @description: 作废缮证信息
* @author: renchao
......@@ -178,7 +176,7 @@
} else {
this.$message.error(res.message);
}
});
})
},
/**
* @description: openRecordPop
......