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
ca8397bb
Commit
ca8397bb
authored
Mar 13, 2024
by
jiaxu.yan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 70470 70556 70520 70445
parent
ba16de0f
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
21 additions
and
17 deletions
+21
-17
index.vue
src/views/processing/archivedTask/index.vue
+4
-4
companyFile.vue
...ing/carReview/write-check-form/components/companyFile.vue
+1
-0
previewView.vue
...ing/carReview/write-check-form/components/previewView.vue
+1
-1
index.vue
src/views/processing/processed-review/index.vue
+4
-4
companyFile.vue
.../systemReview/write-check-form/components/companyFile.vue
+1
-0
previewView.vue
.../systemReview/write-check-form/components/previewView.vue
+1
-1
index.vue
src/views/processing/unprocessed-review/index.vue
+1
-1
index.vue
src/views/setting/company/index.vue
+5
-3
index.vue
src/views/task/on/index.vue
+3
-3
No files found.
src/views/processing/archivedTask/index.vue
View file @
ca8397bb
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
v-for=
"(item, key) in standardList"
v-for=
"(item, key) in standardList"
:key=
"key"
:key=
"key"
:value=
"item.id"
:value=
"item.id"
:label=
"item.standardNo + item.name"
:label=
"item.standardNo +
' ' +
item.name"
></el-option>
></el-option>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
...
@@ -142,7 +142,7 @@
...
@@ -142,7 +142,7 @@
</div>
</div>
<div
v-if=
"item.taskStatus === 'FINISH'"
class=
"card-buttons"
>
<div
v-if=
"item.taskStatus === 'FINISH'"
class=
"card-buttons"
>
<el-button
<el-button
v-if=
"item.
reviewStatus !== 'NONE'
"
v-if=
"item.
systemReviewTaskId
"
type=
"primary"
type=
"primary"
plain
plain
size=
"mini"
size=
"mini"
...
@@ -155,7 +155,7 @@
...
@@ -155,7 +155,7 @@
>
体系审查原始记录
</el-button
>
体系审查原始记录
</el-button
>
>
<el-button
<el-button
v-if=
"item.carReview
Status !== 'NONE'
"
v-if=
"item.carReview
TaskId
"
type=
"primary"
type=
"primary"
plain
plain
size=
"mini"
size=
"mini"
...
@@ -168,7 +168,7 @@
...
@@ -168,7 +168,7 @@
>
车型审查原始记录
</el-button
>
车型审查原始记录
</el-button
>
>
<el-button
<el-button
v-if=
"item.car
TestStatus !== 'NONE'
"
v-if=
"item.car
ReviewTaskId
"
type=
"primary"
type=
"primary"
plain
plain
size=
"mini"
size=
"mini"
...
...
src/views/processing/carReview/write-check-form/components/companyFile.vue
View file @
ca8397bb
...
@@ -184,6 +184,7 @@ export default {
...
@@ -184,6 +184,7 @@ export default {
if
(
valid
)
{
if
(
valid
)
{
this
.
model
.
save
(
this
.
model
.
save
(
res
=>
{
res
=>
{
this
.
model
.
reset
()
this
.
$store
.
dispatch
(
'processing/getCompanyFiles'
,
{
this
.
$store
.
dispatch
(
'processing/getCompanyFiles'
,
{
taskId
:
this
.
$route
.
query
.
taskId
taskId
:
this
.
$route
.
query
.
taskId
})
})
...
...
src/views/processing/carReview/write-check-form/components/previewView.vue
View file @
ca8397bb
...
@@ -54,7 +54,7 @@
...
@@ -54,7 +54,7 @@
</div>
</div>
<div
class=
"standard-result"
>
<div
class=
"standard-result"
>
审查结果:
审查结果:
<span
v-if=
"item.passed ===
''
"
>
__
</span>
<span
v-if=
"item.passed ===
null
"
>
__
</span>
<span
v-else-if=
"item.passed == 1"
class=
"green"
>
符合
</span>
<span
v-else-if=
"item.passed == 1"
class=
"green"
>
符合
</span>
<span
v-else
class=
"orange"
>
不符合
</span>
<span
v-else
class=
"orange"
>
不符合
</span>
</div>
</div>
...
...
src/views/processing/processed-review/index.vue
View file @
ca8397bb
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
v-for=
"(item, key) in standardList"
v-for=
"(item, key) in standardList"
:key=
"key"
:key=
"key"
:value=
"item.id"
:value=
"item.id"
:label=
"item.standardNo + item.name"
:label=
"item.standardNo +
' ' +
item.name"
></el-option>
></el-option>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
...
@@ -140,7 +140,7 @@
...
@@ -140,7 +140,7 @@
</div>
</div>
<div
class=
"card-buttons"
>
<div
class=
"card-buttons"
>
<el-button
<el-button
v-if=
"item.
reviewStatus !== 'NONE'
"
v-if=
"item.
systemReviewTaskId
"
type=
"primary"
type=
"primary"
plain
plain
size=
"mini"
size=
"mini"
...
@@ -153,7 +153,7 @@
...
@@ -153,7 +153,7 @@
>
体系审查原始记录
</el-button
>
体系审查原始记录
</el-button
>
>
<el-button
<el-button
v-if=
"item.carReview
Status !== 'NONE'
"
v-if=
"item.carReview
TaskId
"
type=
"primary"
type=
"primary"
plain
plain
size=
"mini"
size=
"mini"
...
@@ -166,7 +166,7 @@
...
@@ -166,7 +166,7 @@
>
车型审查原始记录
</el-button
>
车型审查原始记录
</el-button
>
>
<el-button
<el-button
v-if=
"item.car
TestStatus !== 'NONE'
"
v-if=
"item.car
ReviewTaskId
"
type=
"primary"
type=
"primary"
plain
plain
size=
"mini"
size=
"mini"
...
...
src/views/processing/systemReview/write-check-form/components/companyFile.vue
View file @
ca8397bb
...
@@ -184,6 +184,7 @@ export default {
...
@@ -184,6 +184,7 @@ export default {
if
(
valid
)
{
if
(
valid
)
{
this
.
model
.
save
(
this
.
model
.
save
(
res
=>
{
res
=>
{
this
.
model
.
reset
()
this
.
$store
.
dispatch
(
'processing/getCompanyFiles'
,
{
this
.
$store
.
dispatch
(
'processing/getCompanyFiles'
,
{
taskId
:
this
.
$route
.
query
.
taskId
taskId
:
this
.
$route
.
query
.
taskId
})
})
...
...
src/views/processing/systemReview/write-check-form/components/previewView.vue
View file @
ca8397bb
...
@@ -54,7 +54,7 @@
...
@@ -54,7 +54,7 @@
</div>
</div>
<div
class=
"standard-result"
>
<div
class=
"standard-result"
>
审查结果:
审查结果:
<span
v-if=
"item.passed ===
''
"
>
__
</span>
<span
v-if=
"item.passed ===
null
"
>
__
</span>
<span
v-else-if=
"item.passed == 1"
class=
"green"
>
符合
</span>
<span
v-else-if=
"item.passed == 1"
class=
"green"
>
符合
</span>
<span
v-else
class=
"orange"
>
不符合
</span>
<span
v-else
class=
"orange"
>
不符合
</span>
</div>
</div>
...
...
src/views/processing/unprocessed-review/index.vue
View file @
ca8397bb
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
v-for=
"(item, key) in standardList"
v-for=
"(item, key) in standardList"
:key=
"key"
:key=
"key"
:value=
"item.id"
:value=
"item.id"
:label=
"item.standardNo + item.name"
:label=
"item.standardNo +
' ' +
item.name"
></el-option>
></el-option>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
...
...
src/views/setting/company/index.vue
View file @
ca8397bb
...
@@ -218,9 +218,11 @@ export default {
...
@@ -218,9 +218,11 @@ export default {
methods
:
{
methods
:
{
sort_change
(
column
,
prop
,
order
)
{
sort_change
(
column
,
prop
,
order
)
{
this
.
queryParams
.
pageNum
=
1
// 排序后返回第一页
this
.
queryParams
.
pageNum
=
1
// 排序后返回第一页
this
.
queryParams
.
isAsc
=
order
===
'ascending'
?
'asc'
:
'desc'
if
(
column
.
order
)
{
this
.
queryParams
.
orderByColumn
=
column
.
prop
this
.
queryParams
.
isAsc
=
column
.
order
===
'ascending'
?
'asc'
:
'desc'
this
.
loadData
()
this
.
queryParams
.
orderByColumn
=
column
.
prop
this
.
loadData
()
}
},
},
handleDelete
(
id
)
{
handleDelete
(
id
)
{
this
.
$modal
this
.
$modal
...
...
src/views/task/on/index.vue
View file @
ca8397bb
...
@@ -405,7 +405,7 @@
...
@@ -405,7 +405,7 @@
</div>
</div>
<div
class=
"card-buttons"
>
<div
class=
"card-buttons"
>
<el-button
<el-button
v-if=
"item.
reviewStatus && item.reviewStatus !== 'NONE'
"
v-if=
"item.
systemReviewTaskId
"
type=
"primary"
type=
"primary"
plain
plain
size=
"mini"
size=
"mini"
...
@@ -418,7 +418,7 @@
...
@@ -418,7 +418,7 @@
>
体系审查原始记录
</el-button
>
体系审查原始记录
</el-button
>
>
<el-button
<el-button
v-if=
"item.carReview
Status && item.carReviewStatus !== 'NONE'
"
v-if=
"item.carReview
TaskId
"
type=
"primary"
type=
"primary"
plain
plain
size=
"mini"
size=
"mini"
...
@@ -431,7 +431,7 @@
...
@@ -431,7 +431,7 @@
>
车型审查原始记录
</el-button
>
车型审查原始记录
</el-button
>
>
<el-button
<el-button
v-if=
"item.car
TestStatus && item.carTestStatus !== 'NONE'
"
v-if=
"item.car
ReviewTaskId
"
type=
"primary"
type=
"primary"
plain
plain
size=
"mini"
size=
"mini"
...
...
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