Commit 49d0fb74 authored by xinzhedeai's avatar xinzhedeai

add:安全员网格员 整改功能

parent e4e4cc5e
......@@ -222,7 +222,8 @@
</van-cell-group> -->
<!-- 隐患详情 整改图片图片上传 2025年7月31日13:07:28新增逻辑修改 -->
<div v-if="(flag=='0' || flag=='3') && userType=='shop'">
<!-- 2025年9月1日 添加安全员和网格员提交整改权限 -->
<div v-if="(flag=='0' || flag=='3') && (userType=='shop' || userType=='safety' || userType=='wgy')">
<div class="form-label form-label-div title_require title_requirediv">
请上传整改图片:<span
style="color: red">(格式png/jpg/jpeg,最多4张)</span></div>
......@@ -380,12 +381,14 @@
<!-- 隐患详情底部栏 -->
<div class="bottom_bar" v-if="flag=='3' && from !='shangbao' && (userType == 'wgy' || userType=='safety')">
<div>
<!-- 2025年9月1日 新增 安全员网格员 真该功能 -->
<van-button type="info" size="small" @click="add4DZG_XQ" style="width: 2rem">提交整改</van-button>
<!-- 2025年7月21日11:10:58 新增延期两次后才需要预期上报功能。 -->
<van-button type="primary" size="small" @click="shangbao" v-if="jujue.pushFlag">逾期上报</van-button>
<van-button type="info" size="small" @click="yuqi.show4yanqi=true">限期3天整改</van-button>
<van-button type="primary" size="small" @click="shangbao" v-if="!jujue.pushFlag">逾期上报</van-button>
<van-button type="info" size="small" @click="yuqi.show4yanqi!=true">限期3天整改</van-button>
</div>
</div>
<!-- 该整改按钮只用于给商户权限 -->
<div class="bottom_bar" v-if="(flag=='0' || flag=='3') && userType=='shop'">
<div style="display: flex; justify-content: center; gap: 1rem">
<van-button type="info" size="small" @click="add4DZG_XQ" style="width: 2rem">提交整改</van-button>
......
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