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
添加注释
pull/186/head
xuxiaoming
3 years ago
parent
e64eab6743
commit
70a9332c9b
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/index.vue
+1
-1
src/views/productionPlanning/customerForecastDemandReview/demandPlanning/index.vue
+ 1
- 1
src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/index.vue
View File
@ -216,7 +216,7 @@
editKeyList
:
[
]
,
pagination
:
{
pageNumber
:
1
,
pageSize
:
22
,
pageSize
:
22
,
/
/
因
为
每
1
1
条
为
一
组
这
里
的
数
字
应
该
是
1
1
的
整
数
倍
.
.
.
/
i
n
d
e
x
.
v
u
e
1
7
0
行
的
整
数
倍
total
:
0
,
}
}
;
+ 1
- 1
src/views/productionPlanning/customerForecastDemandReview/demandPlanning/index.vue
View File
@ -167,7 +167,7 @@
data
[
"Item"
]
.
forEach
(
(
item
,
index
)
=>
{
item
.
key
=
item
[
"AP_ArticleDemand-ArtId"
]
;
item
.
Label
=
this
.
labelList
[
item
[
"AP_ArticleDemand-Label"
]
]
?
?
item
[
"AP_ArticleDemand-Label"
]
;
if
(
index
%
11
==
0
)
{
if
(
index
%
11
==
0
)
{
/
/
每
多
少
条
为
一
组
item
.
show
=
true
;
}
else
{
item
.
show
=
false
;
Write
Preview
Loading…
Cancel
Save