7a303e7f by renchao@pashanhoo.com

style:流程图弹窗修改

1 parent 08ed7634
import { getWorkFlowImage } from "@/api/workflow/jsydsyqFlow.js";
// import { popupDialog } from "@/utils/popup.js";
import { getPrintTemplateByCode } from "@/api/system";
import { getPrintApplicationInfo } from "@/api/fqsq";
import { uploadUndo } from "@/api/clxx";
......@@ -130,13 +129,13 @@ export default {
document.getElementById("cldr").click();
break;
case "B4":
popupDialog("登记簿详情", "registerBook/djbFrame", this.currentSelectProps, '80%')
this.$popupDialog("登记簿详情", "registerBook/djbFrame", this.currentSelectProps, '80%', true)
break;
case "B5":
popupDialog("证书预览", "workflow/components/zsyl", {
this.$popupDialog("证书预览", "workflow/components/zsyl", {
bsmSlsq: this.bsmSlsq,
entryType: '1'
}, '1070px')
}, '1070px', true)
break;
case "B6":
//根据编号获取对应信息
......@@ -167,10 +166,10 @@ export default {
})
break;
case "back": //退回按钮
popupDialog("退回", "workflow/components/th", {
this.$popupDialog("退回", "workflow/components/th", {
bsmSlsq: this.bsmSlsq,
bestepid: this.bestepid
}, '800px')
}, '800px', true)
break;
case "transfer": //转件按钮
getNextLinkInfo({
......@@ -187,10 +186,10 @@ export default {
});
break;
case "stop": //终止按钮
popupDialog("终止", "workflow/components/stop", {
this.$popupDialog("终止", "workflow/components/stop", {
bsmSlsq: this.bsmSlsq,
bestepid: this.bestepid,
}, '600px')
}, '600px', true)
break;
case "signout":
window.close();
......