|
@@ -233,7 +233,7 @@ function refreshUnOutShelfItems(){
|
|
|
|
|
|
var waitQtyTotal = 0;
|
|
|
var itemList = appResponse.extend;
|
|
|
- // console.log(JSON.stringify(itemList));
|
|
|
+ console.log(JSON.stringify(itemList));
|
|
|
|
|
|
var unOutShelfList = itemList.unOutShelfList;
|
|
|
for(var index = 0; index < unOutShelfList.length; index ++){
|
|
@@ -298,7 +298,7 @@ function refreshAlreadyOutShelfItems(){
|
|
|
|
|
|
var waitQtyTotal = 0;
|
|
|
var itemList = appResponse.extend;
|
|
|
- // console.log(JSON.stringify(itemList));
|
|
|
+ console.log(JSON.stringify(itemList));
|
|
|
|
|
|
var alreadyOutShelfList = itemList.alreadyOutShelfList;
|
|
|
for(var index = 0; index < alreadyOutShelfList.length; index ++){
|