xwh 4 роки тому
батько
коміт
aefbc264ca
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      js/out/waveOutShelf.js

+ 2 - 2
js/out/waveOutShelf.js

@@ -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 ++){