Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
中汽测评-信息安全测评系统
web
Commits
af280d82
Commit
af280d82
authored
Jan 03, 2024
by
盖献康
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 任务处理 - 代办任务 - 填写、确认问卷
parent
d45d3b0b
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1527 additions
and
3 deletions
+1527
-3
index.vue
src/views/processing/confirm-result/index.vue
+891
-0
index.vue
src/views/processing/unprocessed-review/index.vue
+17
-2
index.vue
src/views/processing/write-check-form/index.vue
+618
-0
index.vue
src/views/task/confirm-result/index.vue
+1
-1
No files found.
src/views/processing/confirm-result/index.vue
0 → 100644
View file @
af280d82
This diff is collapsed.
Click to expand it.
src/views/processing/unprocessed-review/index.vue
View file @
af280d82
...
...
@@ -158,10 +158,15 @@
<div
v-if=
"isSysReview"
class=
"card-cell"
>
<div
class=
"cell-lable"
>
审查问卷
</div>
<div
class=
"cell-value"
>
<el-link
v-if=
"item.progress
<
90
"
type=
"primary"
<el-link
v-if=
"item.progress
<
90
"
type=
"primary"
@
click=
"handleReviewQuestionnaire"
>
填写审查问卷
</el-link
>
<el-link
v-else
type=
"primary"
>
确认审查结果
</el-link>
<el-link
v-else
type=
"primary"
@
click=
"handleConfirmFindings"
>
确认审查结果
</el-link
>
</div>
</div>
<div
v-if=
"isSysReview"
class=
"card-cell"
>
...
...
@@ -297,6 +302,16 @@ export default {
this
.
$router
.
push
({
path
:
'/processing/reviewReport'
})
},
handleReviewQuestionnaire
()
{
this
.
$router
.
push
({
path
:
'/processing/write-check-form'
})
},
handleConfirmFindings
()
{
this
.
$router
.
push
({
path
:
'/processing/confirm-result'
})
}
}
}
...
...
src/views/processing/write-check-form/index.vue
0 → 100644
View file @
af280d82
This diff is collapsed.
Click to expand it.
src/views/task/confirm-result/index.vue
View file @
af280d82
...
...
@@ -6,7 +6,7 @@
<!--1-抬头标题-->
<div
class=
"title-style"
>
<div
class=
"title-content-style"
>
确认审查结果(所属任务: 广汽丰田体系审查)
21
确认审查结果(所属任务: 广汽丰田体系审查)
</div>
<div
class=
"title-content-style"
>
<el-button
type=
"text"
@
click=
"goToProcessedReview"
>
返回
</el-button>
...
...
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