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
4aa51a44
Commit
4aa51a44
authored
Feb 22, 2024
by
hanshaozhuang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(修改): 发起评审页面
parent
a6cdc353
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
128 additions
and
62 deletions
+128
-62
xuanzepinshen.png
src/assets/images/createReview/xuanzepinshen.png
+0
-0
index.vue
src/views/review/createReview/index.vue
+51
-27
index.vue
src/views/review/createReview/reviewData/index.vue
+77
-35
No files found.
src/assets/images/createReview/xuanzepinshen.png
0 → 100644
View file @
4aa51a44
9.03 KB
src/views/review/createReview/index.vue
View file @
4aa51a44
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
:inline=
"true"
:inline=
"true"
>
>
<el-form-item
label=
"对应标准"
>
<el-form-item
label=
"对应标准"
>
<el-select
v-model=
"formModel.ask"
clearable
style=
"width: 100%"
>
<el-select
v-model=
"formModel.ask"
style=
"width: 100%"
>
<el-option
<el-option
key=
"1"
key=
"1"
value=
"1"
value=
"1"
...
@@ -20,8 +20,8 @@
...
@@ -20,8 +20,8 @@
</el-select>
</el-select>
</el-form-item>
</el-form-item>
</el-form>
</el-form>
<div
v-if=
"pageIndex === 1"
style=
"display: flex"
>
<div
v-if=
"pageIndex === 1"
>
<div
style=
"flex-shrink: 0
"
>
<div
class=
"review-data-title
"
>
发起评审(
{{
发起评审(
{{
selectDictLabel
(
selectDictLabel
(
dict
.
type
.
create_review_type
,
dict
.
type
.
create_review_type
,
...
@@ -33,24 +33,18 @@
...
@@ -33,24 +33,18 @@
formModel
.
reviewSubtype
formModel
.
reviewSubtype
)
)
}}
)
}}
)
</div>
<div
class=
"review-data-return"
@
click=
"handleGoBack"
>
<div
<span
class=
"el-icon-back"
/>
返回
style=
"
</div>
flex-grow: 1;
text-align: right;
color: #1890ff;
text-decoration: underline;
cursor: pointer;
"
@
click=
"handleGoBack"
>
返回
</div>
</div>
</div>
</div>
</div>
</div>
<div
v-if=
"pageIndex === 0"
class=
"create-review-content"
>
<div
v-if=
"pageIndex === 0"
class=
"create-review-content"
>
<div
class=
"center-tip"
>
<div
class=
"center-tip"
>
<div
class=
"el-icon-time icon-custon-style"
/>
<el-image
:src=
"require('@/assets/images/createReview/xuanzepinshen.png')"
class=
"icon-custon-style"
></el-image>
<div
class=
"center-tip-text"
>
请选择要发起的评审类型
</div>
<div
class=
"center-tip-text"
>
请选择要发起的评审类型
</div>
<div
class=
"center-top-text-small"
>
只能选择一种类型
</div>
<div
class=
"center-top-text-small"
>
只能选择一种类型
</div>
</div>
</div>
...
@@ -75,7 +69,10 @@
...
@@ -75,7 +69,10 @@
</div>
</div>
<div
class=
"create-review-footer"
>
<div
class=
"create-review-footer"
>
<el-button
type=
"primary"
class=
"next-button"
@
click=
"pageIndex = 1"
<el-button
type=
"primary"
class=
"next-button"
@
click=
"pageIndex = 1"
>
下一步
</el-button
><span
class=
"el-icon-check"
style=
"margin-right: 6px"
/>
下一步
</el-button
>
>
</div>
</div>
</div>
</div>
...
@@ -122,6 +119,28 @@ export default {
...
@@ -122,6 +119,28 @@ export default {
</
script
>
</
script
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.create-review
{
.review-data-title
{
text-align
:
center
;
position
:
relative
;
font-size
:
20px
;
font-family
:
Microsoft
YaHei
,
Microsoft
YaHei-700
;
font-weight
:
700
;
color
:
#303133
;
line-height
:
18px
;
.review-data-return
{
position
:
absolute
;
top
:
0
;
right
:
0
;
text-align
:
right
;
cursor
:
pointer
;
font-size
:
14px
;
font-family
:
Microsoft
YaHei
,
Microsoft
YaHei-400
;
font-weight
:
400
;
color
:
#1a6fd7
;
}
}
}
.create-review-content
{
.create-review-content
{
width
:
100%
;
width
:
100%
;
margin-top
:
50px
;
margin-top
:
50px
;
...
@@ -130,9 +149,9 @@ export default {
...
@@ -130,9 +149,9 @@ export default {
flex-direction
:
column
;
flex-direction
:
column
;
align-items
:
center
;
align-items
:
center
;
.center-tip
{
.center-tip
{
width
:
400
px
;
width
:
574
px
;
height
:
2
00
px
;
height
:
2
52
px
;
border
:
1px
solid
#
bbbbb
b
;
border
:
1px
solid
#
ebebe
b
;
margin-bottom
:
50px
;
margin-bottom
:
50px
;
display
:
flex
;
display
:
flex
;
flex-direction
:
column
;
flex-direction
:
column
;
...
@@ -140,17 +159,22 @@ export default {
...
@@ -140,17 +159,22 @@ export default {
align-items
:
center
;
align-items
:
center
;
text-align
:
center
;
text-align
:
center
;
.icon-custon-style
{
.icon-custon-style
{
font-size
:
90px
;
width
:
139px
;
color
:
#00afff
;
height
:
124px
;
border
:
1px
dashed
#ebebeb
;
}
}
.center-tip-text
{
.center-tip-text
{
font-size
:
18px
;
color
:
#303133
;
font-weight
:
bold
;
font-size
:
16px
;
font-family
:
Microsoft
YaHei
,
Microsoft
YaHei-400
;
font-weight
:
400
;
margin
:
10px
0
;
margin
:
10px
0
;
}
}
.center-top-text-small
{
.center-top-text-small
{
font-size
:
12px
;
font-size
:
14px
;
color
:
#bbbbbb
;
font-family
:
Microsoft
YaHei
,
Microsoft
YaHei-400
;
font-weight
:
400
;
color
:
#f9a221
;
}
}
}
}
.review-type-content
{
.review-type-content
{
...
@@ -168,7 +192,7 @@ export default {
...
@@ -168,7 +192,7 @@ export default {
display
:
flex
;
display
:
flex
;
justify-content
:
center
;
justify-content
:
center
;
.next-button
{
.next-button
{
width
:
1
5
0px
;
width
:
1
3
0px
;
}
}
}
}
}
}
...
...
src/views/review/createReview/reviewData/index.vue
View file @
4aa51a44
...
@@ -3,15 +3,17 @@
...
@@ -3,15 +3,17 @@
<el-form
<el-form
:model=
"formModel"
:model=
"formModel"
:rules=
"formRules"
:rules=
"formRules"
label-suffix=
":"
label-width=
"200px"
label-width=
"200px"
label-position=
"top"
>
>
<el-form-item
label=
"对应标准"
label-width=
"72px"
>
<div
class=
"standard-text"
>
对应标准:汽车整车信息安全技术要求
</div>
汽车整车信息安全技术要求
</el-form-item>
<div
class=
"subtitle"
>
评审对象
</div>
<div
class=
"subtitle"
>
评审对象
</div>
<el-form-item
label=
"条款分类"
prop=
"tiaokuanfenlei"
>
<el-form-item
label=
"条款分类"
prop=
"tiaokuanfenlei"
>
<el-select
v-model=
"formModel.tiaokuanfenlei"
clearable
>
<el-select
v-model=
"formModel.tiaokuanfenlei"
style=
"width: 421px"
clearable
>
<el-option
<el-option
v-for=
"dict in dict.type.sys_scene_type"
v-for=
"dict in dict.type.sys_scene_type"
:key=
"dict.value"
:key=
"dict.value"
...
@@ -20,7 +22,7 @@
...
@@ -20,7 +22,7 @@
/>
/>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
<el-form-item
label=
"
条款分类
"
prop=
"biaozhuntiuaokuan"
>
<el-form-item
label=
"
标准条款
"
prop=
"biaozhuntiuaokuan"
>
<el-button
type=
"primary"
plain
@
click=
"handleReSelect"
<el-button
type=
"primary"
plain
@
click=
"handleReSelect"
>
重新选择标准条款
</el-button
>
重新选择标准条款
</el-button
>
>
...
@@ -55,35 +57,43 @@
...
@@ -55,35 +57,43 @@
</div>
</div>
</div>
</div>
</el-form-item>
</el-form-item>
<el-form-item
label=
"审查要点"
prop=
"shenchayaodian"
>
<el-row
:gutter=
"41"
>
<el-input
<el-col
span=
"12"
>
v-model=
"formModel.shenchayaodian"
<el-form-item
label=
"审查要点"
prop=
"shenchayaodian"
>
type=
"textarea"
<el-input
placeholder=
"请输入审查要点"
v-model=
"formModel.shenchayaodian"
maxlength=
"100"
type=
"textarea"
show-word-limit
placeholder=
"请输入审查要点"
:autosize=
"
{ minRows: 6, maxRows: 6 }"
maxlength=
"100"
style="width: 350px"
show-word-limit
>
:autosize=
"
{ minRows: 4, maxRows: 6 }"
</el-input>
resize="none"
</el-form-item>
>
<el-form-item
label=
"审查细则"
prop=
"shenchaxize"
>
</el-input>
<el-input
</el-form-item>
v-model=
"formModel.shenchaxize"
</el-col>
type=
"textarea"
<el-col
span=
"12"
>
placeholder=
"请输入审查细则"
<el-form-item
label=
"审查细则"
prop=
"shenchaxize"
>
maxlength=
"100"
<el-input
show-word-limit
v-model=
"formModel.shenchaxize"
:autosize=
"
{ minRows: 6, maxRows: 6 }"
type=
"textarea"
style="width: 350px"
placeholder=
"请输入审查细则"
>
maxlength=
"100"
</el-input>
show-word-limit
</el-form-item>
:autosize=
"
{ minRows: 4, maxRows: 6 }"
resize="none"
>
</el-input>
</el-form-item>
</el-col>
</el-row>
<div
class=
"subtitle"
>
评审成员
</div>
<div
class=
"subtitle"
>
评审成员
</div>
<el-form-item
label=
"评审人员"
>
<el-form-item
label=
"评审人员"
>
<div>
组长-xxx
</div>
<div
class=
"assessor-text"
>
<div>
组员-xxx、xxx、xxx
</div>
<div
style=
"margin-bottom: 10px"
>
组长-xxx
</div>
<div>
组员-xxx、xxx、xxx
</div>
</div>
</el-form-item>
</el-form-item>
<div
class=
"subtitle"
>
附加信息
</div>
<div
class=
"subtitle"
>
附加信息
</div>
<el-form-item
label=
"备注信息"
>
<el-form-item
label=
"备注信息"
>
...
@@ -93,15 +103,18 @@
...
@@ -93,15 +103,18 @@
placeholder=
"请输入备注信息"
placeholder=
"请输入备注信息"
maxlength=
"100"
maxlength=
"100"
show-word-limit
show-word-limit
:autosize=
"
{ minRows:
6
, maxRows: 6 }"
:autosize=
"
{ minRows:
3
, maxRows: 6 }"
style="width: 350px
"
resize="none
"
>
>
</el-input>
</el-input>
</el-form-item>
</el-form-item>
</el-form>
</el-form>
<div
class=
"create-review-footer"
>
<div
class=
"create-review-footer"
>
<el-button
type=
"primary"
class=
"next-button"
@
click=
"handleConfirm"
<el-button
type=
"primary"
class=
"next-button"
@
click=
"handleConfirm"
>
确认发起
</el-button
><span
class=
"el-icon-check"
style=
"margin-right: 6px"
/>
确认发起
</el-button
>
>
</div>
</div>
</div>
</div>
...
@@ -151,6 +164,15 @@ export default {
...
@@ -151,6 +164,15 @@ export default {
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.review-data
{
.review-data
{
.standard-text
{
width
:
100%
;
text-align
:
center
;
font-size
:
14px
;
font-family
:
Microsoft
YaHei
,
Microsoft
YaHei-400
;
font-weight
:
400
;
color
:
#606266
;
line-height
:
18px
;
}
.create-review-footer
{
.create-review-footer
{
margin-top
:
50px
;
margin-top
:
50px
;
text-align
:
center
;
text-align
:
center
;
...
@@ -160,5 +182,25 @@ export default {
...
@@ -160,5 +182,25 @@ export default {
width
:
150px
;
width
:
150px
;
}
}
}
}
.assessor-text
{
background
:
#f5f5f5
;
border
:
1px
solid
#d9d9d9
;
border-radius
:
4px
;
padding
:
7px
10px
;
font-family
:
Microsoft
YaHei
,
Microsoft
YaHei-400
;
font-weight
:
400
;
text-align
:
left
;
color
:
#606266
;
line-height
:
16px
;
}
::v-deep
.el-form-item.is-required
:not
(
.is-no-asterisk
)
>
.el-form-item__label
:before
,
.el-form-item.is-required
:not
(
.is-no-asterisk
)
.el-form-item__label-wrap
>
.el-form-item__label
:before
{
float
:
right
;
margin-left
:
4px
;
margin-right
:
0
;
}
}
}
</
style
>
</
style
>
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