Browse Source

모바일 품목 입력 수정

juney 2 years ago
parent
commit
757cf4e168
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/main/webapp/mobile/js/app/mrtnmng/ITP_MRTNMNG01010.js

+ 0 - 1
src/main/webapp/mobile/js/app/mrtnmng/ITP_MRTNMNG01010.js

@@ -422,7 +422,6 @@ let mobPopObj = {
422
 		var _this = this;
422
 		var _this = this;
423
 		$('button[id$="CLOSE"]').off('click').on('click', function() {
423
 		$('button[id$="CLOSE"]').off('click').on('click', function() {
424
 			var id = $(this).attr('id');
424
 			var id = $(this).attr('id');
425
-			console.log('id ===> ' + id);
426
 			if($(this).hasClass('btn-pop-close')) {
425
 			if($(this).hasClass('btn-pop-close')) {
427
 				_this.hide(id);
426
 				_this.hide(id);
428
 			}
427
 			}