Преглед на файлове

팝업창 console log 삭제 및 비활성화

yhl88 преди 2 години
родител
ревизия
b2b487979b

+ 0 - 1
src/main/webapp/js/app/popup/biz/ITP_BIZPOP_AFFL_BRAND.js

@@ -121,7 +121,6 @@ function itp_fn_BIZPOP_AFFL_BRAND(parentPopFn, args, returnType) {
121 121
 		pager: THIS_GIRD_PAGER,
122 122
 		multiselect: true,
123 123
 		loadComplete: function(data) {
124
-			console.log(data);
125 124
 			itp_fn_grid_load_complete(data, THIS_GIRD_ID, true, undefined, 'BIZPOP_AFFL_BRAND', itp_BIZPOP_AFFL_BRAND_search, itp_fn_BIZPOP_AFFL_BRAND_empty, true, data.gridRecords, false);
126 125
 	    },
127 126
 	    loadError: function(jqXHR, textStatus, errorThrown) {

+ 0 - 2
src/main/webapp/js/app/popup/biz/ITP_BIZPOP_AFFL_SHOP.js

@@ -39,7 +39,6 @@ function itp_fn_BIZPOP_AFFL_SHOP(parentPopFn, args, returnType) {
39 39
 	    	return;
40 40
 	    }
41 41
 	    const selRow = $(THIS_GIRD_ID).getRowData(rowKey);
42
-	    console.log(selRow);
43 42
 
44 43
 		var afflData = {};
45 44
 		var callbackFn = function(result) {
@@ -103,7 +102,6 @@ function itp_fn_BIZPOP_AFFL_SHOP(parentPopFn, args, returnType) {
103 102
 		pager: THIS_GIRD_PAGER,
104 103
 		multiselect: false,
105 104
 		loadComplete: function(data) {
106
-			console.log(data);
107 105
 			itp_fn_grid_load_complete(data, THIS_GIRD_ID, true, undefined, 'BIZPOP_AFFL_SHOP', itp_BIZPOP_AFFL_SHOP_search, itp_fn_BIZPOP_AFFL_SHOP_empty, true, data.gridRecords, false);
108 106
 	    },
109 107
 	    loadError: function(jqXHR, textStatus, errorThrown) {

+ 0 - 1
src/main/webapp/js/app/popup/biz/ITP_BIZPOP_BRAND_STORE.js

@@ -124,7 +124,6 @@ function itp_fn_BIZPOP_BRAND_STORE(parentPopFn, args, returnType) {
124 124
 		pager: THIS_GIRD_PAGER,
125 125
 		multiselect: true,
126 126
 		loadComplete: function(data) {
127
-			// console.log(data);
128 127
 			itp_fn_grid_load_complete(data, THIS_GIRD_ID, true, undefined, 'BIZPOP_BRAND_STORE', itp_BIZPOP_BRAND_STORE_search, itp_fn_BIZPOP_BRAND_STORE_empty, true, data.gridRecords, false);
129 128
 	    },
130 129
 	    loadError: function(jqXHR, textStatus, errorThrown) {

+ 0 - 2
src/main/webapp/js/app/popup/biz/ITP_BIZPOP_COL_STTMT_PRN.js

@@ -61,7 +61,6 @@ function itp_fn_BIZPOP_COL_STTMT_PRN(parentPopFn, args, returnType) {
61 61
 
62 62
 	itp_fn_BIZPOP_COL_STTMT_PRN_empty.push();
63 63
 	let param = {brandId: $('#ITP_FORM_ITP_BIZPOP_COL_STTMT_PRN_BRAND_ID').val(), colPickUnqNo: $('#ITP_FORM_ITP_BIZPOP_COL_STTMT_PRN_COL_STTMT_UNQ_NO').val() };
64
-	console.log(JSON.stringify(param));
65 64
 
66 65
 	pageObj.call(param);
67 66
 	pageObj.button();
@@ -98,7 +97,6 @@ let pageObj = {
98 97
 	}, 
99 98
 	
100 99
 	callback: function (result) {
101
-		console.log(result);
102 100
 		$('#ITP_BIZPOP_COL_STTMT_PRN .fnColPickUnqNo').text(result.colPickUnqNo);
103 101
 		$('#ITP_BIZPOP_COL_STTMT_PRN .fnColRegDt').text(result.colRegDt);
104 102
 		

+ 0 - 2
src/main/webapp/js/app/popup/biz/ITP_BIZPOP_DLV_STTMT_PRN.js

@@ -61,7 +61,6 @@ function itp_fn_BIZPOP_DLV_STTMT_PRN(parentPopFn, args, returnType) {
61 61
 
62 62
 	itp_fn_BIZPOP_DLV_STTMT_PRN_empty.push();
63 63
 	let param = {brandId: $('#ITP_FORM_ITP_BIZPOP_DLV_STTMT_PRN_BRAND_ID').val(), dlvSttmtUnqNo: $('#ITP_FORM_ITP_BIZPOP_DLV_STTMT_PRN_DLV_STTMT_UNQ_NO').val() };
64
-	console.log(JSON.stringify(param));
65 64
 	
66 65
 	const gridColModel = {
67 66
 		detail: [
@@ -140,7 +139,6 @@ let pageObj = {
140 139
 	}, 
141 140
 	
142 141
 	callback: function (result) {
143
-		console.log(result);
144 142
 		$('#ITP_BIZPOP_DLV_STTMT_PRN .fnDlvSttmtUnqNo').text(result.dlvSttmtUnqNo);
145 143
 		$('#ITP_BIZPOP_DLV_STTMT_PRN .fnDlvRegDt').text(result.dlvRegDt);
146 144
 		$('#ITP_BIZPOP_DLV_STTMT_PRN .fnDlvSchDt').text(result.dlvSchDt);

+ 0 - 2
src/main/webapp/js/app/popup/biz/ITP_BIZPOP_ITEM.js

@@ -9,7 +9,6 @@ require(['config'], function() {
9 9
 let API_POP_GRID_LIST = '/api/item/pop-grid-list';
10 10
 
11 11
 function itp_fn_BIZPOP_ITEM(parentPopFn, args, returnType) {
12
-	console.log(args);
13 12
 	let itp_BIZPOP_ITEM_param = {};
14 13
 	let itp_BIZPOP_ITEM_search = false;
15 14
 
@@ -172,7 +171,6 @@ function itp_fn_BIZPOP_ITEM(parentPopFn, args, returnType) {
172 171
 		multiboxonly: true,
173 172
 		rownumbers: false,
174 173
 		loadComplete: function(data) {
175
-			console.log(data);
176 174
 			itp_fn_grid_load_complete(data, THIS_GIRD_ID, true, undefined, 'BIZPOP_ITEM', itp_BIZPOP_ITEM_search, itp_fn_BIZPOP_ITEM_empty, true, data.gridRecords, false);
177 175
 	    },
178 176
 	    loadError: function(jqXHR, textStatus, errorThrown) {

+ 0 - 4
src/main/webapp/js/app/popup/biz/ITP_BIZPOP_ITEM_CLASS_MANAGE.js

@@ -43,7 +43,6 @@ var popPageObj = {
43 43
 				$('#ITP_FORM_STINFO07010_POP_BRAND_ID').val(fn_make_user_info.get('brandId'));
44 44
 				$('#ITP_FORM_STINFO07010_POP_ITEM_CLASS_MGNT_NO').val(popItemClassLevel.itemClassMgntNo());
45 45
 				let param = $(formId).serializeObject();
46
-				console.log(JSON.stringify(param));
47 46
 				var saveFn = function(result) {
48 47
 					popPageObj.parentPopFn(result);
49 48
 					$('#ITP_BIZPOP_ITEM_CLASS_MANAGE').modal('hide'); // 팝업닫기
@@ -82,7 +81,6 @@ var popItemClassLevel = {
82 81
 		this.values=[];
83 82
 	},
84 83
 	addValue(node) {
85
-		console.log("add value ==== ", node);
86 84
 		this.values.push(node.itemClass1);
87 85
 		this.values.push(node.itemClass2);
88 86
 		this.values.push(node.itemClass3);
@@ -101,11 +99,9 @@ var popItemClassLevel = {
101 99
 		var callbackFn = function(result) {
102 100
 			fn_make_select_item_class(result.searchList, _this.levelID + level, true,'품목분류Level' + level);
103 101
 			let idx=level-1;
104
-			console.log("add value  callback start ", idx, _this.levelID, _this.values);
105 102
 			if(_this.values && idx<_this.values.length ) {
106 103
 				const id=_this.levelID + level;
107 104
 				const val=_this.values[idx++];
108
-				console.log("add value  callback ", id, val)
109 105
 				if(idx<_this.values.length) _this.call(level+1);
110 106
 				$('#'+id).val(val);
111 107
 			}

+ 0 - 3
src/main/webapp/js/app/popup/biz/ITP_BIZPOP_NEW_ITEM.js

@@ -9,7 +9,6 @@ require(['config'], function() {
9 9
 let API_POP_GRID_LIST = '/api/item/pop-new-grid-list';
10 10
 
11 11
 function itp_fn_BIZPOP_NEW_ITEM(parentPopFn, args, returnType) {
12
-	console.log(args);
13 12
 	let itp_BIZPOP_NEW_ITEM_param = {};
14 13
 	let itp_BIZPOP_NEW_ITEM_search = false;
15 14
 
@@ -89,7 +88,6 @@ function itp_fn_BIZPOP_NEW_ITEM(parentPopFn, args, returnType) {
89 88
 	itp_fn_BIZPOP_NEW_ITEM_empty.push();
90 89
 	let param = $('#ITP_FORM_BIZPOP_NEW_ITEM').serializeObject();
91 90
 	param.gridSize = 10;
92
-	console.log(JSON.stringify(param));
93 91
 
94 92
 	$(THIS_GIRD_ID).jqGrid({
95 93
 		colModel: [
@@ -166,7 +164,6 @@ function itp_fn_BIZPOP_NEW_ITEM(parentPopFn, args, returnType) {
166 164
 		multiboxonly: true,
167 165
 		rownumbers: false,
168 166
 		loadComplete: function(data) {
169
-			console.log(data);
170 167
 			itp_fn_grid_load_complete(data, THIS_GIRD_ID, true, undefined, 'BIZPOP_NEW_ITEM', itp_BIZPOP_NEW_ITEM_search, itp_fn_BIZPOP_NEW_ITEM_empty, true, data.gridRecords, false);
171 168
 			$(THIS_GIRD_ID).jqGrid('hideCol', 'cb');
172 169
 	    },

+ 0 - 3
src/main/webapp/js/app/popup/biz/ITP_BIZPOP_PO_REJECT.js

@@ -16,7 +16,6 @@ function itp_fn_BIZPOP_PO_REJECT(parentPopFn, args, returnType) {
16 16
 	const THIS_FORM_ID = '#ITP_FORM_BIZPOP_PO_REJECT';
17 17
 	const THIS_GIRD_ID = '#ITP_BIZPOP_PO_REJECT_jqGrid';
18 18
 	const THIS_GIRD_PAGER = '#ITP_BIZPOP_PO_REJECT_jqGridPager';
19
-	console.log(args);
20 19
 	$('#ITP_FORM_ITP_BIZPOP_PO_REJECT_PCH_REQ_UNQ_NO').val(args.pchReqUnqNo);
21 20
 	$('#ITP_FORM_ITP_BIZPOP_PO_REJECT_STORE_ID').val(args.storeId);
22 21
 	
@@ -58,7 +57,6 @@ function itp_fn_BIZPOP_PO_REJECT(parentPopFn, args, returnType) {
58 57
 
59 58
 	itp_fn_BIZPOP_PO_REJECT_empty.push();
60 59
 	let param = {pchReqUnqNo: $('#ITP_FORM_ITP_BIZPOP_PO_REJECT_PCH_REQ_UNQ_NO').val() };
61
-	console.log(JSON.stringify(param));
62 60
 
63 61
 	$(THIS_GIRD_ID).jqGrid({
64 62
 		colModel: [
@@ -110,7 +108,6 @@ function itp_fn_BIZPOP_PO_REJECT(parentPopFn, args, returnType) {
110 108
 		multiselect: false,
111 109
 		rownumbers: false,
112 110
 		loadComplete: function(data) {
113
-			console.log(data);
114 111
 			itp_fn_grid_load_complete(data, THIS_GIRD_ID, true, undefined, 'BIZPOP_PO_REJECT', itp_BIZPOP_PO_REJECT_search, itp_fn_BIZPOP_PO_REJECT_empty, true, data.gridRecords, false);
115 112
 	    },
116 113
 	    loadError: function(jqXHR, textStatus, errorThrown) {

+ 0 - 3
src/main/webapp/js/app/popup/biz/ITP_BIZPOP_RTN_PO_REJECT.js

@@ -16,7 +16,6 @@ function itp_fn_BIZPOP_RTN_PO_REJECT(parentPopFn, args, returnType) {
16 16
 	const THIS_FORM_ID = '#ITP_FORM_BIZPOP_RTN_PO_REJECT';
17 17
 	const THIS_GIRD_ID = '#ITP_BIZPOP_RTN_PO_REJECT_jqGrid';
18 18
 	const THIS_GIRD_PAGER = '#ITP_BIZPOP_RTN_PO_REJECT_jqGridPager';
19
-	console.log(args);
20 19
 	$('#ITP_FORM_ITP_BIZPOP_RTN_PO_REJECT_RTN_REQ_UNQ_NO').val(args.rtnReqUnqNo);
21 20
 	$('#ITP_FORM_ITP_BIZPOP_RTN_PO_REJECT_STORE_ID').val(args.storeId);
22 21
 	
@@ -57,7 +56,6 @@ function itp_fn_BIZPOP_RTN_PO_REJECT(parentPopFn, args, returnType) {
57 56
 
58 57
 	itp_fn_BIZPOP_RTN_PO_REJECT_empty.push();
59 58
 	let param = {rtnReqUnqNo: $('#ITP_FORM_ITP_BIZPOP_RTN_PO_REJECT_RTN_REQ_UNQ_NO').val() };
60
-	console.log(JSON.stringify(param));
61 59
 
62 60
 	$(THIS_GIRD_ID).jqGrid({
63 61
 		colModel: [
@@ -109,7 +107,6 @@ function itp_fn_BIZPOP_RTN_PO_REJECT(parentPopFn, args, returnType) {
109 107
 		multiselect: false,
110 108
 		rownumbers: false,
111 109
 		loadComplete: function(data) {
112
-			console.log(data);
113 110
 			itp_fn_grid_load_complete(data, THIS_GIRD_ID, true, undefined, 'BIZPOP_RTN_PO_REJECT', itp_BIZPOP_RTN_PO_REJECT_search, itp_fn_BIZPOP_RTN_PO_REJECT_empty, true, data.gridRecords, false);
114 111
 	    },
115 112
 	    loadError: function(jqXHR, textStatus, errorThrown) {

+ 0 - 1
src/main/webapp/js/app/popup/biz/ITP_BIZPOP_SAFE_STCK_ITEM.js

@@ -11,7 +11,6 @@ let WHS_MNG_DETAIL_GRID_LIST = '/api/whs/mng/detail-grid-list';
11 11
 let WHS_MNG_LOCATION_GRID_LIST = '/api/whs/mng/location-grid-list';
12 12
 
13 13
 function itp_fn_BIZPOP_SAFE_STCK_ITEM(parentPopFn, args, returnType) {
14
-	console.log(args);
15 14
 	let itp_BIZPOP_SAFE_STCK_ITEM_param = {};
16 15
 	let itp_BIZPOP_SAFE_STCK_ITEM_search = false;
17 16
 	let LOGIN_AUTH_TYPE_CD = fn_make_user_info.get('authTpCd');

+ 0 - 2
src/main/webapp/js/app/popup/biz/ITP_BIZPOP_STORE_ITEM.js

@@ -71,7 +71,6 @@ function itp_fn_BIZPOP_STORE_ITEM(parentPopFn, args, returnType) {
71 71
 	itp_fn_BIZPOP_STORE_ITEM_empty.push();
72 72
 	let param = $('#ITP_FORM_BIZPOP_STORE_ITEM').serializeObject();
73 73
 	param.gridSize = 10;
74
-	console.log(JSON.stringify(param));
75 74
 
76 75
 	$(THIS_GIRD_ID).jqGrid({
77 76
 		colModel: [
@@ -110,7 +109,6 @@ function itp_fn_BIZPOP_STORE_ITEM(parentPopFn, args, returnType) {
110 109
 		multiboxonly: true,
111 110
 		rownumbers: false,
112 111
 		loadComplete: function(data) {
113
-			console.log(data);
114 112
 			itp_fn_grid_load_complete(data, THIS_GIRD_ID, true, undefined, 'BIZPOP_STORE_ITEM', itp_BIZPOP_STORE_ITEM_search, itp_fn_BIZPOP_STORE_ITEM_empty, true, data.gridRecords, false);
115 113
 	    },
116 114
 	    loadError: function(jqXHR, textStatus, errorThrown) {

+ 0 - 2
src/main/webapp/js/app/popup/biz/ITP_BIZPOP_STORE_SPPLY.js

@@ -67,7 +67,6 @@ function itp_fn_BIZPOP_STORE_SPPLY(parentPopFn, args, returnType) {
67 67
 	itp_fn_BIZPOP_STORE_SPPLY_empty.push();
68 68
 	let param = $('#ITP_FORM_BIZPOP_STORE_SPPLY').serializeObject();
69 69
 	param.gridSize = 10;
70
-	console.log(JSON.stringify(param));
71 70
 
72 71
 	$(THIS_GIRD_ID).jqGrid({
73 72
 		colModel: [
@@ -112,7 +111,6 @@ function itp_fn_BIZPOP_STORE_SPPLY(parentPopFn, args, returnType) {
112 111
 		multiboxonly: true,
113 112
 		rownumbers: false,
114 113
 		loadComplete: function(data) {
115
-			console.log(data);
116 114
 			itp_fn_grid_load_complete(data, THIS_GIRD_ID, true, undefined, 'BIZPOP_STORE_SPPLY', itp_BIZPOP_STORE_SPPLY_search, itp_fn_BIZPOP_STORE_SPPLY_empty, true, data.gridRecords, false);
117 115
 			$(THIS_GIRD_ID).jqGrid('hideCol', 'cb');
118 116
 	    },

+ 0 - 3
src/main/webapp/js/app/popup/biz/ITP_BIZPOP_WHS_LOCATION.js

@@ -9,7 +9,6 @@ require(['config'], function() {
9 9
 let API_POP_GRID_LIST = '/api/whs/mng/pop-whs-search';
10 10
 
11 11
 function itp_fn_BIZPOP_WHS_LOCATION(parentPopFn, args, returnType) {
12
-	console.log(args);
13 12
 	let itp_BIZPOP_WHS_LOCATION_param = {};
14 13
 	let itp_BIZPOP_WHS_LOCATION_search = false;
15 14
 
@@ -71,7 +70,6 @@ function itp_fn_BIZPOP_WHS_LOCATION(parentPopFn, args, returnType) {
71 70
 	itp_fn_BIZPOP_WHS_LOCATION_empty.push();
72 71
 	let param = $('#ITP_FORM_BIZPOP_WHS_LOCATION').serializeObject();
73 72
 	param.gridSize = 10;
74
-	console.log(JSON.stringify(param));
75 73
 
76 74
 	$(THIS_GIRD_ID).jqGrid({
77 75
 		colModel: [
@@ -133,7 +131,6 @@ function itp_fn_BIZPOP_WHS_LOCATION(parentPopFn, args, returnType) {
133 131
 		multiselect: false,
134 132
 		rownumbers: false,
135 133
 		loadComplete: function(data) {
136
-			console.log(data);
137 134
 			itp_fn_grid_load_complete(data, THIS_GIRD_ID, true, undefined, 'BIZPOP_WHS_LOCATION', itp_BIZPOP_WHS_LOCATION_search, itp_fn_BIZPOP_WHS_LOCATION_empty, true, data.gridRecords, false);
138 135
 	    },
139 136
 	    loadError: function(jqXHR, textStatus, errorThrown) {

+ 0 - 1
src/main/webapp/js/app/popup/biz/ITP_BIZPOP_WISH_LIST.js

@@ -7,7 +7,6 @@ require(['config'], function() {
7 7
 });
8 8
 
9 9
 function itp_fn_BIZPOP_WISH_LIST(parentPopFn, args, returnType) {
10
-	console.log('itp_fn_BIZPOP_WISH_LIST ==> ', args);
11 10
 	const {barndId,storeId,currentNode}=args; 
12 11
 	var delYn='N', wishListMgntNo='', wishListNm='';
13 12
 	if(currentNode) {

+ 1 - 7
src/main/webapp/js/app/popup/biz/ITP_BIZPOP_WISH_LIST_ITEM.js

@@ -11,7 +11,6 @@ let API_WISH_LIST = '/api/pomng/select-wishlist';
11 11
 
12 12
 
13 13
 function itp_fn_BIZPOP_WISH_LIST_ITEM(parentPopFn, args, returnType) {
14
-	console.log(args);
15 14
 	let itp_BIZPOP_WISH_LIST_ITEM_param = {};
16 15
 	let itp_BIZPOP_WISH_LIST_ITEM_search = false;
17 16
 	let firstWishId;
@@ -37,7 +36,6 @@ function itp_fn_BIZPOP_WISH_LIST_ITEM(parentPopFn, args, returnType) {
37 36
 		let param = $(THIS_FORM_ID).serializeObject();
38 37
 		param.gridSize = 10;
39 38
 		param.gridPage = $.jgrid.defaults.page;
40
-		console.log(param);
41 39
 		$(THIS_GIRD_ID).setGridParam({ 'postData': JSON.stringify(param) }).trigger('reloadGrid');
42 40
 	});
43 41
 
@@ -88,10 +86,7 @@ function itp_fn_BIZPOP_WISH_LIST_ITEM(parentPopFn, args, returnType) {
88 86
 
89 87
 		const param = { brandId: brandIdVal, storeId: storeIdVal };
90 88
 		
91
-		fn_ajax_call(API_WISH_LIST, param, function(result) {
92
-			
93
-			console.log(JSON.stringify(result));
94
-			
89
+		fn_ajax_call(API_WISH_LIST, param, function(result) {			
95 90
 			firstWishId = result.selectRows[0].wishListMgntNo;
96 91
 			fn_make_select_wish(result.selectRows, 'ITP_FORM_BIZPOP_WISH_LIST_ITEM_LIST');
97 92
 			
@@ -176,7 +171,6 @@ function itp_fn_BIZPOP_WISH_LIST_ITEM(parentPopFn, args, returnType) {
176 171
 		multiboxonly: true,
177 172
 		rownumbers: false,
178 173
 		loadComplete: function(data) {
179
-			console.log(JSON.stringify(data));
180 174
 			itp_fn_grid_load_complete(data, THIS_GIRD_ID, true, undefined, 'BIZPOP_WISH_LIST_ITEM', itp_BIZPOP_WISH_LIST_ITEM_search, itp_fn_BIZPOP_WISH_LIST_ITEM_empty, true, data.gridRecords, false);
181 175
 		},
182 176
 		loadError: function(jqXHR, textStatus, errorThrown) {