|
|
@@ -162,6 +162,9 @@ public class TsfDisplayController extends TsfBaseController {
|
|
|
if (contentsLoc.equals("SGNB001") || contentsLoc.equals("SGNB002") || contentsLoc.equals("STAB001") || contentsLoc.equals("SMM003") || contentsLoc.equals("SMM004") || contentsLoc.equals("SMM006")) {
|
|
|
contents.setMaxRow(1);
|
|
|
}
|
|
|
+ if(contentsLoc.equals("SMM011")){
|
|
|
+ contents.setMaxRow(5);
|
|
|
+ }
|
|
|
|
|
|
Cate4Srch cate4Srch = new Cate4Srch();
|
|
|
cate4Srch.setContentsLoc(contentsLoc);
|
|
|
@@ -204,6 +207,9 @@ public class TsfDisplayController extends TsfBaseController {
|
|
|
}
|
|
|
|
|
|
if (contentsLoc.equals("SMM009") || contentsLoc.equals("SMM012")) {
|
|
|
+ if(contentsLoc.equals("SMM009")){
|
|
|
+ contents.setMaxRow(5);
|
|
|
+ }
|
|
|
mainLayout.setMdPickList(displayService.getContentsForGoods(contents));
|
|
|
}
|
|
|
|