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
5bc047d5
Commit
5bc047d5
authored
Jul 17, 2020
by
仇晓婷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
合格证
parent
c81d02e5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
72 additions
and
65 deletions
+72
-65
index.vue
pages/qc/certificate/waitOpened/index.vue
+72
-65
No files found.
pages/qc/certificate/waitOpened/index.vue
View file @
5bc047d5
<
template
>
<div
class=
"wait-opened"
>
<DataGrid
:columns=
"columns"
ref=
"grid"
:action=
"action"
:conditions=
"easySearch"
:high=
"false"
:height=
"tdHeight"
></DataGrid>
<DataGrid
:columns=
"columns"
ref=
"grid"
:action=
"action"
:conditions=
"easySearch"
:high=
"false"
:height=
"tdHeight"
></DataGrid>
<Modal
v-model=
"addModal"
title=
"开合格证"
fullscreen
footer-hide
:mask-closable=
"false"
>
<Add
@
on-close=
"cancel"
@
on-ok=
"addOk"
:eid=
"curId"
ref=
"addFile"
/>
</Modal>
...
...
@@ -8,10 +15,10 @@
</
template
>
<
script
>
import
Api
from
'../api'
import
Add
from
'./add'
import
Api
from
"../api"
;
import
Add
from
"./add"
;
export
default
{
name
:
'index'
,
name
:
"index"
,
components
:
{
Add
},
...
...
@@ -21,144 +28,144 @@ export default {
checkLists
:
[],
addModal
:
false
,
curId
:
null
,
tdHeight
:
''
,
tdHeight
:
""
,
columns
:
[
{
key
:
'id'
,
title
:
this
.
l
(
'id'
),
hide
:
true
,
align
:
'left'
},
{
key
:
"id"
,
title
:
this
.
l
(
"id"
),
hide
:
true
,
align
:
"left"
},
{
key
:
'mesCode'
,
title
:
this
.
l
(
'mesCode'
),
align
:
'left'
,
key
:
"mesCode"
,
title
:
this
.
l
(
"mesCode"
),
align
:
"left"
,
easy
:
true
,
high
:
true
},
{
key
:
'productName'
,
title
:
this
.
l
(
'productName'
),
align
:
'left'
,
key
:
"productName"
,
title
:
this
.
l
(
"productName"
),
align
:
"left"
,
easy
:
true
,
high
:
true
},
{
key
:
'drawnNumber'
,
title
:
this
.
l
(
'drawnNumber'
),
align
:
'left'
,
key
:
"drawnNumber"
,
title
:
this
.
l
(
"drawnNumber"
),
align
:
"left"
,
easy
:
true
,
high
:
true
},
{
key
:
'quantity'
,
title
:
this
.
l
(
'quantity'
),
align
:
'left'
,
key
:
"quantity"
,
title
:
this
.
l
(
"quantity"
),
align
:
"left"
,
easy
:
true
,
high
:
true
},
{
key
:
'qualifiedQuantity'
,
title
:
this
.
l
(
'qualifiedQuantity'
),
align
:
'left'
,
key
:
"qualifiedQuantity"
,
title
:
this
.
l
(
"qualifiedQuantity"
),
align
:
"left"
,
easy
:
true
,
high
:
true
},
{
key
:
'uncertificateQuantity'
,
title
:
this
.
l
(
'uncertificateQuantity'
),
align
:
'left'
,
key
:
"uncertificateQuantity"
,
title
:
this
.
l
(
"uncertificateQuantity"
),
align
:
"left"
,
easy
:
true
,
high
:
true
},
{
key
:
'actualFinishDate'
,
title
:
this
.
l
(
'actualFinishDate'
),
align
:
'left'
,
key
:
"actualFinishDate"
,
title
:
this
.
l
(
"actualFinishDate"
),
align
:
"left"
,
easy
:
true
,
high
:
true
,
width
:
180
,
render
:
(
h
,
params
)
=>
{
return
h
(
'span'
,
params
.
row
.
actualFinishDate
==
'0001-01-01 00:00:00'
?
''
"span"
,
params
.
row
.
actualFinishDate
==
"0001-01-01 00:00:00"
?
""
:
params
.
row
.
actualFinishDate
)
)
;
}
},
{
key
:
'productingPreparationPeople'
,
title
:
this
.
l
(
'productingPreparationPeople'
),
align
:
'left'
,
key
:
"productingPreparationPeople"
,
title
:
this
.
l
(
"productingPreparationPeople"
),
align
:
"left"
,
easy
:
true
,
high
:
true
},
{
key
:
'status'
,
title
:
this
.
l
(
'status'
),
align
:
'left'
,
key
:
"status"
,
title
:
this
.
l
(
"status"
),
align
:
"left"
,
easy
:
true
,
high
:
true
,
code
:
'plan.order.status'
code
:
"plan.order.status"
},
{
title
:
'操作'
,
key
:
'id'
,
title
:
"操作"
,
key
:
"id"
,
// width: 250,
align
:
'center'
,
align
:
"center"
,
render
:
(
h
,
params
)
=>
{
return
h
(
'div'
,
{
class
:
'action'
},
[
return
h
(
"div"
,
{
class
:
"action"
},
[
h
(
'op'
,
"op"
,
{
attrs
:
{
oprate
:
'add'
oprate
:
"add"
},
on
:
{
click
:
()
=>
this
.
add
(
params
.
row
)
}
},
'开合格证'
"开合格证"
)
])
])
;
}
}
],
easySearch
:
{
keys
:
{
op
:
'mesCode'
,
value
:
null
,
default
:
true
},
type
:
{
op
:
'Equal'
,
value
:
1
}
keys
:
{
op
:
"mesCode"
,
value
:
null
,
default
:
true
},
type
:
{
op
:
"Equal"
,
value
:
1
}
}
}
}
;
},
async
fetch
({
store
,
params
})
{
await
store
.
dispatch
(
'loadDictionary'
)
// 加载数据字典
await
store
.
dispatch
(
"loadDictionary"
);
// 加载数据字典
},
mounted
()
{},
created
()
{
this
.
tdHeight
=
window
.
innerHeight
-
200
this
.
tdHeight
=
window
.
innerHeight
-
200
;
},
methods
:
{
addOk
()
{
// this.$refs.grid.load()
this
.
addModal
=
false
this
.
curId
=
0
this
.
$refs
.
grid
.
load
();
this
.
addModal
=
false
;
this
.
curId
=
0
;
},
cancel
()
{
this
.
curId
=
0
this
.
addModal
=
false
this
.
curId
=
0
;
this
.
addModal
=
false
;
},
reload
()
{
this
.
$refs
.
grid
.
load
()
this
.
$refs
.
grid
.
load
()
;
},
add
(
row
)
{
this
.
addModal
=
true
this
.
curId
=
row
.
id
this
.
$refs
.
addFile
.
entity
.
productName
=
row
.
productName
this
.
$refs
.
addFile
.
entity
.
productStatus
=
row
.
status
this
.
$refs
.
addFile
.
entity
.
productCode
=
row
.
drawnNumber
this
.
addModal
=
true
;
this
.
curId
=
row
.
id
;
this
.
$refs
.
addFile
.
entity
.
productName
=
row
.
productName
;
this
.
$refs
.
addFile
.
entity
.
productStatus
=
row
.
status
;
this
.
$refs
.
addFile
.
entity
.
productCode
=
row
.
drawnNumber
;
},
// 列表title
l
(
key
)
{
let
vkey
=
'waitOpened'
+
'.'
+
key
return
this
.
$t
(
vkey
)
||
key
let
vkey
=
"waitOpened"
+
"."
+
key
;
return
this
.
$t
(
vkey
)
||
key
;
}
}
}
}
;
</
script
>
<
style
lang=
"less"
scoped
>
...
...
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