7c91f8dd by 蔡俊立

打印申请书

1 parent 8b3e78e8
......@@ -164,3 +164,12 @@ export function judgeUserTaskPermission (params) {
params
})
}
// 获取申请书数据
export function getPrintApplicationInfo (data) {
return request({
url: SERVER.SERVERAPI + '/rest/business/workFlow/getPrintApplicationInfo',
method: 'post',
data
})
}
......
......@@ -179,8 +179,6 @@ export default {
//再次打印
openInvalidDiglog(item) {
this.bsmSz = item.bsmSz;
console.log(item);
this.invalidDiglog = true;
},
closeInvalidDiglog() {
......
......@@ -132,7 +132,8 @@ export default {
}, '1070px')
break;
case "B6":
popupDialog("打印申请书", "workflow/components/printApplication", {}, '1070px')
popupDialog("打印申请书", "workflow/components/printApplication", this.currentSelectProps
, '1070px')
break;
case "B7":
this.$popup("证书领取", "workflow/components/zslq", {
......