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
2d47d0b2
Commit
2d47d0b2
authored
Mar 31, 2020
by
仇晓婷
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://git.mes123.com/zhouyx/mes-ui
parents
7b2ed131
7dbc480f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
157 additions
and
157 deletions
+157
-157
index.vue
pages/qc/certificate/endIssued/index.vue
+5
-3
index.vue
pages/qc/certificate/waitOpened/index.vue
+5
-3
index.vue
pages/resource/material/placode/index.vue
+3
-2
index.vue
pages/resource/material/powder/index.vue
+141
-148
index.vue
pages/resource/material/scraper/index.vue
+3
-1
No files found.
pages/qc/certificate/endIssued/index.vue
View file @
2d47d0b2
<
template
>
<
template
>
<div
class=
"end-issued"
>
<div
class=
"end-issued"
>
<DataGrid
:columns=
"columns"
ref=
"grid"
:action=
"action"
:conditions=
"easySearch"
:high=
"false"
></DataGrid>
<DataGrid
:columns=
"columns"
ref=
"grid"
:action=
"action"
:conditions=
"easySearch"
:high=
"false"
:height=
"tdHeight"
></DataGrid>
<Modal
v-model=
"detailModal"
title=
"查看合格证"
footer-hide
width=
"1000"
:mask-closable=
"false"
>
<Modal
v-model=
"detailModal"
title=
"查看合格证"
footer-hide
width=
"1000"
:mask-closable=
"false"
>
<Detail
@
on-close=
"cancel"
@
on-ok=
"addOk"
:eid=
"curId"
/>
<Detail
@
on-close=
"cancel"
@
on-ok=
"addOk"
:eid=
"curId"
/>
</Modal>
</Modal>
...
@@ -21,6 +21,7 @@ export default {
...
@@ -21,6 +21,7 @@ export default {
detailModal
:
false
,
detailModal
:
false
,
curId
:
0
,
curId
:
0
,
modalInfo
:
false
,
modalInfo
:
false
,
tdHeight
:
''
,
rules
:
{
rules
:
{
approveUser
:
[{
required
:
true
,
message
:
'必填'
,
trigger
:
'blur'
}]
approveUser
:
[{
required
:
true
,
message
:
'必填'
,
trigger
:
'blur'
}]
},
},
...
@@ -130,8 +131,9 @@ export default {
...
@@ -130,8 +131,9 @@ export default {
}
}
}
}
},
},
mounted
()
{
mounted
()
{},
console
.
log
(
this
)
created
()
{
this
.
tdHeight
=
window
.
innerHeight
-
260
},
},
methods
:
{
methods
:
{
addOk
()
{
addOk
()
{
...
...
pages/qc/certificate/waitOpened/index.vue
View file @
2d47d0b2
<
template
>
<
template
>
<div
class=
"wait-opened"
>
<div
class=
"wait-opened"
>
<DataGrid
:columns=
"columns"
ref=
"grid"
:action=
"action"
:conditions=
"easySearch"
:high=
"false"
></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"
>
<Modal
v-model=
"addModal"
title=
"开合格证"
fullscreen
footer-hide
:mask-closable=
"false"
>
<Add
@
on-close=
"cancel"
@
on-ok=
"addOk"
:eid=
"curId"
ref=
"addFile"
/>
<Add
@
on-close=
"cancel"
@
on-ok=
"addOk"
:eid=
"curId"
ref=
"addFile"
/>
</Modal>
</Modal>
...
@@ -21,6 +21,7 @@ export default {
...
@@ -21,6 +21,7 @@ export default {
checkLists
:
[],
checkLists
:
[],
addModal
:
false
,
addModal
:
false
,
curId
:
null
,
curId
:
null
,
tdHeight
:
''
,
columns
:
[
columns
:
[
{
key
:
'id'
,
title
:
this
.
l
(
'id'
),
hide
:
true
,
align
:
'left'
},
{
key
:
'id'
,
title
:
this
.
l
(
'id'
),
hide
:
true
,
align
:
'left'
},
{
{
...
@@ -127,8 +128,9 @@ export default {
...
@@ -127,8 +128,9 @@ export default {
async
fetch
({
store
,
params
})
{
async
fetch
({
store
,
params
})
{
await
store
.
dispatch
(
'loadDictionary'
)
// 加载数据字典
await
store
.
dispatch
(
'loadDictionary'
)
// 加载数据字典
},
},
mounted
()
{
mounted
()
{},
console
.
log
(
this
)
created
()
{
this
.
tdHeight
=
window
.
innerHeight
-
260
},
},
methods
:
{
methods
:
{
addOk
()
{
addOk
()
{
...
...
pages/resource/material/placode/index.vue
View file @
2d47d0b2
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<StoreHouseLeft
@
storeIds=
"storeIds"
:type=
'1'
></StoreHouseLeft>
<StoreHouseLeft
@
storeIds=
"storeIds"
:type=
'1'
></StoreHouseLeft>
</Sider>
</Sider>
<Content
class=
"content"
>
<Content
class=
"content"
>
<DataGrid
:columns=
"columns"
ref=
"grid"
:action=
"action"
:conditions=
"easySearch"
>
<DataGrid
:columns=
"columns"
ref=
"grid"
:action=
"action"
:conditions=
"easySearch"
:height=
"tdHeight"
>
<template
slot=
"searchForm"
>
<template
slot=
"searchForm"
>
<Search
/>
<Search
/>
</
template
>
</
template
>
...
@@ -82,6 +82,7 @@ export default {
...
@@ -82,6 +82,7 @@ export default {
deletelModal
:
false
,
deletelModal
:
false
,
setNumModal
:
false
,
setNumModal
:
false
,
inventoryModal
:
false
,
inventoryModal
:
false
,
tdHeight
:
""
,
curId
:
0
,
curId
:
0
,
easySearch
:
{
easySearch
:
{
keys
:
{
op
:
'code,name'
,
value
:
''
,
default
:
true
},
keys
:
{
op
:
'code,name'
,
value
:
''
,
default
:
true
},
...
@@ -256,7 +257,7 @@ export default {
...
@@ -256,7 +257,7 @@ export default {
},
},
mounted
()
{},
mounted
()
{},
created
()
{
created
()
{
this
.
tdHeight
=
window
.
innerHeight
-
260
},
},
methods
:
{
methods
:
{
addOk
()
{
addOk
()
{
...
...
pages/resource/material/powder/index.vue
View file @
2d47d0b2
This diff is collapsed.
Click to expand it.
pages/resource/material/scraper/index.vue
View file @
2d47d0b2
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<StoreHouseLeft
@
storeIds=
"storeIds"
c
></StoreHouseLeft>
<StoreHouseLeft
@
storeIds=
"storeIds"
c
></StoreHouseLeft>
</Sider>
</Sider>
<Content
class=
"content"
>
<Content
class=
"content"
>
<DataGrid
:columns=
"columns"
ref=
"grid"
:action=
"action"
:conditions=
"easySearch"
>
<DataGrid
:columns=
"columns"
ref=
"grid"
:action=
"action"
:conditions=
"easySearch"
:height=
"tdHeight"
>
<template
slot=
"searchForm"
>
<template
slot=
"searchForm"
>
<Search
/>
<Search
/>
</
template
>
</
template
>
...
@@ -82,6 +82,7 @@ export default {
...
@@ -82,6 +82,7 @@ export default {
deletelModal
:
false
,
deletelModal
:
false
,
setNumModal
:
false
,
setNumModal
:
false
,
inventoryModal
:
false
,
inventoryModal
:
false
,
tdHeight
:
""
,
curId
:
0
,
curId
:
0
,
easySearch
:
{
easySearch
:
{
keys
:
{
op
:
'code'
,
value
:
''
,
default
:
true
},
keys
:
{
op
:
'code'
,
value
:
''
,
default
:
true
},
...
@@ -259,6 +260,7 @@ export default {
...
@@ -259,6 +260,7 @@ export default {
},
},
mounted
()
{},
mounted
()
{},
created
()
{
created
()
{
this
.
tdHeight
=
window
.
innerHeight
-
260
},
},
methods
:
{
methods
:
{
addOk
()
{
addOk
()
{
...
...
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