This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leo
/
LAPP_AdvancedPlanner_Front
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Merge branch 'develop' of
http://101.201.121.115:3000/leo/LAPP_AdvancedPlanner_Front
into develop
develop
xuxiaoming
2 years ago
parent
0e8cdaccfc
1e4841023f
commit
4aff0e37ff
5 changed files
with
7 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
src/components/Pagination/index.vue
+1
-1
src/mixins/ListMixin.js
+1
-1
src/mixins/newListMixin.js
+2
-2
src/views/factoryModel/part/BOMConfiguration/index.vue
+1
-1
src/views/factoryModel/part/material/BOMConfigure.vue
+ 2
- 2
src/components/Pagination/index.vue
View File
@ -23,9 +23,9 @@ export default {
/
/
e
s
l
i
n
t
-
d
i
s
a
b
l
e
-
n
e
x
t
-
l
i
n
e
v
u
e
/
r
e
q
u
i
r
e
-
v
a
l
i
d
-
d
e
f
a
u
l
t
-
p
r
o
p
default
:
{
pageNumber
:
1
,
pageSize
:
10
,
pageSize
:
10
0
,
total
:
0
,
pageSizes
:
[
10
,
20
,
30
,
50
]
pageSizes
:
[
10
,
20
,
30
,
50
,
100
]
}
,
}
,
}
,
+ 1
- 1
src/mixins/ListMixin.js
View File
@ -7,7 +7,7 @@ export const ListMixin = {
pagination
:
{
// 分页参数
pageNumber
:
1
,
pageSize
:
10
,
pageSize
:
10
0
,
total
:
0
,
}
,
queryParams
:
{
}
,
+ 1
- 1
src/mixins/newListMixin.js
View File
@ -7,7 +7,7 @@ export const ListMixin = {
pagination
:
{
// 分页参数
pageNumber
:
1
,
pageSize
:
10
,
pageSize
:
10
0
,
total
:
0
,
}
,
queryParams
:
{
}
,
+ 2
- 2
src/views/factoryModel/part/BOMConfiguration/index.vue
View File
@ -9,8 +9,8 @@
size
=
"mini"
style
=
"width: 100%"
:
height
=
"bomHeight"
row
-
key
=
"
ArtCheckRule-AttriCode
"
:
tree
-
props
=
"{ children: '
children
', hasChildren: 'hasChildren' }"
row
-
key
=
"
ME_BomLst-CmatNr
"
:
tree
-
props
=
"{ children: '
ME_BomLst-ItemLi
', hasChildren: 'hasChildren' }"
>
<
el
-table
-column
v
-
for
=
"(item, index) in headers"
+ 1
- 1
src/views/factoryModel/part/material/BOMConfigure.vue
View File
@ -257,7 +257,7 @@ export default {
}
,
/
/
参
数
treeData
:
[
]
,
defaultProps
:
{
children
:
"
children
"
,
children
:
"
ME_BomLst-ItemLi
"
,
label
:
arg
=>
`
${
arg
[
'ME_BomLst-CmatNr'
]
}
/
${
arg
[
'ME_BomLst-CmatName'
]
}
`
}
,
uomArray
:
[
]
,
/
/
u
o
m
单
位
Write
Preview
Loading…
Cancel
Save