Browse Source

모바일 콘솔로그 삭제

juney 2 years ago
parent
commit
c2efb6b9e9
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/main/webapp/mobile/js/app/mstockmng/ITP_MSTOCKMNG02010.js

+ 0 - 1
src/main/webapp/mobile/js/app/mstockmng/ITP_MSTOCKMNG02010.js

@@ -115,7 +115,6 @@ let mobContObj = {
115
 				$li.find('.fnStckQty').text(CommonObj.currency.add(item.stckQty, '개'));
115
 				$li.find('.fnStckQty').text(CommonObj.currency.add(item.stckQty, '개'));
116
 				item['cddQty'] = 1;
116
 				item['cddQty'] = 1;
117
 				item['normalYn'] = (item.itemId && item.itemId !== '') ? 'Y' : 'N';
117
 				item['normalYn'] = (item.itemId && item.itemId !== '') ? 'Y' : 'N';
118
-				console.log(item);
119
 				mobContObj.list.rows.push(item);
118
 				mobContObj.list.rows.push(item);
120
 			});
119
 			});
121
 		},
120
 		},