5680bd2e by renchao@pashanhoo.com

style:装载背景图

1 parent a5e669ff
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-25 17:35:22
* @LastEditTime: 2023-08-28 09:02:00
-->
<template>
<el-form ref="ruleForm" :model="ruleForm" label-width="100px" :rules="rules">
......@@ -183,6 +183,7 @@
);
setTimeout(() => {
that.ruleForm.tmpcontent = document.getElementById("S1").value;
debugger
if (that.ruleForm.tmpno == 'zsdy') {
LODOP.ADD_PRINT_SETUP_BKIMG("<img border='0' src='http://192.168.2.38:9000/bdcdj/zhengshu_image/bdcqzs2.jpg'>");
LODOP.SET_SHOW_MODE("BKIMG_PRINT", 1);//打印包含背景图
......