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
1e97ecee
Commit
1e97ecee
authored
Mar 08, 2024
by
jiaxu.yan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 70476 70473
parent
3c13eafc
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
26 additions
and
45 deletions
+26
-45
index.vue
src/views/processing/carReview/vehicle-type/index.vue
+8
-8
index.vue
src/views/processing/carReview/write-check-form/index.vue
+2
-4
index.vue
src/views/processing/fileLibrary/index.vue
+1
-1
index.vue
src/views/processing/systemReview/confirm-result/index.vue
+8
-8
index.vue
src/views/processing/systemReview/write-check-form/index.vue
+1
-1
index.vue
src/views/task/on/index.vue
+6
-23
No files found.
src/views/processing/carReview/vehicle-type/index.vue
View file @
1e97ecee
...
@@ -409,14 +409,14 @@ export default {
...
@@ -409,14 +409,14 @@ export default {
},
},
/* 返回跳转*/
/* 返回跳转*/
goToProcessedReview
()
{
goToProcessedReview
()
{
if
(
!
this
.
ruleForm
.
enterpriseLeader
)
{
//
if (!this.ruleForm.enterpriseLeader) {
this
.
$message
.
error
(
'请车企负责人签字'
)
//
this.$message.error('请车企负责人签字')
return
//
return
}
//
}
if
(
!
this
.
ruleForm
.
inspectionLeader
)
{
//
if (!this.ruleForm.inspectionLeader) {
this
.
$message
.
error
(
'请检验负责人签字'
)
//
this.$message.error('请检验负责人签字')
return
//
return
}
//
}
this
.
ruleForm
.
taskId
=
this
.
taskId
this
.
ruleForm
.
taskId
=
this
.
taskId
const
formData
=
{
const
formData
=
{
imagesUrl
:
[
imagesUrl
:
[
...
...
src/views/processing/carReview/write-check-form/index.vue
View file @
1e97ecee
...
@@ -620,7 +620,7 @@ export default {
...
@@ -620,7 +620,7 @@ export default {
this
.
handleCircle
(
0
)
this
.
handleCircle
(
0
)
}
}
this
.
oldForm
=
this
.
form
this
.
oldForm
=
this
.
form
this
.
$modal
.
msgSuccess
(
'
提交表单
成功'
)
this
.
$modal
.
msgSuccess
(
'
保存当前条目
成功'
)
}
else
{
}
else
{
this
.
$modal
.
msgError
(
res
.
msg
)
this
.
$modal
.
msgError
(
res
.
msg
)
}
}
...
@@ -638,9 +638,7 @@ export default {
...
@@ -638,9 +638,7 @@ export default {
carReviewTaskConfirm
({
carReviewTaskConfirm
({
taskId
:
this
.
taskId
taskId
:
this
.
taskId
}).
then
(
res
=>
{
}).
then
(
res
=>
{
this
.
$router
.
push
({
this
.
$router
.
go
(
-
1
)
path
:
'/processing/carReview/vehicle-type?id'
+
this
.
taskId
})
})
})
},
},
confirmDetailChange
()
{
confirmDetailChange
()
{
...
...
src/views/processing/fileLibrary/index.vue
View file @
1e97ecee
...
@@ -65,6 +65,7 @@
...
@@ -65,6 +65,7 @@
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
label=
"所属车企"
label=
"所属车企"
sortable
min-width=
"210"
min-width=
"210"
prop=
"enterpriseName"
prop=
"enterpriseName"
align=
"left"
align=
"left"
...
@@ -162,7 +163,6 @@
...
@@ -162,7 +163,6 @@
>
>
<
template
slot
-
scope
=
"scope"
>
<
template
slot
-
scope
=
"scope"
>
<
page
-
button
<
page
-
button
v
-
hasPermi
=
"['setting:standard:update']"
style
=
"margin: 0 auto"
style
=
"margin: 0 auto"
icon
=
"edit"
icon
=
"edit"
title
=
"修改"
title
=
"修改"
...
...
src/views/processing/systemReview/confirm-result/index.vue
View file @
1e97ecee
...
@@ -348,14 +348,14 @@ export default {
...
@@ -348,14 +348,14 @@ export default {
},
},
/* 返回跳转*/
/* 返回跳转*/
goToProcessedReview
()
{
goToProcessedReview
()
{
if
(
!
this
.
ruleForm
.
enterpriseLeader
)
{
//
if (!this.ruleForm.enterpriseLeader) {
this
.
$message
.
error
(
'请车企负责人签字'
)
//
this.$message.error('请车企负责人签字')
return
//
return
}
//
}
if
(
!
this
.
ruleForm
.
inspectionLeader
)
{
//
if (!this.ruleForm.inspectionLeader) {
this
.
$message
.
error
(
'请检验负责人签字'
)
//
this.$message.error('请检验负责人签字')
return
//
return
}
//
}
this
.
ruleForm
.
taskId
=
this
.
taskId
this
.
ruleForm
.
taskId
=
this
.
taskId
const
formData
=
{
const
formData
=
{
imagesUrl
:
[
imagesUrl
:
[
...
...
src/views/processing/systemReview/write-check-form/index.vue
View file @
1e97ecee
...
@@ -630,7 +630,7 @@ export default {
...
@@ -630,7 +630,7 @@ export default {
this
.
handleCircle
(
0
)
this
.
handleCircle
(
0
)
}
}
this
.
oldForm
=
this
.
form
this
.
oldForm
=
this
.
form
this
.
$modal
.
msgSuccess
(
'
提交表单
成功'
)
this
.
$modal
.
msgSuccess
(
'
保存当前条目
成功'
)
}
else
{
}
else
{
this
.
$modal
.
msgError
(
res
.
msg
)
this
.
$modal
.
msgError
(
res
.
msg
)
}
}
...
...
src/views/task/on/index.vue
View file @
1e97ecee
...
@@ -150,18 +150,13 @@
...
@@ -150,18 +150,13 @@
:underline=
"false"
:underline=
"false"
@
click=
"
@
click=
"
handleSystemReviewTestContent(
handleSystemReviewTestContent(
item.reviewStatus
,
'NEW'
,
item.systemReviewTaskId,
item.systemReviewTaskId,
item.id
item.id
)
)
"
"
>
>
{{
{{
getDictData
(
dict
.
type
.
system_review_test_btn
,
'NEW'
)
}}
getDictData
(
dict
.
type
.
system_review_test_btn
,
item
.
reviewStatus
)
}}
</el-link>
</el-link>
<br
/>
<br
/>
</div>
</div>
...
@@ -174,18 +169,13 @@
...
@@ -174,18 +169,13 @@
:underline=
"false"
:underline=
"false"
@
click=
"
@
click=
"
handleCarTypeReviewTaskContent(
handleCarTypeReviewTaskContent(
item.carReviewStatus
,
'NEW'
,
item.carReviewTaskId,
item.carReviewTaskId,
item.id
item.id
)
)
"
"
>
>
{{
{{
getDictData
(
dict
.
type
.
test_cartype_type_btn
,
'NEW'
)
}}
getDictData
(
dict
.
type
.
test_cartype_type_btn
,
item
.
carReviewStatus
)
}}
</el-link>
</el-link>
</div>
</div>
<div
<div
...
@@ -195,16 +185,9 @@
...
@@ -195,16 +185,9 @@
<el-link
<el-link
type=
"primary"
type=
"primary"
:underline=
"false"
:underline=
"false"
@
click=
"
@
click=
"handleCarTypeTestTaskContent('NEW', item.id)"
handleCarTypeTestTaskContent(item.carTestStatus, item.id)
"
>
>
{{
{{
getDictData
(
dict
.
type
.
test_cartype_task_btn
,
'NEW'
)
}}
getDictData
(
dict
.
type
.
test_cartype_task_btn
,
item
.
carTestStatus
)
}}
</el-link>
</el-link>
</div>
</div>
</div>
</div>
...
...
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