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
197e165f
Commit
197e165f
authored
Mar 27, 2024
by
jiaxu.yan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 70586
parent
03b9be21
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
67 additions
and
38 deletions
+67
-38
index.vue
src/views/processing/carReview/write-check-form/index.vue
+28
-18
index.vue
src/views/processing/checkFileLibrary/index.vue
+1
-1
index.vue
src/views/processing/fileLibrary/index.vue
+1
-1
index.vue
src/views/processing/retention-file/index.vue
+9
-0
index.vue
src/views/processing/systemReview/write-check-form/index.vue
+28
-18
No files found.
src/views/processing/carReview/write-check-form/index.vue
View file @
197e165f
...
...
@@ -751,24 +751,34 @@ export default {
*确认车型审查
*/
submitFrom
()
{
this
.
$refs
.
form
.
validate
(
valid
=>
{
if
(
valid
)
{
this
.
$modal
.
confirm
(
'是否确认提交表单,提交后不可修改'
,
{
type
:
'warning'
,
title
:
'提示'
,
closeOnClickModal
:
false
})
.
then
(
async
()
=>
{
carReviewTaskConfirm
({
taskId
:
this
.
taskId
}).
then
(
res
=>
{
this
.
$router
.
go
(
-
1
)
})
})
.
catch
(()
=>
{})
}
})
if
(
this
.
$refs
.
form
)
{
this
.
$refs
.
form
.
validate
(
valid
=>
{
if
(
valid
)
{
this
.
submitFromData
()
}
})
}
else
{
this
.
submitFromData
()
}
},
/**
*确认车型审查
*/
submitFromData
()
{
this
.
$modal
.
confirm
(
'是否确认提交表单,提交后不可修改'
,
{
type
:
'warning'
,
title
:
'提示'
,
closeOnClickModal
:
false
})
.
then
(
async
()
=>
{
carReviewTaskConfirm
({
taskId
:
this
.
taskId
}).
then
(
res
=>
{
this
.
$router
.
go
(
-
1
)
})
})
.
catch
(()
=>
{})
},
/**
*确认细则内容变更
...
...
src/views/processing/checkFileLibrary/index.vue
View file @
197e165f
...
...
@@ -150,7 +150,7 @@
:
preview
-
src
-
list
=
"[baseUrl + scope.row.photo]"
>
<
/el-image
>
<
div
v
-
else
>
__
<
/div
>
<
div
v
-
else
>
--
<
/div
>
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
...
...
src/views/processing/fileLibrary/index.vue
View file @
197e165f
...
...
@@ -152,7 +152,7 @@
:
preview
-
src
-
list
=
"[baseUrl + scope.row.photo]"
>
<
/el-image
>
<
div
v
-
else
>
__
<
/div
>
<
div
v
-
else
>
--
<
/div
>
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
...
...
src/views/processing/retention-file/index.vue
View file @
197e165f
...
...
@@ -46,6 +46,15 @@
frameborder=
"0"
style=
"width: 100%; height: 100%"
></iframe>
<!--
<object
id=
"pdf-object"
:data=
"fileUrl"
type=
"application/pdf"
width=
"100%"
height=
"100%"
>
<param
name=
"filename"
value=
"检验报告.pdf"
/>
</object>
-->
</div>
</task-standard>
</
template
>
...
...
src/views/processing/systemReview/write-check-form/index.vue
View file @
197e165f
...
...
@@ -783,24 +783,34 @@ export default {
*确认体系审查
*/
submitFrom
()
{
this
.
$refs
.
form
.
validate
(
valid
=>
{
if
(
valid
)
{
this
.
$modal
.
confirm
(
'是否确认提交表单,提交后不可修改'
,
{
type
:
'warning'
,
title
:
'提示'
,
closeOnClickModal
:
false
})
.
then
(
async
()
=>
{
reviewTaskConfirm
({
taskId
:
this
.
taskId
}).
then
(
res
=>
{
this
.
$router
.
go
(
-
1
)
})
})
.
catch
(()
=>
{})
}
})
if
(
this
.
$refs
.
form
)
{
this
.
$refs
.
form
.
validate
(
valid
=>
{
if
(
valid
)
{
this
.
submitFromData
()
}
})
}
else
{
this
.
submitFromData
()
}
},
/**
*确认体系审查
*/
submitFromData
()
{
this
.
$modal
.
confirm
(
'是否确认提交表单,提交后不可修改'
,
{
type
:
'warning'
,
title
:
'提示'
,
closeOnClickModal
:
false
})
.
then
(
async
()
=>
{
reviewTaskConfirm
({
taskId
:
this
.
taskId
}).
then
(
res
=>
{
this
.
$router
.
go
(
-
1
)
})
})
.
catch
(()
=>
{})
},
confirmDetailChange
()
{
reviewDetailsConfirm
({
...
...
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