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
da92645c
Commit
da92645c
authored
Apr 03, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
psluggilis
parent
c4f31c90
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
index.vue
pages/mordent/Sluggish/placode/index.vue
+3
-2
index.vue
pages/mordent/Sluggish/powder/index.vue
+4
-2
No files found.
pages/mordent/Sluggish/placode/index.vue
View file @
da92645c
...
...
@@ -4,7 +4,7 @@
<StoreHouseLeft
@
storeIds=
"storeIds"
:type=
'2'
></StoreHouseLeft>
</Sider>
<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"
>
<Search
/>
</
template
>
...
...
@@ -82,6 +82,7 @@ export default {
deletelModal
:
false
,
setNumModal
:
false
,
inventoryModal
:
false
,
tdHeight
:
0
,
curId
:
0
,
easySearch
:
{
keys
:
{
op
:
'code,name'
,
value
:
''
,
default
:
true
},
...
...
@@ -256,7 +257,7 @@ export default {
},
mounted
()
{},
created
()
{
this
.
tdHeight
=
window
.
innerHeight
-
260
},
methods
:
{
addOk
()
{
...
...
pages/mordent/Sluggish/powder/index.vue
View file @
da92645c
...
...
@@ -15,7 +15,8 @@
ref=
"grid"
:conditions=
"easySearch"
:datalist=
"dataList"
:total=
"ptotal"
placeholder=
"请输入查询条件"
:high=
"true"
>
:high=
"true"
:height=
"tdHeight"
>
<template
slot=
"searchForm"
>
<Search
/>
</
template
>
...
...
@@ -103,6 +104,7 @@ export default {
deletelModal
:
false
,
setNumModal
:
false
,
inventoryModal
:
false
,
tdHeight
:
0
,
curId
:
0
,
easySearch
:
{
keys
:
{
op
:
'code,name'
,
value
:
''
,
default
:
true
},
...
...
@@ -165,7 +167,7 @@ export default {
}
},
mounted
()
{},
created
()
{},
created
()
{
this
.
tdHeight
=
window
.
innerHeight
-
260
},
methods
:
{
addOk
()
{
this
.
addModal
=
false
...
...
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