Commit 2dd162d4 authored by xinzhedeai's avatar xinzhedeai

add:整改 隐患详情逾期弹窗

parent 66f9de8c
......@@ -244,13 +244,50 @@
</div>
</van-form>
<!-- 延期操作确认弹窗 -->
<van-action-sheet v-model="show4yanqi" title=" ">
<div class="content" style="padding: 1rem 1rem 0.5rem; text-align: center;">
<span style="font-size: 0.3rem;
color: rgb(0, 0, 0);
text-align: left;
display: inline-block;
line-height: 1.5;
margin-bottom: 1rem;">对该商家提醒限期 3 天整改,整改截止日期 为 2025-3-25</span> <br>
<van-button type="info" size="small" @click="shangbao" >&nbsp;&nbsp;确定&nbsp;&nbsp;</van-button>
</div>
</van-action-sheet>
<!-- 上报弹窗 -->
<van-action-sheet v-model="show4shangbao" title=" ">
<div class="content" style="padding: 0rem 1rem 0.5rem; text-align: center;">
<h4 style="text-align: left;font-size: .32rem;">选择行业主管部门</h4>
<div v-for="(item, subIndex) in 4" style="overflow: hidden;">
<van-checkbox
:key="subIndex"
v-model="item"
shape="square"
>
{{ '社会事业局' }}
</van-checkbox>
</div>
<van-button type="info" size="small" @click="shangbao" >上报行业主管部门</van-button>
</div>
</van-action-sheet>
<!-- 隐患详情底部栏 -->
<!-- <div class="bottom_bar" v-if="flag=='3'">
<div class="bottom_bar" v-if="flag=='3' && ['admin', 'common', 'industry', 'street', 'wgy'].includes(userType)">
<div>
<van-button type="primary" size="small" @click="navTo1" >上报行业主管部门</van-button>
<van-button type="info" size="small" @click="navTo1" >限期3天整改</van-button>
<van-button type="primary" size="small" @click="show4shangbao=true" >上报行业主管部门</van-button>
<van-button type="info" size="small" @click="show4yanqi=true" >限期3天整改</van-button>
</div>
</div> -->
</div>
<div
class="bottom_bar"
......@@ -301,6 +338,7 @@
<van-button
v-show="checkPageIndex>0"
type="info"
plain
size="small"
@click="prevPage"
>上一项</van-button
......
......@@ -72,6 +72,8 @@ window.onload = function () {
rectificationDeadline: '', // 整改截止日期
reviewDate: '', // 隐患审核日期
reviewRecord: '',
show4yanqi:false,
show4shangbao:false,
},
mounted() {
/**
......@@ -116,6 +118,12 @@ window.onload = function () {
}
},
methods: {
shangbao(){
},
yanqi(){
},
prevPage(){
this.checkPageIndex--
},
......
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