Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
GaoQuYingJiH5-ASD
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xinzhedeai
GaoQuYingJiH5-ASD
Commits
2dd162d4
Commit
2dd162d4
authored
Jun 13, 2025
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add:整改 隐患详情逾期弹窗
parent
66f9de8c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
50 additions
and
4 deletions
+50
-4
_check_info.html
src/_check_info.html
+42
-4
_check_info.js
src/_check_info.js
+8
-0
No files found.
src/_check_info.html
View file @
2dd162d4
...
...
@@ -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"
>
确定
</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
...
...
src/_check_info.js
View file @
2dd162d4
...
...
@@ -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
--
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment