Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
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
周远喜
mes-ui
Commits
523689f4
Commit
523689f4
authored
Apr 14, 2020
by
仇晓婷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化合格证
parent
974fc4e8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
3 deletions
+12
-3
index.vue
pages/qc/certificate/endIssued/index.vue
+12
-3
No files found.
pages/qc/certificate/endIssued/index.vue
View file @
523689f4
...
@@ -8,8 +8,15 @@
...
@@ -8,8 +8,15 @@
:high=
"false"
:high=
"false"
:height=
"tdHeight"
:height=
"tdHeight"
></DataGrid>
></DataGrid>
<Modal
v-model=
"detailModal"
title=
"查看合格证"
footer-hide
width=
"1000"
:mask-closable=
"false"
>
<Modal
<Detail
@
on-close=
"cancel"
@
on-ok=
"addOk"
:eid=
"curId"
/>
v-model=
"detailModal"
title=
"查看合格证"
@
on-cancel=
"reload"
footer-hide
width=
"1000"
:mask-closable=
"false"
>
<Detail
@
on-close=
"cancel"
@
on-ok=
"addOk"
:eid=
"curId"
ref=
"listDetail"
/>
</Modal>
</Modal>
</div>
</div>
</
template
>
</
template
>
...
@@ -153,7 +160,9 @@ export default {
...
@@ -153,7 +160,9 @@ export default {
this
.
detailModal
=
false
;
this
.
detailModal
=
false
;
},
},
reload
()
{
reload
()
{
this
.
$refs
.
grid
.
load
();
if
(
this
.
$refs
.
listDetail
.
checkboxList
.
length
==
0
)
{
this
.
$refs
.
grid
.
load
();
}
},
},
detail
(
id
)
{
detail
(
id
)
{
this
.
detailModal
=
true
;
this
.
detailModal
=
true
;
...
...
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