Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
rongtong-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
融通安全管理系统
rongtong-app
Commits
e7fdcf54
Commit
e7fdcf54
authored
Jul 08, 2023
by
杨帆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Dev yf'
parent
e3ccc85d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
8 deletions
+15
-8
src/views/riskProject/add/taskList.vue
src/views/riskProject/add/taskList.vue
+14
-8
src/views/riskProject/execution/index.vue
src/views/riskProject/execution/index.vue
+1
-0
No files found.
src/views/riskProject/add/taskList.vue
View file @
e7fdcf54
...
@@ -514,6 +514,7 @@ export default {
...
@@ -514,6 +514,7 @@ export default {
searchValue
:
""
,
searchValue
:
""
,
messageText
:
""
,
messageText
:
""
,
checkValue
:
[],
checkValue
:
[],
isAll
:
false
,
plan
:
0
,
plan
:
0
,
showIndex
:
false
,
showIndex
:
false
,
isShowAppvoreList
:
false
,
isShowAppvoreList
:
false
,
...
@@ -603,10 +604,10 @@ export default {
...
@@ -603,10 +604,10 @@ export default {
},
},
//审批否决
//审批否决
unApproveTask
()
{
unApproveTask
()
{
if
(
this
.
status
==
2
)
{
if
(
this
.
isAll
)
{
this
.
lookdetail
(
this
.
planId
);
}
else
if
(
this
.
status
==
3
)
{
this
.
approveTask
(
0
);
this
.
approveTask
(
0
);
}
else
{
this
.
lookdetail
(
this
.
planId
);
}
}
//TODO 审批否决
//TODO 审批否决
...
@@ -667,20 +668,25 @@ export default {
...
@@ -667,20 +668,25 @@ export default {
switch
(
this
.
messageList
.
statusKey
)
{
switch
(
this
.
messageList
.
statusKey
)
{
case
"
CREATE_TASK
"
:
case
"
CREATE_TASK
"
:
case
"
WAIT_START
"
:
case
"
WAIT_START
"
:
case
"
WAIT_RETURN
"
:
this
.
status
=
0
;
this
.
status
=
0
;
break
;
break
;
case
"
CREATE_TASK
"
:
case
"
RUNNING
"
:
case
"
WAIT_LEADER_RETURN
"
:
case
"
WAIT_RETURN
"
:
case
"
PROJECT_REPORT
"
:
this
.
status
=
1
;
this
.
status
=
1
;
break
;
break
;
case
"
WAIT_LEADER_APPROVE
"
:
case
"
WAIT_LEADER_RETURN
"
:
this
.
status
=
2
;
this
.
isAll
=
false
;
break
;
case
"
WAIT_APPROVE
"
:
case
"
WAIT_APPROVE
"
:
case
"
FINISH
"
:
this
.
status
=
2
;
this
.
status
=
2
;
this
.
isAll
=
true
;
break
;
break
;
case
"
REVOKE
"
:
case
"
REVOKE
"
:
case
"
FINISH
"
:
case
"
FINISH
"
:
case
"
PROJECT_REPORT
"
:
this
.
status
=
3
;
this
.
status
=
3
;
break
;
break
;
default
:
default
:
...
...
src/views/riskProject/execution/index.vue
View file @
e7fdcf54
...
@@ -277,6 +277,7 @@ export default {
...
@@ -277,6 +277,7 @@ export default {
buildingId
:
item
.
buildingId
buildingId
:
item
.
buildingId
}
}
});
});
sessionStorage
.
setItem
(
"
pathAuth
"
,
"
riskExecution
"
);
sessionStorage
.
setItem
(
"
planId
"
,
item
.
id
);
sessionStorage
.
setItem
(
"
planId
"
,
item
.
id
);
sessionStorage
.
setItem
(
"
buildingId
"
,
item
.
buildingId
);
sessionStorage
.
setItem
(
"
buildingId
"
,
item
.
buildingId
);
this
.
showIndex
=
false
;
this
.
showIndex
=
false
;
...
...
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