Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
BCDH-APP
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
首开风险隐患双控平台
BCDH-APP
Commits
7fb88e49
Commit
7fb88e49
authored
Nov 01, 2021
by
13841799530
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
整改通知数据回显接口联调
解润东 2021110102
parent
81c7a69f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
3 deletions
+13
-3
src/views/checked/problem/index.vue
src/views/checked/problem/index.vue
+1
-1
src/views/notice/noticeList/index.vue
src/views/notice/noticeList/index.vue
+12
-2
No files found.
src/views/checked/problem/index.vue
View file @
7fb88e49
...
...
@@ -21,7 +21,7 @@
<div
class=
"button-more"
>
<van-button
type=
"primary"
round
size=
"large"
@
click=
"problem"
:disabled=
"finish=='true'?true:false"
>
检查问题上报
{{
nums
.
addTroubleNumber
}}
</van-button>
<van-button
type=
"primary"
round
size=
"large"
@
click=
"formwork"
>
检查清单模板
{{
nums
.
listNumber
}}
</van-button>
<van-button
type=
"primary"
round
size=
"large"
@
click=
"note"
:disabled=
"nums.
addT
roubleNumber
<1
?
true:false
"
>
检查问题记录
{{
nums
.
troubleNumber
}}
</van-button>
<van-button
type=
"primary"
round
size=
"large"
@
click=
"note"
:disabled=
"nums.
t
roubleNumber
<1
?
true:false
"
>
检查问题记录
{{
nums
.
troubleNumber
}}
</van-button>
<van-button
type=
"primary"
round
size=
"large"
@
click=
"end"
:disabled=
"finish=='true'?true:false"
>
结束上报
</van-button>
</div>
</div>
...
...
src/views/notice/noticeList/index.vue
View file @
7fb88e49
...
...
@@ -59,7 +59,7 @@
<van-calendar
v-model=
"showCalendar"
@
confirm=
"onConfirm"
/>
<div
class=
"sign"
><span>
检查组负责人签字确认:
</span><van-tag
color=
"#ffe1e1"
:disabled=
"finish=='true'?true:false"
><p
v-show=
"istext"
@
click=
"sign"
>
电子签字
</p><img
class=
"sign-img"
v-show=
"isImg"
:src=
"resultImg"
alt=
""
></van-tag></div>
<div
class=
"page-footer-button"
>
<van-button
round
type=
"info"
size=
"large"
@
click=
"commit"
:disabled=
"finish=='true'?true:false"
>
生成整改通知单
</van-button>
<van-button
round
type=
"info"
size=
"large"
@
click=
"commit"
:disabled=
"finish=='true'?true:
status==true?true:
false"
>
生成整改通知单
</van-button>
<van-button
round
type=
"defult"
size=
"large"
@
click=
"cancel"
:disabled=
"finish=='true'?true:false"
>
取消
</van-button>
</div>
</van-tab>
...
...
@@ -90,6 +90,7 @@ export default {
id
:
''
,
//整改通知id
showCalendar
:
false
,
//弹出层状态
finish
:
''
,
//检查状态
status
:
false
,
//提交状态
}
},
watch
:{
...
...
@@ -144,7 +145,16 @@ export default {
problem
(){
this
.
noticeQuestionList
=
[]
getFun
(
'
check/notify/trouble/list
'
,{
planId
:
this
.
id
}).
then
((
Response
)
=>
{
this
.
noticeQuestionList
=
Response
.
data
this
.
noticeQuestionList
=
Response
.
data
.
list
this
.
value
=
Response
.
data
.
finishTime
this
.
resultImg
=
Response
.
data
.
leaderSign
if
(
this
.
resultImg
){
console
.
log
(
this
.
resultImg
)
this
.
istext
=
false
this
.
isImg
=
true
}
this
.
status
=
Response
.
data
.
status
console
.
log
(
this
.
status
)
this
.
noticeQuestionList
.
forEach
((
item
)
=>
{
if
(
item
.
checkSubmitId
){
this
.
result
.
push
(
parseInt
(
item
.
checkSubmitId
))
...
...
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