Commit 3de39854 authored by xinzhedeai's avatar xinzhedeai

fix: from上报预期信息显示问题处理。 商户home页面格式问题

parent e218467f
...@@ -7,12 +7,9 @@ ...@@ -7,12 +7,9 @@
<meta name="viewport" <meta name="viewport"
content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0, viewprot-fit:cover" /> content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0, viewprot-fit:cover" />
<title>消防安全检查清单</title> <title>消防安全检查清单</title>
<script type="text/javascript" src="../sdk/includeHead.js"></script> <script type="text/javascript" src="../sdk/includeHead.js?rev=250730001"></script>
<script type="text/javascript" src="../sdk/axios_http3.js"></script> <script type="text/javascript" src="../sdk/axios_http3.js"></script>
<script type="text/javascript" src="_check_info_data.js"></script>
<!-- <script type="text/javascript" src="_check_info_data_detail.js"></script>
<script type="text/javascript" src="_check_info_data_detail_yh.js"></script> -->
</head> </head>
<body> <body>
......
...@@ -68,7 +68,7 @@ window.onload = function () { ...@@ -68,7 +68,7 @@ window.onload = function () {
flag: 'ADD', flag: 'ADD',
// flag: 'JC_XQ', // flag: 'JC_XQ',
// flag: 'YH_XQ', // flag: 'YH_XQ',
from: '', // 来自指定页面,单独处理
// 检查单信息 // 检查单信息
deadlineOptions: ['1', '3', '5', '7'], deadlineOptions: ['1', '3', '5', '7'],
checkData: [], // 提交给后端,图片使用vant结构,base64,后端处理,不走爱山东中台。(数据量大!) checkData: [], // 提交给后端,图片使用vant结构,base64,后端处理,不走爱山东中台。(数据量大!)
...@@ -118,6 +118,7 @@ window.onload = function () { ...@@ -118,6 +118,7 @@ window.onload = function () {
this.id = gemhoUtil.getParameter('id') this.id = gemhoUtil.getParameter('id')
this.merId = gemhoUtil.getParameter('merId') this.merId = gemhoUtil.getParameter('merId')
this.flag = gemhoUtil.getParameter('flag') this.flag = gemhoUtil.getParameter('flag')
this.from = gemhoUtil.getParameter('from')
......
...@@ -16,8 +16,8 @@ window.addEventListener("load", function () { ...@@ -16,8 +16,8 @@ window.addEventListener("load", function () {
total: 0, total: 0,
// 新增子Tab数据 // 新增子Tab数据
subActiveTab: 0, subActiveTab: 0,
hazardList: [// 更多示例数据... hazardList: [
], ],// 更多示例数据...
activeTab: 0, activeTab: 0,
showTimePicker: false, showTimePicker: false,
// 新增以下数据 // 新增以下数据
...@@ -385,5 +385,4 @@ window.addEventListener("load", function () { ...@@ -385,5 +385,4 @@ window.addEventListener("load", function () {
} }
} }
}); });
}) })
\ No newline at end of file
...@@ -10,6 +10,8 @@ ...@@ -10,6 +10,8 @@
<!-- 在 includeHead.js 之后添加环境判断 --> <!-- 在 includeHead.js 之后添加环境判断 -->
<script src="../sdk/includeHead.js"></script> <script src="../sdk/includeHead.js"></script>
<script type="text/javascript" src="../sdk/axios_http3.js"></script> <script type="text/javascript" src="../sdk/axios_http3.js"></script>
<link href="../sdk/quilljs/quill.snow.css" rel="stylesheet">
<script src="../sdk/quilljs/quill.js"></script>
</head> </head>
<body> <body>
...@@ -130,7 +132,9 @@ ...@@ -130,7 +132,9 @@
<!-- 新增提醒事项弹出层 --> <!-- 新增提醒事项弹出层 -->
<van-popup v-model="showTipPopup" position="center" :style="{ width: '90%', maxHeight: '80%',height: '70vh', }"> <van-popup v-model="showTipPopup" position="center" :style="{ width: '90%', maxHeight: '80%',height: '70vh', }">
<div style="padding: 0.3rem; overflow-y: auto;"> <div style="padding: 0.3rem; overflow-y: auto;">
<iframe :src="`_tezhongzuoye_detail-text.html?type=${formData.workType}`"></iframe> <!-- <iframe :src="`_tezhongzuoye_detail-text.html?type=${formData.workType}`"></iframe>
-->
<div id="editor-container"></div>
<van-button type="info" size="small" plain style="margin-top: 0.2rem; width: 100%;" @click="showTipPopup = false">关闭</van-button> <van-button type="info" size="small" plain style="margin-top: 0.2rem; width: 100%;" @click="showTipPopup = false">关闭</van-button>
</div> </div>
</van-popup> </van-popup>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment