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
864abf51
Commit
864abf51
authored
Apr 11, 2025
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add: 事件方法
parent
e9aa1b6c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
_check_info.html
src/_check_info.html
+4
-4
_check_info.js
src/_check_info.js
+1
-1
No files found.
src/_check_info.html
View file @
864abf51
...
...
@@ -173,14 +173,14 @@
<div
class=
"bottom_bar"
v-if=
"flag=='ZG_XQ'"
>
<div
style=
"display: flex;justify-content: center;gap: 1rem;"
>
<van-button
type=
"info"
size=
"small"
@
click=
"
navTo1
"
style=
"width:2rem"
>
提交整改
</van-button>
<van-button
type=
"info"
size=
"small"
@
click=
"
add4ZG_XQ
"
style=
"width:2rem"
>
提交整改
</van-button>
</div>
</div>
<div
class=
"bottom_bar"
v-if=
"flag=='YH_XQ'"
>
<div
style=
"display: flex;justify-content: center;gap: 1rem;"
>
<van-button
type=
"danger"
size=
"small"
@
click=
"
navTo1
"
style=
"width:2rem"
>
拒绝
</van-button>
<van-button
type=
"info"
size=
"small"
@
click=
"
navTo1
"
style=
"width:2rem"
>
通过
</van-button>
<van-button
type=
"danger"
size=
"small"
@
click=
"
add4YH_XQ(0)
"
style=
"width:2rem"
>
拒绝
</van-button>
<van-button
type=
"info"
size=
"small"
@
click=
"
add4YH_XQ(1)
"
style=
"width:2rem"
>
通过
</van-button>
</div>
</div>
...
...
@@ -189,7 +189,7 @@
<div>
<span
class=
"check_num"
>
{{ notNullCount }}/{{totalItems}}
</span>
<span
class=
"yh_num"
>
{{noCount}} 隐患
</span>
<van-button
type=
"info"
size=
"small"
@
click=
"
navTo1
"
<van-button
type=
"info"
size=
"small"
@
click=
"
add4JC_XQ
"
v-show=
"checkPageIndex===3&&flag=='ADD'"
>
完成检查
</van-button>
<van-button
v-show=
"checkPageIndex<3"
type=
"info"
size=
"small"
@
click=
"checkPageIndex++"
>
下一项
</van-button>
...
...
src/_check_info.js
View file @
864abf51
...
...
@@ -38,7 +38,7 @@ window.onload = function() {
},
mounted
()
{
/**
* 调转该页面时需要传递参数
* 调转该
_check_info.html
页面时需要传递参数
* type : ADD新增、JC_XQ检查详情、ZG_XQ整改详情、YH_XQ隐患详情
* id: 记录id || 隐患id
* pageName: 页面名称(用于记录页面来源,用于操作后返回上一页)
...
...
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