Browse Source

Merge branch 'master' of http://106.246.249.162:13000/orderqueen/oqpo-view

juney 2 years ago
parent
commit
069ca05d71
27 changed files with 430 additions and 271 deletions
  1. 2 2
      src/main/webapp/app/pomng/POMNG01010.html
  2. 1 1
      src/main/webapp/app/popup/biz/BIZPOP_ITEM_CLASS_MANAGE.html
  3. 11 11
      src/main/webapp/app/stinfo/STINFO02010.html
  4. 10 7
      src/main/webapp/app/stinfo/STINFO07010.html
  5. 47 0
      src/main/webapp/js/app/config.js
  6. 13 11
      src/main/webapp/js/app/main.js
  7. 6 6
      src/main/webapp/js/app/pomng/ITP_POMNG01010.js
  8. 6 9
      src/main/webapp/js/app/pomng/ITP_POMNG02010.js
  9. 7 10
      src/main/webapp/js/app/pomng/ITP_POMNG03010.js
  10. 3 3
      src/main/webapp/js/app/pomng/ITP_POMNG04010.js
  11. 1 0
      src/main/webapp/js/app/stinfo/ITP_STINFO02010.js
  12. 3 3
      src/main/webapp/js/app/stinfo/ITP_STINFO07010.js
  13. 127 6
      src/main/webapp/main.html
  14. 6 6
      src/main/webapp/mobile/app/mloanmng/MLOANMNG01010.html
  15. 1 2
      src/main/webapp/mobile/app/mloanmng/MLOANMNG01011.html
  16. 2 2
      src/main/webapp/mobile/app/mpomng/MPOMNG01010.html
  17. 2 2
      src/main/webapp/mobile/app/mpomng/MPOMNG02010.html
  18. 15 15
      src/main/webapp/mobile/app/mpomng/MPOMNG04010.html
  19. 5 5
      src/main/webapp/mobile/app/mpomng/MPOMNG05010.html
  20. 15 17
      src/main/webapp/mobile/app/mpomng/MPOMNG06010.html
  21. 15 15
      src/main/webapp/mobile/app/mpomng/MPOMNG07010.html
  22. 6 6
      src/main/webapp/mobile/app/mrtnmng/MRTNMNG01010.html
  23. 78 83
      src/main/webapp/mobile/app/mrtnmng/MRTNMNG02010.html
  24. 30 31
      src/main/webapp/mobile/app/mrtnmng/MRTNMNG04010.html
  25. 8 10
      src/main/webapp/mobile/app/mrtnmng/MRTNMNG05010.html
  26. 8 8
      src/main/webapp/mobile/app/mrtnmng/MRTNMNG06010.html
  27. 2 0
      src/main/webapp/mobile/css/style.css

+ 2 - 2
src/main/webapp/app/pomng/POMNG01010.html

@@ -36,7 +36,7 @@
36 36
 										<div class="form-group">
37 37
 											<label class="col-xs-2 itp_lb">구매요청명</label>
38 38
 											<div class="col-xs-10 itp_ip">
39
-												<input type="text" id="ITP_FORM_POMNG01010_DETAIL_PCH_REQ_NM" class="form-control itp_input" name="pchReqNm" value="" />
39
+												<input type="text" id="ITP_FORM_POMNG01010_DETAIL_PCH_REQ_NM" class="form-control itp_input" name="pchReqNm" value="" maxlength="40" style="width: 40%;"/>
40 40
 											</div>
41 41
 										</div>
42 42
 									</div>
@@ -93,7 +93,7 @@
93 93
 										<div class="form-group">
94 94
 											<label class="col-xs-2 itp_lb">비고</label>
95 95
 											<div class="col-xs-10 itp_ip">
96
-												<input type="text" id="ITP_FORM_POMNG01010_DETAIL_NOTE" class="form-control itp_input" name="note" value="" />
96
+												<input type="text" id="ITP_FORM_POMNG01010_DETAIL_NOTE" class="form-control itp_input" name="note" value="" maxlength="300"/>
97 97
 											</div>
98 98
 										</div>
99 99
 									</div>

+ 1 - 1
src/main/webapp/app/popup/biz/BIZPOP_ITEM_CLASS_MANAGE.html

@@ -49,7 +49,7 @@
49 49
 											<label class="col-xs-2 itp_lb">분류명</label>
50 50
 											<div class="col-xs-9 itp_ip">
51 51
 												<div class="col-xs-9 itp_in">
52
-													<input type="email" id="ITP_FORM_SITP_TAB_STINFO07010_POP_ITEM_CLASS_NM" data-check-required="empty" class="form-control itp_input" name="itemClassNm" placeholder="분류명">
52
+													<input type="email" id="ITP_FORM_SITP_TAB_STINFO07010_POP_ITEM_CLASS_NM" data-check-required="empty" class="form-control itp_input" name="itemClassNm" placeholder="분류명" maxlength="40">
53 53
 												</div>
54 54
 											</div>
55 55
 										</div>

+ 11 - 11
src/main/webapp/app/stinfo/STINFO02010.html

@@ -53,7 +53,7 @@
53 53
 											</select>
54 54
 										</div>
55 55
 										<div class="col-xs-4 itp_ip itp_noMar">
56
-											<input type="text" id="ITP_FORM_STINFO02010_SEARCH_STORE_NM" class="form-control itp_input" name="sstoreNm" placeholder="매장 명" />
56
+											<input type="text" id="ITP_FORM_STINFO02010_SEARCH_STORE_NM" class="form-control itp_input" data-key-up="comma" onKeyup="this.value=this.value.replace(/[^0-9]/g,'');" name="sstoreNm" placeholder="매장 명" />
57 57
 										</div>
58 58
 									</div>
59 59
 								</form>
@@ -109,13 +109,13 @@
109 109
 											<label class="col-xs-2 itp_lb">매장명 *</label>
110 110
 											<div class="col-xs-4 itp_ip">
111 111
 												<div class="col-xs-6 itp_in">
112
-													<input type="text" id="ITP_FORM_STINFO02010_DETAIL_STORE_NM" data-check-required="empty" class="form-control itp_input" name="storeNm" value="">
112
+													<input type="text" id="ITP_FORM_STINFO02010_DETAIL_STORE_NM" data-check-required="empty" class="form-control itp_input" name="storeNm" value="" maxlength="40">
113 113
 												</div>
114 114
 											</div>
115 115
 											<label class="col-xs-2 itp_lb">업태</label>
116 116
 											<div class="col-xs-4 itp_ip">
117 117
 												<div class="col-xs-7 itp_in">
118
-													<input type="text" id="ITP_FORM_STINFO02010_DETAIL_BSNS_CNDT" class="form-control itp_input" name="bsnsCndt" value="">
118
+													<input type="text" id="ITP_FORM_STINFO02010_DETAIL_BSNS_CNDT" class="form-control itp_input" name="bsnsCndt" value="" maxlength="100">
119 119
 												</div>
120 120
 											</div>
121 121
 										</div>
@@ -131,7 +131,7 @@
131 131
 											<label class="col-xs-2 itp_lb">업종</label>
132 132
 											<div class="col-xs-4 itp_ip">
133 133
 												<div class="col-xs-7 itp_in">
134
-													<input type="text" id="ITP_FORM_STINFO02010_DETAIL_CTGR_BSNS" class="form-control itp_input" name="ctgrBsns" value="">
134
+													<input type="text" id="ITP_FORM_STINFO02010_DETAIL_CTGR_BSNS" class="form-control itp_input" name="ctgrBsns" value="" maxlength="100">
135 135
 												</div>
136 136
 											</div>
137 137
 										</div>
@@ -141,7 +141,7 @@
141 141
 											<label class="col-xs-2 itp_lb">법인번호</label>
142 142
 											<div class="col-xs-4 itp_ip">
143 143
 												<div class="col-xs-6 itp_in">
144
-													<input type="text" id="ITP_FORM_STINFO02010_DETAIL_CORP_REG_NO" data-key-up="corpNo" class="form-control itp_input" name="corpRegNo" value="">
144
+													<input type="text" id="ITP_FORM_STINFO02010_DETAIL_CORP_REG_NO" data-key-up="corpNo" class="form-control itp_input" name="corpRegNo" value="" maxlength="14">
145 145
 												</div>
146 146
 											</div>
147 147
 											<label class="col-xs-2 itp_lb">전화번호 *</label>
@@ -157,7 +157,7 @@
157 157
 											<label class="col-xs-2 itp_lb">점주/대표자명*</label>
158 158
 											<div class="col-xs-4 itp_ip">
159 159
 												<div class="col-xs-6 itp_in">
160
-													<input type="text" id="ITP_FORM_STINFO02010_DETAIL_OWNER_NM" data-check-required="empty" class="form-control itp_input" name="ownerNm" value="">
160
+													<input type="text" id="ITP_FORM_STINFO02010_DETAIL_OWNER_NM" data-check-required="empty" class="form-control itp_input" name="ownerNm" value="" maxlength="20">
161 161
 												</div>
162 162
 											</div>
163 163
 											<label class="col-xs-2 itp_lb">FAX</label>
@@ -179,7 +179,7 @@
179 179
 											<label class="col-xs-2 itp_lb">이메일 *</label>
180 180
 											<div class="col-xs-4 itp_ip">
181 181
 												<div class="col-xs-7 itp_in">
182
-													<input type="text" id="ITP_FORM_STINFO02010_DETAIL_EMAL_ADDR" data-check-required="empty" class="form-control itp_input" name="emalAddr" value="">
182
+													<input type="text" id="ITP_FORM_STINFO02010_DETAIL_EMAL_ADDR" data-check-required="empty" class="form-control itp_input" name="emalAddr" value="" maxlength="50">
183 183
 												</div>
184 184
 											</div>
185 185
 										</div>
@@ -196,7 +196,7 @@
196 196
 											<label class="col-xs-2 itp_lb">오더퀸 매장코드</label>
197 197
 											<div class="col-xs-5 itp_ip">
198 198
 												<div class="col-xs-7 itp_in">
199
-													<input type="text" id="ITP_FORM_STINFO02010_DETAIL_OQ_STORE_ID" class="form-control itp_input" name="oqStoreId" value="">
199
+													<input type="text" id="ITP_FORM_STINFO02010_DETAIL_OQ_STORE_ID" class="form-control itp_input" name="oqStoreId" value="" maxlength="20">
200 200
 												</div>
201 201
 											</div>
202 202
 										</div>
@@ -244,10 +244,10 @@
244 244
 														</select>
245 245
 													</div>
246 246
 													<div class="col-xs-4 itp_in">
247
-														<input type="text" id="ITP_FORM_STINFO02010_DETAIL_CREATE_ACCT_NO" onKeyup="this.value=this.value.replace(/[^-0-9]/g,'');" class="form-control itp_input" name="acctNo" value="" placeholder="계좌번호">
247
+														<input type="text" id="ITP_FORM_STINFO02010_DETAIL_CREATE_ACCT_NO" onKeyup="this.value=this.value.replace(/[^-0-9]/g,'');" class="form-control itp_input" name="acctNo" value="" placeholder="계좌번호" maxlength="20">
248 248
 													</div>
249 249
 													<div class="col-xs-3 itp_in">
250
-														<input type="text" id="ITP_FORM_STINFO02010_DETAIL_CREATE_OWAC_NM" class="form-control itp_input" name="owacNm" value="" placeholder="예금주명">
250
+														<input type="text" id="ITP_FORM_STINFO02010_DETAIL_CREATE_OWAC_NM" class="form-control itp_input" name="owacNm" value="" placeholder="예금주명" maxlength="40">
251 251
 													</div>
252 252
 												</div>
253 253
 												<label class="col-xs-2 itp_lb">오픈일</label>
@@ -269,7 +269,7 @@
269 269
 														</select>
270 270
 													</div>
271 271
 													<div class="col-xs-4 itp_in">
272
-														<input type="text" id="ITP_FORM_STINFO02010_DETAIL_CREATE_LIMIT_AMT" class="form-control itp_input" name="limitAmt" data-key-up="comma" onKeyup="this.value=this.value.replace(/[^0-9]/g,'');" placeholder="후불한도금액">
272
+														<input type="text" id="ITP_FORM_STINFO02010_DETAIL_CREATE_LIMIT_AMT" class="form-control itp_input" name="limitAmt" data-key-up="comma" onKeyup="this.value=this.value.replace(/[^0-9]/g,'');" placeholder="후불한도금액" maxlength="20">
273 273
 													</div>
274 274
 												</div>
275 275
 												<label class="col-xs-2 itp_lb">재고관리사용여부</label>

+ 10 - 7
src/main/webapp/app/stinfo/STINFO07010.html

@@ -56,13 +56,15 @@
56 56
 						</div>
57 57
 					</div>
58 58
 				</div>
59
+				  
59 60
 				<div class="col-xs-6">
60
-				<div class="fix">
61
-					<div class="pull-right itp_cicon" style="margin-top: 4px;">
62
-		                <button type="button" id="ITP_BTN_STINFO07010_CLOSE" class="btn btn-danger btn-sm CLB">&nbsp;&nbsp;취소&nbsp;&nbsp;</button>									
63
-		                <button type="button" id="ITP_BTN_STINFO07010_DETAIL_SAVE" class="btn btn-primary btn-sm SAB" style="display: inline-block;">&nbsp;&nbsp;저장&nbsp;&nbsp;</button>
64
-		            </div>
65
-				</div>
61
+					<!--<div class="fix">
62
+						<div class="pull-right itp_cicon" style="margin-top: 4px;">
63
+			                <button type="button" id="ITP_BTN_STINFO07010_CLOSE" class="btn btn-danger btn-sm CLB">&nbsp;&nbsp;취소&nbsp;&nbsp;</button>									
64
+			                <button type="button" id="ITP_BTN_STINFO07010_DETAIL_SAVE" class="btn btn-primary btn-sm SAB" style="display: inline-block;">&nbsp;&nbsp;저장&nbsp;&nbsp;</button>
65
+			            </div>
66
+					</div>
67
+					-->
66 68
 				<!--<div id="ITP_AJAX_STINFO07010_DETAIL_CONTAINER">
67 69
 					<div class="itp_form itp_type1 fix">
68 70
 						    <form id="ITP_FORM_SITP_TAB_STINFO07010_DETAIL" class="form-horizontal">
@@ -120,7 +122,8 @@
120 122
 						        </section>								
121 123
 						    </form>
122 124
 					</div>
123
-				</div>-->
125
+				</div>
126
+				-->
124 127
 				</div>
125 128
 			</div>
126 129
 		</article>

+ 47 - 0
src/main/webapp/js/app/config.js

@@ -3105,6 +3105,7 @@ var itp_fn_s2ab = function(s) {
3105 3105
     return buf;    
3106 3106
 };
3107 3107
 
3108
+/*
3108 3109
 let itp_fn_excel_data = function(gridColumns, excelData) {
3109 3110
 	var rtnData = [];
3110 3111
 	var cols = [];
@@ -3161,6 +3162,52 @@ var itp_fn_remote_to_excel = function(param) {
3161 3162
 	};
3162 3163
 	fn_ajax_call(options.url, JSON.stringify(options.param), callbackFn, 'POST');
3163 3164
 };
3165
+*/
3166
+
3167
+var itp_fn_remote_to_excel = function(options) { 
3168
+	options.param['pagingYn'] = false; 
3169
+	var callbackFn = function(result) { 
3170
+		const fileName=options.fileName;
3171
+		const data = [], header=[], headerWidths=[], cols=[], mapAlign={};
3172
+		// alignment: { vertical: 'center', horizontal: 'center', wrapText: true }
3173
+		const BORDER_ALL = { border: { top: { style: 'thick' }, right: { style: 'thick' }, bottom: { style: 'thick' }, left: { style: 'thick' } } };
3174
+		for(var c of options.gridColumns) {
3175
+			if(c.hidden || !c.label ) continue;
3176
+			const fill = { fgColor: { rgb: '5ebd3e' } };
3177
+			const font = { bold: true, color: { rgb: 'FFFFFF' } };
3178
+			const alignment = { vertical: 'center', horizontal: 'center', wrapText: true }
3179
+			var width=parseInt(Number(c.width)/7);
3180
+			if(!width ) width=10;
3181
+			header.push({v:c.label,t:'s',s:{...BORDER_ALL,fill,font,alignment}});
3182
+			headerWidths.push({width});
3183
+			cols.push(c.name);
3184
+			if(c.align ) {
3185
+				mapAlign[c.name]=c.align;
3186
+			}
3187
+		}
3188
+		data.push(header);
3189
+		for(var c of result.gridRows) {
3190
+			const row=[];
3191
+			for(var name of cols ) {
3192
+				const sty={...BORDER_ALL}; 
3193
+				const align=mapAlign[name];
3194
+				if(align ) sty.alignment = { vertical: 'center', horizontal:align, wrapText: true };
3195
+				row.push({v:c[name], t:'s',s:sty});
3196
+			}
3197
+			data.push(row);
3198
+		}
3199
+		var wb = XLSX.utils.book_new();
3200
+		const ws = XLSX.utils.aoa_to_sheet(data);
3201
+		ws['!cols'] = headerWidths;
3202
+
3203
+		XLSX.utils.book_append_sheet(wb, ws, options.sheetName); 
3204
+		var wbout = XLSX.write(wb, {bookType:'xlsx', bookSST:false, type: 'binary', showGridLines:true, cellStyles:true });
3205
+		// 엑셀 파일 내보내기 
3206
+		console.log("itp_fn_remote_to_excel callback => ",ws );
3207
+		saveAs(new Blob([itp_fn_s2ab(wbout)],{type:"application/octet-stream"}), fileName); 
3208
+	};
3209
+	fn_ajax_call(options.url, JSON.stringify(options.param), callbackFn, 'POST');
3210
+};
3164 3211
 
3165 3212
 var itp_fn_jqgrid_to_excel = function(gridId, fileName, sheetName){
3166 3213
 	

+ 13 - 11
src/main/webapp/js/app/main.js

@@ -56,7 +56,6 @@ require(['config'], function() {
56 56
 			google.charts.load('current', {'packages':['corechart']});
57 57
 			google.charts.load('current', {'packages':['bar']});
58 58
 			
59
-			/*
60 59
 			$('#ITP_MAIN_HEADER_BRAND').hide();
61 60
 			$('#ITP_MAIN_HEADER_STORE').hide();
62 61
 			$('#ITP_MAIN_HEADER_SPPLY').hide();
@@ -69,8 +68,7 @@ require(['config'], function() {
69 68
 			$('#ITP_MAIN_DRAW_DELI_CHART').hide(); 		// 입고
70 69
 			$('#ITP_MAIN_DRAW_RELEASE_CHART').hide();	// 출고
71 70
 			$('#ITP_MAIN_DRAW_ORDERS_CHART').hide();	// 수주내역
72
-			*/
73
-
71
+			
74 72
 			var authTpCd = fn_make_user_info.get('authTpCd'); 
75 73
 			// 10:관리자, 20:영업담당자, 30:가맹점, 40:브랜드, 50:매장, 60:공급사
76 74
 			// console.log('>>>> authTpCd = ' + authTpCd);
@@ -350,14 +348,18 @@ var itp_fn_MAIN_NOTICE_search = function() {
350 348
 	const formId = '#ITP_FORM_MAIN_SEARCH';
351 349
 	let param = $(formId).serializeObject();
352 350
 	var searhFn = function(result) {
353
-		$.each(result.gridRows, function(idx, value) {
354
-		
355
-			$('#ITP_NOTE_BAR').append($('#ITP_NOTE_ROWCOPY').val());			
356
-			$('#ITP_NOTE_BAR .itp_side_bar_note:last').find('.fnTitle').html(value.nticeTitl);
357
-			$('#ITP_NOTE_BAR .itp_side_bar_note:last').find('.fnDate').html(value.addDt);
358
-			$('#ITP_NOTE_BAR .itp_side_bar_note:last').find('.fnContents').html(value.nticeDesc);
359
-			
360
-		});
351
+		const tb=$('#ITP_NOTE_PANEL .rtable').find('tbody');
352
+		console.log("xxxxxxxxx", result, tb)
353
+		if(Array.isArray(result.gridRows) && result.gridRows.length ) {
354
+			var s='', idx=1;
355
+			for(var c of result.gridRows ) {
356
+				s+=`<tr><td>${idx}</td><td>${c.brandNm}</td><td>${c.nticeTitl}</td><td>${c.nticeStatNm}</td><td>${c.addDt}</td></tr>`;
357
+				idx++;
358
+			}
359
+			tb.html(s);
360
+		} else {
361
+			tb.html('<tr><td colspan="5" style="text-align:center;">등록된 공지사항이 없습니다</td></tr>')
362
+		} 
361 363
 	};
362 364
 	fn_ajax_call(NTICE_DETAIL_GRID_LIST, JSON.stringify(param), searhFn, 'POST');
363 365
 };

+ 6 - 6
src/main/webapp/js/app/pomng/ITP_POMNG01010.js

@@ -41,15 +41,15 @@ const gridColModel = {
41 41
 		{
42 42
 			index: 'ITEM_ID', name: 'itemId',
43 43
 			label: ITP_MSG_LOCALE.label.itemId,
44
-			width: '20', fixed: false, align: 'center',
44
+			width: '18', fixed: false, align: 'center',
45 45
 			sortable: false, editable: false, edittype: 'text',
46 46
 			editrules: { required: true }
47 47
 		},
48 48
 		{
49 49
 			index: 'ITEM_NM', name: 'itemNm',
50 50
 			label: ITP_MSG_LOCALE.label.itemNm,
51
-			width: '30', fixed: false, align: 'left',
52
-			sortable: true, editable: false, edittype: 'text',
51
+			width: '32', fixed: false, align: 'left',
52
+			sortable: false, editable: false, edittype: 'text',
53 53
 			editrules: { required: true }
54 54
 		},
55 55
 		{
@@ -61,7 +61,7 @@ const gridColModel = {
61 61
 		{
62 62
 			index: 'UNIT_AMT', name: 'unitAmt',
63 63
 			label: ITP_MSG_LOCALE.label.unitAmt,
64
-			width: '10', fixed: false, align: 'right',
64
+			width: '6', fixed: false, align: 'right',
65 65
 			sortable: false, editable: false, edittype: 'text', hidden: false, 
66 66
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
67 67
 		},
@@ -71,13 +71,13 @@ const gridColModel = {
71 71
 			width: '10', fixed: false, align: 'right',
72 72
 			sortable: false, editable: true, edittype: 'text',
73 73
 			classes: 'input_color',
74
-			editoptions: {"onKeyup": "this.value=this.value.replace(/[^0-9]/g,'');"}, 
74
+			editoptions: {"onKeyup": "this.value=this.value.replace(/[^0-9]/g,'');", maxlength: 10}, 
75 75
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
76 76
 		},
77 77
 		{
78 78
 			index: 'PCH_REQ_AMT', name: 'pchReqAmt',
79 79
 			label: ITP_MSG_LOCALE.label.pchReqAmt,
80
-			width: '10', fixed: false, align: 'right',
80
+			width: '12', fixed: false, align: 'right',
81 81
 			sortable: false, editable: false, edittype: 'text', hidden: false, 
82 82
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
83 83
 		},

+ 6 - 9
src/main/webapp/js/app/pomng/ITP_POMNG02010.js

@@ -64,7 +64,7 @@ const gridColModel = {
64 64
 			label: ITP_MSG_LOCALE.label.brandNm, //브랜드명
65 65
 			width: '10', fixed: false, align: 'left',
66 66
 			minwidth: 120,
67
-			sortable: false, hidden: false
67
+			sortable: false, hidden: false, classes: 'ui-ellipsis'
68 68
 		},
69 69
 		{
70 70
 			index: 'STORE_ID', name: 'storeId',
@@ -91,20 +91,18 @@ const gridColModel = {
91 91
 			label: ITP_MSG_LOCALE.label.pchReqNm, //구매요청명
92 92
 			width: '13', fixed: false, align: 'left',
93 93
 			minwidth: 200,
94
-			sortable: false, hidden: false
94
+			sortable: false, hidden: false, classes: 'ui-ellipsis'
95 95
 		},
96 96
 		{
97 97
 			index: 'PCH_REQ_ST_CD', name: 'pchReqStCd',
98 98
 			label: ITP_MSG_LOCALE.label.pchReqStCd, //구매요청상태
99 99
 			width: '15', fixed: false, align: 'center',
100
-			minwidth: 10,
101 100
 			sortable: false, hidden: true
102 101
 		},
103 102
 		{
104 103
 			index: 'PCH_REQ_ST_NM', name: 'pchReqStNm',
105 104
 			label: ITP_MSG_LOCALE.label.pchReqStNm, //구매요청상태명
106
-			width: '6', fixed: false, align: 'center',
107
-			minwidth: 100,
105
+			width: '10', fixed: false, align: 'center',
108 106
 			sortable: false, hidden: false
109 107
 		},
110 108
 		{
@@ -137,14 +135,13 @@ const gridColModel = {
137 135
 		{
138 136
 			index: 'PCH_REQ_RJCT_NM', name: 'pchReqRjctNm',
139 137
 			label: ITP_MSG_LOCALE.label.pchReqRjctNm, //반려자
140
-			width: '10', fixed: false, align: 'left',
138
+			width: '10', fixed: false, align: 'center',
141 139
 			sortable: false, hidden: false
142 140
 		},
143 141
 		{
144 142
 			index: 'PCH_REQ_MGR_NM', name: 'pchReqMgrNm',
145 143
 			label: ITP_MSG_LOCALE.label.pchReqMgrNm, //구매요청자명
146
-			width: '10', fixed: false, align: 'left',
147
-			minwidth: 100,
144
+			width: '10', fixed: false, align: 'center',
148 145
 			sortable: false, hidden: false
149 146
 		},
150 147
 		{
@@ -159,7 +156,7 @@ const gridColModel = {
159 156
 			label: ITP_MSG_LOCALE.label.whsLocationNm, //납품창고
160 157
 			width: '10', fixed: false, align: 'left',
161 158
 			minwidth: 200,
162
-			sortable: false, hidden: false
159
+			sortable: false, hidden: false, classes: 'ui-ellipsis'
163 160
 		}
164 161
 	],
165 162
 	detail: [

+ 7 - 10
src/main/webapp/js/app/pomng/ITP_POMNG03010.js

@@ -40,7 +40,7 @@ let SCREEN_MODE ;
40 40
 
41 41
 /*API URL*/
42 42
 let API_DETAIL_GRID_LIST 		= '/api/pomng/po-target-grid-list';	// 목록
43
-let API_DETAIL_REJECT  	= '/api/pomng/reject-pchReq'; // 구매요청 선택한건 반려 처리 
43
+let API_DETAIL_REJECT 		 	= '/api/pomng/reject-pchReq'; // 구매요청 선택한건 반려 처리 
44 44
 let API_DETAIL_POPASS_CHK   	= '/api/pomng/po/chk-pchOrd'; // 목록에서 선택한 구매요청건에 대해 발주가능여부 체크 함
45 45
 let API_DETAIL_PO_INIT_INFO    	= '/api/pomng/po/init-pchOrd'; // 구매요청발주생성 오픈시 호출하여 데이타 세팅함
46 46
 let API_DETAIL_NEW_INIT_INFO    = '/api/pomng/po/init-poOrd'; // 신규발주생성 오픈시 호출하여 데이타 세팅함
@@ -67,8 +67,7 @@ const gridColModel = {
67 67
 			index: 'BRAND_NM', name: 'brandNm',
68 68
 			label: ITP_MSG_LOCALE.label.brandNm, //브랜드명
69 69
 			width: '10', fixed: false, align: 'left',
70
-			minwidth: 120,
71
-			sortable: false, hidden: false
70
+			sortable: false, hidden: false, classes: 'ui-ellipsis'
72 71
 		},
73 72
 		{
74 73
 			index: 'DLV_DVSN', name: 'dlvDvsn',
@@ -109,9 +108,8 @@ const gridColModel = {
109 108
 		{
110 109
 			index: 'SPPLY_NM', name: 'spplyNm',
111 110
 			label: ITP_MSG_LOCALE.label.spplyNm, //공급사명
112
-			width: '8', fixed: false, align: 'left',
113
-			minwidth: 100,
114
-			sortable: false, hidden: false
111
+			width: '10', fixed: false, align: 'left',
112
+			sortable: false, hidden: false, classes: 'ui-ellipsis'
115 113
 		},
116 114
 		{
117 115
 			index: 'WHS_ID', name: 'whsId',
@@ -123,8 +121,7 @@ const gridColModel = {
123 121
 			index: 'WHS_NM', name: 'whsNm',
124 122
 			label: ITP_MSG_LOCALE.label.whsNm, //창고명
125 123
 			width: '10', fixed: false, align: 'left',
126
-			minwidth: 100,
127
-			sortable: false, hidden: false
124
+			sortable: false, hidden: false, classes: 'ui-ellipsis'
128 125
 		},
129 126
 		{
130 127
 			index: 'LOCATION', name: 'location',
@@ -150,7 +147,7 @@ const gridColModel = {
150 147
 			label: ITP_MSG_LOCALE.label.itemNm, //품목명
151 148
 			width: '10', fixed: false, align: 'left',
152 149
 			minwidth: 100,
153
-			sortable: false, hidden: false
150
+			sortable: false, hidden: false, classes: 'ui-ellipsis'
154 151
 		},
155 152
 		{
156 153
 			index: 'UNIT_AMT', name: 'unitAmt',
@@ -266,7 +263,7 @@ const gridColModel = {
266 263
 			classes: 'input_color',
267 264
 			sortable: false, editable: true, edittype: 'text',
268 265
 			editrules: {required: true}, hidden: false,		
269
-			editoptions: {"onKeyup": "this.value=this.value.replace(/[^0-9]/g,'');"}, 
266
+			editoptions: {"onKeyup": "this.value=this.value.replace(/[^0-9]/g,'');", maxlength: 10}, 
270 267
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
271 268
 		},
272 269
 		{

+ 3 - 3
src/main/webapp/js/app/pomng/ITP_POMNG04010.js

@@ -39,7 +39,7 @@ const gridColModel = {
39 39
 			index: 'BRAND_NM', name: 'brandNm',
40 40
 			label: ITP_MSG_LOCALE.label.brandNm,			// 브랜드명
41 41
 			width: '10', fixed: false, align: 'left',
42
-			sortable: false, hidden: false
42
+			sortable: false, hidden: false, classes: 'ui-ellipsis'
43 43
 		},
44 44
 		{
45 45
 			index: 'PCH_PODR_UNQ_NO', name: 'pchPodrUnqNo',
@@ -63,13 +63,13 @@ const gridColModel = {
63 63
 			index: 'WHS_NM', name: 'whsNm',
64 64
 			label: ITP_MSG_LOCALE.label.locationNm, 		// 입고처
65 65
 			width: '10', fixed: false, align: 'center',
66
-			sortable: false, hidden: false
66
+			sortable: false, hidden: false, classes: 'ui-ellipsis'
67 67
 		},
68 68
 		{
69 69
 			index: 'SPPLY_NM', name: 'spplyNm',
70 70
 			label: ITP_MSG_LOCALE.label.spplyNm, 			// 공급업체명
71 71
 			width: '10', fixed: false, align: 'left',
72
-			sortable: false, hidden: false
72
+			sortable: false, hidden: false, classes: 'ui-ellipsis'
73 73
 		},
74 74
 		{
75 75
 			index: 'PODR_TOTAL_AMT', name: 'podrTotalAmt',

+ 1 - 0
src/main/webapp/js/app/stinfo/ITP_STINFO02010.js

@@ -184,6 +184,7 @@ let pageObj = {
184 184
 		},
185 185
 		form: function() {
186 186
 			itp_fn_form_event.onKeyup('#ITP_FORM_STINFO02010_DETAIL');
187
+			itp_fn_form_event.onKeyup('#ITP_FORM_STINFO02010_SEARCH');
187 188
 		},
188 189
 		grid: function() {
189 190
 			//itp_fn_jqgrid_resize(STINFO02010_GRID_ID, STINFO02010_GRID_LIST, 'lg');

+ 3 - 3
src/main/webapp/js/app/stinfo/ITP_STINFO07010.js

@@ -128,7 +128,7 @@ let pageObj = {
128 128
 						case 'ITP_BTN_STINFO07010_NEWREG'			: listObj.popup(); 				break;	// 신규등록 버튼
129 129
 						case 'ITP_BTN_STINFO07010_MODIFY'			: modifyObj.button.modify();	break;	// 수정 버튼
130 130
 						case 'ITP_BTN_STINFO07010_CANCELLIST'		: createObj.button.cancel(); 	break;	// 취소/목록 버튼
131
-						case 'ITP_BTN_STINFO07010_DELETE'			: listObj.button.delete();		break;	// 삭제 버튼
131
+						case 'ITP_BTN_STINFO07010_DELETE'			: listObj.button.deleteObj();		break;	// 삭제 버튼
132 132
 						case 'ITP_BTN_STINFO07010_SAVE'				: createObj.button.save(); 		break;	// 저장 버튼
133 133
 					}
134 134
 				});
@@ -211,12 +211,11 @@ let listObj = {
211 211
 				createObj.init();
212 212
 			}
213 213
 		},
214
-		delete: function() {
214
+		deleteObj: function() {
215 215
 			var selectedIds = $(STINFO07010_GRID_ID).getGridParam('selarrrow');
216 216
 			if(selectedIds.length < 1) { // 1개만 선택
217 217
 				return;
218 218
 			}
219
-
220 219
 			var deleteFn = {
221 220
 				callBack: function(args) {
222 221
 					var itemClassMgntNos = '';
@@ -277,6 +276,7 @@ let listObj = {
277 276
 				url: DOMAIN + API_DETAIL_GRID_LIST,
278 277
 				pager: STINFO07010_GRID_PAGER,
279 278
 				multiselect: true,
279
+				rownumbers: false,
280 280
 				onCellSelect: function(rowId, cellIdx, cellValue) {
281 281
 					var cm = $(this).jqGrid('getGridParam', 'colModel');
282 282
 					var colNm = cm[cellIdx].name;

+ 127 - 6
src/main/webapp/main.html

@@ -40,7 +40,114 @@
40 40
 
41 41
 	<script src="./js/app/properties.js"></script>
42 42
 	<script src="./js/require.min.js" data-main="./js/app/config.js"></script>
43
- 
43
+	<style>
44
+		#ITP_NOTE_PANEL {
45
+			margin-top: 16px;
46
+			margin-bottom: 20px;
47
+		}
48
+		#ITP_NOTE_PANEL h3 {
49
+			font-size: 20px;
50
+			color: #776;
51
+    		text-shadow: 2px 2px 3px rgb(255 255 255 / 20%);
52
+  			line-height: 20px;
53
+			margin: 0 0 10px 0;
54
+			color: #233c44;
55
+		  }
56
+
57
+		.rtable { 
58
+			display: inline-block;
59
+			vertical-align: top;
60
+			max-width: 100%;
61
+			overflow-x: auto;
62
+			white-space: nowrap;
63
+			border-collapse: collapse;
64
+			border-spacing: 0;
65
+		  }
66
+		  
67
+		  .rtable,
68
+		  .rtable--flip tbody {
69
+			-webkit-overflow-scrolling: touch;
70
+			background: radial-gradient(left, ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center, radial-gradient(right, ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
71
+			background-size: 10px 100%, 10px 100%;
72
+			background-attachment: scroll, scroll;
73
+			background-repeat: no-repeat;
74
+		  }
75
+		  
76
+		  .rtable td:first-child,
77
+		  .rtable--flip tbody tr:first-child {
78
+			background-image: linear-gradient(to right, white 50%, rgba(255, 255, 255, 0) 100%);
79
+			background-repeat: no-repeat;
80
+			background-size: 20px 100%;
81
+		  }
82
+		  
83
+		  .rtable td:last-child,
84
+		  .rtable--flip tbody tr:last-child {
85
+			background-image: linear-gradient(to left, white 50%, rgba(255, 255, 255, 0) 100%);
86
+			background-repeat: no-repeat;
87
+			background-position: 100% 0;
88
+			background-size: 20px 100%;
89
+		  }
90
+		  
91
+		  .rtable th {
92
+			font-size: 13px;
93
+			text-align: left;
94
+			text-transform: uppercase;
95
+			background: #f2f0e6;
96
+			height: 40px;
97
+		  }
98
+		  
99
+		  .rtable th,
100
+		  .rtable td {
101
+			padding: 6px 12px;
102
+			border: 1px solid #d9d7ce;
103
+		  }
104
+		  
105
+		  .rtable--flip {
106
+			display: flex;
107
+			overflow: hidden;
108
+			background: none;
109
+		  }
110
+		  
111
+		  .rtable--flip thead {
112
+			display: flex;
113
+			flex-shrink: 0;
114
+			min-width: -webkit-min-content;
115
+			min-width: -moz-min-content;
116
+			min-width: min-content;
117
+		  }
118
+		  
119
+		  .rtable--flip tbody {
120
+			display: flex;
121
+			position: relative;
122
+			overflow-x: auto;
123
+			overflow-y: hidden;
124
+		  }
125
+		  
126
+		  .rtable--flip tr {
127
+			display: flex;
128
+			flex-direction: column;
129
+			min-width: -webkit-min-content;
130
+			min-width: -moz-min-content;
131
+			min-width: min-content;
132
+			flex-shrink: 0;
133
+		  }
134
+		  
135
+		  .rtable--flip td,
136
+		  .rtable--flip th {
137
+			display: block;
138
+		  }
139
+		  
140
+		  .rtable--flip td {
141
+			background-image: none !important;
142
+			border-left: 0;
143
+		  }
144
+		  
145
+		  .rtable--flip th:not(:last-child),
146
+		  .rtable--flip td:not(:last-child) {
147
+			border-bottom: 0;
148
+		  }
149
+		  
150
+	</style>
44 151
 </head>
45 152
 <body>
46 153
 	<div id="ITP_WRAPPER">
@@ -148,6 +255,24 @@
148 255
 							<div id="ITP_AJAX_SUMMARY_DETAIL_CONTAINER" class="itp_det_in">
149 256
 								<form id="ITP_FORM_MAIN_SEARCH" class="form-horizontal">
150 257
 								</form>
258
+
259
+								<div id="ITP_NOTE_PANEL">
260
+									<h3>공지사항</h3>
261
+									<table class="rtable" style="width:100%;">
262
+										<thead>
263
+										  <tr>
264
+											<th style="width:80px;">번호</th>
265
+											<th style="width:150px;">브랜드</th>
266
+											<th style="width:65%;">제목</td>
267
+											<th style="width:80px;">상태</th>
268
+											<th style="width:150px;">등록일</th>
269
+										  </tr>
270
+										</thead>
271
+										<tbody>
272
+										   
273
+										</tbody>
274
+									  </table>
275
+								</div>
151 276
 								
152 277
 								<textarea id="ITP_NOTE_ROWCOPY" rows="0" cols="0" style="display:none;">
153 278
 								<div class="itp_side_bar_note">
@@ -158,11 +283,7 @@
158 283
 								</textarea>
159 284
 								
160 285
 								<!-- 여기는 공급사 매장 로그인 시 나오는 구간 -->
161
-								<div id="ITP_NOTE_BAR">
162
-									<div class="itp_side_bar_header">
163
-										<label>공지사항</label>
164
-									</div>
165
-								</div>
286
+								
166 287
 								
167 288
 								<div id="ITP_MAIN_HEADER_BRAND" class="itp_main_header" style="display: none;">
168 289
 									<div class="col_3" style="margin-left:0">

+ 6 - 6
src/main/webapp/mobile/app/mloanmng/MLOANMNG01010.html

@@ -1,6 +1,6 @@
1 1
 <section id="ITP_MOBILE_MLOANMNG01010">
2 2
 	<div id="ITP_AJAX_MLOANMNG01010_LIST_CONTAINER" style="display: none;" >
3
-		<form id="ITP_FORM_MLOANMNG01010_LIST_SEARCH" class="form-horizontal" onsubmit="return false;">
3
+		<form id="ITP_FORM_MLOANMNG01010_LIST_SEARCH" class="area_full form-horizontal" onsubmit="return false;">
4 4
 		  <input type="hidden" id="ITP_FORM_MLOANMNG01010_LIST_SEARCH_BRAND_ID" name="sbrandId" value="">
5 5
 		  <input type="hidden" id="ITP_FORM_MLOANMNG01010_LIST_SEARCH_STORE_ID" name="sstoreId" value="">
6 6
 		  <div class="content">
@@ -64,10 +64,10 @@
64 64
 					<div class="nomal">
65 65
 					  <label>한도금액</label>
66 66
 					  <span>:</span>
67
-					  <div class="fnLimitAmt"></div>
68
-					  <label>가용한도금액</label>
67
+					  <div class="text_4 fnLimitAmt"></div>
68
+					  <label class="col_6">가용한도금액</label>
69 69
 					  <span>:</span>
70
-					  <div class="col_6 fnPosbLimitAmt"></div>
70
+					  <div class="fnPosbLimitAmt">12,000,000000</div>
71 71
 					</div>
72 72
 				  </div>
73 73
 				  <div class="left">
@@ -93,7 +93,7 @@
93 93
 	  </form>
94 94
 	</div>
95 95
 	<div id="ITP_AJAX_MLOANMNG01010_VIEW_CONTAINER" style="display: none;">
96
-		<form id="ITP_FORM_MLOANMNG01010_VIEW_SEARCH" class="form-horizontal" onsubmit="return false;">
96
+		<form id="ITP_FORM_MLOANMNG01010_VIEW_SEARCH" class="put_btn form-horizontal" onsubmit="return false;">
97 97
 		  <input type="hidden" id="ITP_FORM_MLOANMNG01010_VIEW__SEARCH_BRAND_ID" name="sbrandId" value="">
98 98
 		  <input type="hidden" id="ITP_FORM_MLOANMNG01010_VIEW__SEARCH_STORE_ID" name="sstoreId" value="">
99 99
 		  <div class="content">
@@ -221,7 +221,7 @@
221 221
 			<div id="ITP_LIST_MLOANMNG01010_POP_STORE_AREA" class="popup_scroll">
222 222
 				<ul id="ITP_LIST_MLOANMNG01010_POP_STORE_ROWS" class="mb_0 panel-group itp_nav"></ul>
223 223
 				<div id="ITP_LIST_MLOANMNG01010_POP_STORE_ROWCOPY" style="display: none;">
224
-					<li class="row_2">
224
+					<li class="row_2 item-row">
225 225
 						<div class="scroll_left">
226 226
 							<div class="con_2 fnStoreNm"></div>
227 227
 							<div class="con_2 wichi fnStoreStNm"></div>

+ 1 - 2
src/main/webapp/mobile/app/mloanmng/MLOANMNG01011.html

@@ -1,11 +1,10 @@
1 1
 <section id="ITP_MOBILE_MLOANMNG01011">
2 2
 	<div id="ITP_AJAX_MLOANMNG01011_VIEW_CONTAINER">
3
-		<form id="ITP_FORM_MLOANMNG01011_VIEW_SEARCH" class="form-horizontal" onsubmit="return false;">
3
+		<form id="ITP_FORM_MLOANMNG01011_VIEW_SEARCH" class="put_btn form-horizontal" onsubmit="return false;">
4 4
 		  <input type="hidden" id="ITP_FORM_MLOANMNG01011_VIEW__SEARCH_BRAND_ID" name="sbrandId" value="">
5 5
 		  <input type="hidden" id="ITP_FORM_MLOANMNG01011_VIEW__SEARCH_STORE_ID" name="sstoreId" value="">
6 6
 			<input type="hidden" id="ITP_FORM_MLOANMNG01011_VIEW_SEARCH_LOAN_MGNT_UNQ_NO" name="sloanMgntUnqNo" value="">
7 7
 		  <div class="content">
8
-		  
9 8
 		  	  <div class="content_fix">
10 9
 				  <div class="line">
11 10
 					  <label>매장명</label>

+ 2 - 2
src/main/webapp/mobile/app/mpomng/MPOMNG01010.html

@@ -171,7 +171,7 @@
171 171
             <div id="ITP_LIST_MPOMNG01010_POP_WHS_AREA" class="popup_scroll">
172 172
                 <ul id="ITP_LIST_MPOMNG01010_POP_WHS_ROWS" class="mb_0 itp_nav"></ul>
173 173
                 <div id="ITP_LIST_MPOMNG01010_POP_WHS_ROWCOPY" style="display: none;">
174
-                    <li class="row_2">
174
+                    <li class="row_2 item-row">
175 175
                         <div class="scroll_left">
176 176
                             <div class="con_2 fnWhsNm"></div>
177 177
                             <div class="con_2 wichi fnLocationNm"></div>
@@ -209,7 +209,7 @@
209 209
             <div id="ITP_LIST_MPOMNG01010_POP_ITEM_AREA" class="popup_scroll">
210 210
                 <ul id="ITP_LIST_MPOMNG01010_POP_ITEM_ROWS" class="mb_0 panel-group"></ul>
211 211
                 <div id="ITP_LIST_MPOMNG01010_POP_ITEM_ROWCOPY" style="display: none;">
212
-                     <li class="row_2">
212
+                     <li class="row_2 item-row">
213 213
                         <div class="scroll_left item">
214 214
                             <div class="con_2 fnItemNm"></div>
215 215
                             <div class="mg_0">

+ 2 - 2
src/main/webapp/mobile/app/mpomng/MPOMNG02010.html

@@ -332,7 +332,7 @@
332 332
       <div id="ITP_LIST_MPOMNG02010_POP_WHS_AREA" class="popup_scroll">
333 333
         <ul id="ITP_LIST_MPOMNG02010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
334 334
         <div id="ITP_LIST_MPOMNG02010_POP_WHS_ROWCOPY" style="display: none;">
335
-          <li class="row_2">
335
+          <li class="row_2 item-row">
336 336
              <div class="scroll_left">
337 337
                  <div class="con_2 fnWhsNm"></div>
338 338
                  <div class="con_2 wichi fnLocationNm"></div>
@@ -370,7 +370,7 @@
370 370
       <div id="ITP_LIST_MPOMNG02010_POP_ITEM_AREA" class="popup_scroll">
371 371
         <ul id="ITP_LIST_MPOMNG02010_POP_ITEM_ROWS" class="mb_0 panel-group"></ul>
372 372
         <div id="ITP_LIST_MPOMNG02010_POP_ITEM_ROWCOPY" style="display: none;">
373
-           <li class="row_2">
373
+           <li class="row_2 item-row">
374 374
              <div class="scroll_left">
375 375
                  <div class="con_2 fnItemNm">아이템명</div>
376 376
                  <div class="mg_0">

+ 15 - 15
src/main/webapp/mobile/app/mpomng/MPOMNG04010.html

@@ -1,6 +1,6 @@
1 1
 <section id="ITP_MOBILE_MPOMNG04010">
2 2
 	<div id="ITP_AJAX_MPOMNG04010_LIST_CONTAINER" style="display: none;">
3
-		<form id="ITP_FORM_MPOMNG04010_LIST_SEARCH" class="form-horizontal" onsubmit="return false;">
3
+		<form id="ITP_FORM_MPOMNG04010_LIST_SEARCH" class="area_full form-horizontal" onsubmit="return false;">
4 4
 		  <input type="hidden" id="ITP_FORM_MPOMNG04010_LIST_SEARCH_BRAND_ID" name="sbrandId" value="">
5 5
 		  <input type="hidden" id="ITP_FORM_MPOMNG04010_LIST_SEARCH_STORE_ID" name="sstoreId" value="">
6 6
 		  <input type="hidden" id="ITP_FORM_MPOMNG04010_LIST_SEARCH_IDX" name="sidx" value="0">
@@ -64,18 +64,18 @@
64 64
 		<div id="ITP_LIST_MPOMNG04010_LIST_ITEM_AREA" class="scroll_area row-4">
65 65
 		  <ul id="ITP_LIST_MPOMNG04010_LIST_ITEM_ROWS" class="mb_0 panel-group"></ul>
66 66
 			  <div id="ITP_LIST_MPOMNG04010_LIST_ITEM_ROWCOPY" style="display: none;">
67
-				<li class="list-row2">
67
+				<li class="history_list7 item-row">
68 68
 				  <div class="left">
69 69
 					<div class="nomal">
70
-					  <label class="col_3">발주일자</label>
70
+					  <label class="col_4">발주일자</label>
71 71
 					  <span>:</span>
72
-					  <div class="fnPodrDt"></div>
73
-					  <div class="fnPodrMgrNm">($)</div>
72
+					  <div class="auto fnPodrDt"></div>
73
+					  <div class="fnPodrMgrNm"></div>
74 74
 					</div>
75 75
 				  </div>
76 76
 				  <div class="left">
77 77
 					<div class="nomal">
78
-					  <label class="col_3">발주상태</label>
78
+					  <label class="col_4">발주상태</label>
79 79
 					  <span>:</span>
80 80
 					  <div class="fnPchodrStCd"></div>
81 81
 					  <label>납품장소명</label>
@@ -85,7 +85,7 @@
85 85
 				  </div>
86 86
 				  <div class="left">
87 87
 					<div class="nomal">
88
-					  <label class="col_3">품목수</label>
88
+					  <label class="col_4">품목수</label>
89 89
 					  <span>:</span>
90 90
 					  <div class="fnPodrItemQty"></div>
91 91
 					  <label>금액</label>
@@ -95,7 +95,7 @@
95 95
 				  </div>
96 96
 				  <div class="left">
97 97
 					<div class="nomal">
98
-					  <label class="col_3">공급업체</label>
98
+					  <label class="col_4">공급업체</label>
99 99
 					  <span>:</span>
100 100
 					  <div class="full fnSpplyNm"></div>
101 101
 					</div>
@@ -106,7 +106,7 @@
106 106
 	  </form>
107 107
 	</div>
108 108
 	<div id="ITP_AJAX_MPOMNG04010_VIEW_CONTAINER" style="display: none;">
109
-	   <form id="ITP_FORM_MPOMNG04010_VIEW" class="form-horizontal" onsubmit="return false;">
109
+	   <form id="ITP_FORM_MPOMNG04010_VIEW" class="put_btn form-horizontal" onsubmit="return false;">
110 110
 		<input type="hidden" id="ITP_FORM_MPOMNG04010_VIEW_VIEW_CD" name="viewCd" value="C">
111 111
 		  <div class="content">
112 112
 			  <div class="content_fix">
@@ -151,17 +151,17 @@
151 151
 		<div id="ITP_LIST_MPOMNG04010_VIEW_ITEM_AREA" class="scroll_area row-4-1">
152 152
 		  <ul id="ITP_LIST_MPOMNG04010_VIEW_ITEM_ROWS" class="mb_0 panel-group"></ul>
153 153
 			  <div id="ITP_LIST_MPOMNG04010_VIEW_ITEM_ROWCOPY" style="display: none;">
154
-				<li class="history_list8 item-row">
154
+				<li class="history_list10 item-row">
155 155
 				  <div class="left">
156 156
 					<div class="nomal">
157
-					  <label class="col_1">품목명</label>
157
+					  <label class="col_3">품목명</label>
158 158
 					  <span>:</span>
159 159
 					  <div class="full fnItemNm"></div>
160 160
 					</div>
161 161
 				  </div>
162 162
 				  <div class="left">
163 163
 					<div class="nomal">
164
-					  <label class="col_1">수량</label>
164
+					  <label class="col_3">수량</label>
165 165
 					  <span>:</span>
166 166
 					  <div class="fnPodrQty"></div>
167 167
 					  <label class="sub_info">금액</label>
@@ -171,7 +171,7 @@
171 171
 				  </div>
172 172
 				  <div class="left">
173 173
 					<div class="nomal">
174
-					  <label class="col_1">구매가 </label>
174
+					  <label class="col_3">구매가 </label>
175 175
 					  <span>:</span>
176 176
 					  <div class="full fnPodrAmt"></div>
177 177
 					</div>
@@ -209,7 +209,7 @@
209 209
 			<div id="ITP_POP_MPOMNG04010_SPPLY_LIST_AREA" class="popup_scroll">
210 210
 				<ul id="ITP_POP_MPOMNG04010_SPPLY_LIST_ROWS" class="mb_0 panel-group itp_nav"></ul>
211 211
 				<div id="ITP_POP_MPOMNG04010_SPPLY_LIST_ROWCOPY" style="display: none;">
212
-					<li class="row_2">
212
+					<li class="row_2 item-row">
213 213
 						<div class="scroll_left">
214 214
 							<div class="con_2 fnSpplyNm">공급업체 명A</div>
215 215
 							<div class="con_2 wichi fnStNm">($)</div>
@@ -246,7 +246,7 @@
246 246
 			<div id="ITP_LIST_MPOMNG04010_POP_WHS_AREA" class="popup_scroll">
247 247
 				<ul id="ITP_LIST_MPOMNG04010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
248 248
 				<div id="ITP_LIST_MPOMNG04010_POP_WHS_ROWCOPY" style="display: none;">
249
-					<li class="row_2">
249
+					<li class="row_2 item-row">
250 250
 						<div class="scroll_left">
251 251
 							<div class="con_2 fnWhsNm"></div>
252 252
 							<div class="con_2 wichi fnLocationNm"></div>

+ 5 - 5
src/main/webapp/mobile/app/mpomng/MPOMNG05010.html

@@ -1,6 +1,6 @@
1 1
 <section id="ITP_MOBILE_MPOMNG05010">
2 2
 	<div id="ITP_AJAX_MPOMNG05010_LIST_CONTAINER" >
3
-		<form id="ITP_FORM_MPOMNG05010_LIST_SEARCH" class="form-horizontal" onsubmit="return false;">
3
+		<form id="ITP_FORM_MPOMNG05010_LIST_SEARCH" class="area_full form-horizontal" onsubmit="return false;">
4 4
 			<input type="hidden" id="ITP_FORM_MPOMNG0500_LIST_SEARCH_BRAND_ID" name="sbrandId" value="">
5 5
 			<input type="hidden" id="ITP_FORM_MPOMNG05010_LIST_SEARCH_STORE_ID" name="sstoreId" value="">
6 6
 			<input type="hidden" id="ITP_FORM_MPOMNG05010_LIST_SEARCH_IDX" name="sidx" value="0">
@@ -76,7 +76,7 @@
76 76
 			<div id="ITP_LIST_MPOMNG05010_LIST_ITEM_AREA" class="scroll_area row-5">
77 77
 				<ul id="ITP_LIST_MPOMNG05010_LIST_ITEM_ROWS" class="mb_0 panel-group"></ul>
78 78
 				<div id="ITP_LIST_MPOMNG05010_LIST_ITEM_ROWCOPY" style="display: none;">
79
-					<li class="history_list2">
79
+					<li class="history_list4 item-row">
80 80
 						<div class="left">
81 81
 							<div class="nomal">
82 82
 								<label>납품번호 </label>
@@ -86,7 +86,7 @@
86 86
 						</div>
87 87
 						<div class="left">
88 88
 							<div class="nomal">
89
-								<label class="col_3">납품예정일</label>
89
+								<label class="">납품예정일</label>
90 90
 								<span>:</span>
91 91
 								<div class="fnDlvReqDt history_info"></div>
92 92
 								<label class="fn sub_info">납품일자</label>
@@ -151,7 +151,7 @@
151 151
 			<div id="ITP_POP_MPOMNG05010_LIST_SPPLY_AREA" class="popup_scroll">
152 152
 				<ul id="ITP_POP_MPOMNG05010_LIST_SPPLY_ROWS" class="mb_0 panel-group itp_nav"></ul>
153 153
 				<div id="ITP_POP_MPOMNG05010_LIST_SPPLY_ROWCOPY" style="display: none;">
154
-					<li class="row_2">
154
+					<li class="row_2 item-row">
155 155
 						<div class="scroll_left">
156 156
 							<div class="con_2 fnSpplyNm">공급업체 명A</div>
157 157
 							<div class="con_2 wichi fnStNm">($)</div>
@@ -188,7 +188,7 @@
188 188
 			<div id="ITP_LIST_MPOMNG05010_POP_WHS_AREA" class="popup_scroll">
189 189
 				<ul id="ITP_LIST_MPOMNG05010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
190 190
 				<div id="ITP_LIST_MPOMNG05010_POP_WHS_ROWCOPY" style="display: none;">
191
-					<li class="row_2">
191
+					<li class="row_2 item-row">
192 192
 						<div class="scroll_left">
193 193
 							<div class="con_2 fnWhsNm"></div>
194 194
 							<div class="con_2 wichi fnLocationNm"></div>

+ 15 - 17
src/main/webapp/mobile/app/mpomng/MPOMNG06010.html

@@ -1,6 +1,6 @@
1 1
 <section id="ITP_MOBILE_MPOMNG06010">
2 2
 	<div id="ITP_AJAX_MPOMNG06010_LIST_CONTAINER" >
3
-		<form id="ITP_FORM_MPOMNG06010_LIST_SEARCH" class="form-horizontal" onsubmit="return false;">
3
+		<form id="ITP_FORM_MPOMNG06010_LIST_SEARCH" class="put_btn form-horizontal" onsubmit="return false;">
4 4
 			<input type="hidden" id="ITP_FORM_MPOMNG02010_LIST_SEARCH_BRAND_ID" name="sbrandId" value="">
5 5
 			<input type="hidden" id="ITP_FORM_MPOMNG02010_LIST_SEARCH_STORE_ID" name="sstoreId" value="">
6 6
 			<input type="hidden" id="ITP_FORM_MPOMNG02010_LIST_SEARCH_IDX" name="sidx" value="0">
@@ -65,52 +65,50 @@
65 65
 					</div>
66 66
 				</div>
67 67
 			</div>
68
-		</form>
69
-		<form id="ITP_FORM_MPOMNG06010_LIST_MODIFY" class="form-horizontal" onsubmit="return false;">
70 68
 			<div id="ITP_LIST_MPOMNG06010_LIST_ITEM_AREA" class="scroll_area row-6">
71 69
 				<ul id="ITP_LIST_MPOMNG06010_LIST_ITEM_ROWS" class="mb_0 panel-group"></ul>
72 70
 				<div id="ITP_LIST_MPOMNG06010_LIST_ITEM_ROWCOPY" style="display: none;">
73
-					<li class="history_list2 item-row">
71
+					<li class="history_list4 item-row">
74 72
 						<div class="left">
75 73
 							<div class="nomal">
76
-								<label class="col_3">품목명</label>
74
+								<label class="">품목명</label>
77 75
 								<span>:</span>
78 76
 								<div class="full fnItemNm"></div>
79 77
 							</div>
80 78
 						</div>
81 79
 						<div class="left">
82 80
 							<div class="nomal">
83
-								<label class="col_3">납품장소</label>
81
+								<label class="">납품장소</label>
84 82
 								<span>:</span>
85 83
 								<div class="full fnWhsNm"></div>
86 84
 							</div>
87 85
 						</div>
88 86
 						<div class="left">
89 87
 							<div class="nomal">
90
-								<label class="col_3">납품요청일</label>
88
+								<label class="">납품요청일</label>
91 89
 								<span>:</span>
92 90
 								<div class="col_75 fnDlvReqDt"></div>
93
-								<label class="col_3">납품예정일</label>
91
+								<label class="">납품예정일</label>
94 92
 								<span>:</span>
95 93
 								<div class="fnDlvSchDt"></div>
96 94
 							</div>
97 95
 						</div>
98 96
 						<div class="left">
99 97
 							<div class="nomal">
100
-								<label class="col_3">납품단가</label>
98
+								<label class="">납품단가</label>
101 99
 								<span>:</span>
102
-								<div class="col_8 fnUnitAmt"></div>
103
-								<label class="col_3">납품금액</label>
100
+								<div class=" fnUnitAmt"></div>
101
+								<label class="">납품금액</label>
104 102
 								<span>:</span>
105
-								<div class="col_10 fnWhsAmt"></div>
103
+								<div class=" fnWhsAmt"></div>
106 104
 							</div>
107 105
 						</div>
108 106
 						<div class="left">
109 107
 							<div class="nomal">
110
-								<label class="col_3">납품수량</label>
108
+								<label class="">납품수량</label>
111 109
 								<span>:</span>
112
-								<div class="col_8 fnDlvQty"></div>
113
-								<label class="col_3">입고수량</label>
110
+								<div class=" fnDlvQty"></div>
111
+								<label class="">입고수량</label>
114 112
 								<span>:</span>
115 113
 								<input id="ITP_FORM_MPOMNG06010_LIST_WHS_QTY" class="fnWhsQty" name="whsQty" type="text" placeholder="">
116 114
 							</div>
@@ -149,7 +147,7 @@
149 147
 			<div id="ITP_POP_MPOMNG06010_LIST_SPPLY_AREA" class="popup_scroll">
150 148
 				<ul id="ITP_POP_MPOMNG06010_LIST_SPPLY_ROWS" class="mb_0 panel-group itp_nav"></ul>
151 149
 				<div id="ITP_POP_MPOMNG06010_LIST_SPPLY_ROWCOPY" style="display: none;;">
152
-					<li class="row_2">
150
+					<li class="row_2 item-row">
153 151
 						<div class="scroll_left">
154 152
 							<div class="con_2 fnSpplyNm">공급업체 명A</div>
155 153
 							<div class="con_2 wichi fnStNm">($)</div>
@@ -186,7 +184,7 @@
186 184
 			<div id="ITP_LIST_MPOMNG06010_POP_WHS_AREA" class="popup_scroll">
187 185
 				<ul id="ITP_LIST_MPOMNG06010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
188 186
 				<div id="ITP_LIST_MPOMNG06010_POP_WHS_ROWCOPY" style="display: none;">
189
-					<li class="row_2">
187
+					<li class="row_2 item-row">
190 188
 						<div class="scroll_left">
191 189
 						  <div class="con_2 fnWhsNm"></div>
192 190
 						  <div class="con_2 wichi fnLocationNm"></div>

+ 15 - 15
src/main/webapp/mobile/app/mpomng/MPOMNG07010.html

@@ -1,6 +1,6 @@
1 1
 <section id="ITP_MOBILE_MPOMNG07010">
2 2
 	<div id="ITP_AJAX_MPOMNG07010_LIST_CONTAINER" >
3
-		<form id="ITP_FORM_MPOMNG07010_LIST_SEARCH" class="form-horizontal" onsubmit="return false;">
3
+		<form id="ITP_FORM_MPOMNG07010_LIST_SEARCH" class="area_full form-horizontal" onsubmit="return false;">
4 4
 			<input type="hidden" id="ITP_FORM_MPOMNG07010_LIST_SEARCH_BRAND_ID" name="sbrandId" value="">
5 5
 			<input type="hidden" id="ITP_FORM_MPOMNG07010_LIST_SEARCH_STORE_ID" name="sstoreId" value="">
6 6
 			<input type="hidden" id="ITP_FORM_MPOMNG07010_LIST_SEARCH_IDX" name="sidx" value="0">
@@ -68,17 +68,17 @@
68 68
       <div id="ITP_LIST_MPOMNG07010_LIST_ITEM_AREA" class="scroll_area row-6">
69 69
         <ul id="ITP_LIST_MPOMNG07010_LIST_ITEM_ROWS" class="mb_0 panel-group"></ul>
70 70
         	<div id="ITP_LIST_MPOMNG07010_LIST_ITEM_ROWCOPY" style="display: none;">
71
-		      <li class="history_list2 item-row">
71
+		      <li class="history_list4 item-row">
72 72
 				<div class="left">
73 73
 					<div class="nomal">
74
-						<label class="col_3">품목명</label>
74
+						<label class="">품목명</label>
75 75
 						<span>:</span>
76 76
 						<div class="full fnItemNm"></div>
77 77
 					</div>
78 78
 				</div>
79 79
 				<div class="left">
80 80
 					<div class="nomal">
81
-						<label class="col_3">납품자명</label>
81
+						<label class="">납품자명</label>
82 82
 						<span>:</span>
83 83
 						<div class="fnDlvMgrNm"></div>
84 84
 						<label class="col_3">입고확인자</label>
@@ -88,7 +88,7 @@
88 88
 				</div>
89 89
 				<div class="left">
90 90
 					<div class="nomal">
91
-						<label class="col_3">납품요청일</label>
91
+						<label class="">납품요청일</label>
92 92
 						<span>:</span>
93 93
 						<div class="col_75 fnDlvReqDt"></div>
94 94
 						<label class="col_3">납품완료일</label>
@@ -98,22 +98,22 @@
98 98
 				</div>
99 99
 				<div class="left">
100 100
 					<div class="nomal">
101
-						<label class="col_3">발주수량</label>
101
+						<label class="">발주수량</label>
102 102
 						<span>:</span>
103
-						<div class="col_8 fnPodrQty"></div>
104
-						<label class="col_3">입고금액</label>
103
+						<div class=" fnPodrQty"></div>
104
+						<label class="">입고금액</label>
105 105
 						<span>:</span>
106
-						<div class="col_10 fnWhsAmt"></div>
106
+						<div class=" fnWhsAmt"></div>
107 107
 					</div>
108 108
 				</div>
109 109
 				<div class="left">
110 110
 					<div class="nomal">
111
-						<label class="col_3">납품수량</label>
111
+						<label class="">납품수량</label>
112 112
 						<span>:</span>
113
-						<div class="col_8 fnDlvQty"></div>
114
-						<label class="col_3">입고수량</label>
113
+						<div class=" fnDlvQty"></div>
114
+						<label class="">입고수량</label>
115 115
 						<span>:</span>
116
-						<div class="col_10 fnWhsQty"></div>
116
+						<div class=" fnWhsQty"></div>
117 117
 					</div>
118 118
 				</div>
119 119
 			</li>
@@ -146,7 +146,7 @@
146 146
 			<div id="ITP_POP_MPOMNG07010_LIST_SPPLY_AREA" class="popup_scroll">
147 147
 				<ul id="ITP_POP_MPOMNG07010_LIST_SPPLY_ROWS" class="mb_0 panel-group itp_nav"></ul>
148 148
 				<div id="ITP_POP_MPOMNG07010_LIST_SPPLY_ROWCOPY" style="display: none;">
149
-					<li class="row_2">
149
+					<li class="row_2 item-row">
150 150
 						<div class="scroll_left">
151 151
 							<div class="con_2 fnSpplyNm">공급업체 명A</div>
152 152
 							<div class="con_2 wichi fnStNm">($)</div>
@@ -183,7 +183,7 @@
183 183
 			<div id="ITP_LIST_MPOMNG07010_POP_WHS_AREA" class="popup_scroll">
184 184
 				<ul id="ITP_LIST_MPOMNG07010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
185 185
 				<div id="ITP_LIST_MPOMNG07010_POP_WHS_ROWCOPY" style="display: none;">
186
-					<li class="row_2">
186
+					<li class="row_2 item-row">
187 187
 						<div class="scroll_left">
188 188
 							<div class="con_2 fnWhsNm"></div>
189 189
 							<div class="con_2 wichi fnLocationNm"></div>

+ 6 - 6
src/main/webapp/mobile/app/mrtnmng/MRTNMNG01010.html

@@ -1,6 +1,6 @@
1 1
 <section id="ITP_MOBILE_MRTNMNG01010">
2 2
 	<div id="ITP_AJAX_MRTNMNG01010_DETAIL_CONTAINER">
3
-		<form id="ITP_FORM_MRTNMNG01010_DETAIL" class="form-horizontal" onsubmit="return false;">
3
+		<form id="ITP_FORM_MRTNMNG01010_DETAIL" class="put_btn form-horizontal" onsubmit="return false;">
4 4
 			<input type="hidden" id="ITP_FORM_MRTNMNG01010_DETAIL_VIEW_CD" name="viewCd" value="C">
5 5
 			<input type="hidden" id="ITP_FORM_MRTNMNG01010_DETAIL_BRAND_ID" name="brandId" value="">
6 6
 			<input type="hidden" id="ITP_FORM_MRTNMNG01010_DETAIL_STORE_ID" name="storeId" value="">
@@ -47,7 +47,7 @@
47 47
 			<div id="ITP_LIST_MRTNMNG01010_ITEM_AREA" class="scroll_area row-7">
48 48
 				<ul id="ITP_LIST_MRTNMNG01010_DETAIL_ROWS" class="mb_0 panel-group"></ul>
49 49
 				<div id="ITP_LIST_MRTNMNG01010_DETAIL_ROWCOPY" style="display: none;"><!-- style="display: grid;" -->
50
-					<li class="list-row">
50
+					<li class="list-row item-row">
51 51
 						<div class="left_info">
52 52
 			              <div class="check_box">
53 53
 			                <input type="checkbox" name="brandUnitUnqNo" class="fnBrandUnitUnqNo" />
@@ -63,7 +63,7 @@
63 63
 			                <div class="itp_amt fnUnitAmt"></div>
64 64
 			              </div>
65 65
 			            </div>
66
-						<div class="right">
66
+						<div class="right" style="width:125px;">
67 67
 							<button id="ITP_BTN_MRTNMNG01010_DETAIL_MINUS" class="DETAIL_ITEM_MINUS">-</button>
68 68
 							<div class="num fnPchReqQty">1</div>
69 69
 							<button id="ITP_BTN_MRTNMNG01010_DETAIL_PLUS" class="DETAIL_ITEM_PLUS">+</button>
@@ -136,7 +136,7 @@
136 136
 			<div id="ITP_LIST_MRTNMNG01010_POP_WHS_AREA" class="popup_scroll">
137 137
 				<ul id="ITP_LIST_MRTNMNG01010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
138 138
 				<div id="ITP_LIST_MRTNMNG01010_POP_WHS_ROWCOPY" style="display: none;">
139
-					<li class="row_2">
139
+					<li class="row_2 item-row">
140 140
 						<div class="scroll_left">
141 141
 							<div class="con_2 fnWhsNm">브랜드 창고 명A</div>
142 142
 							<div class="con_2 wichi fnLocationNm">(상세위치내용)</div>
@@ -173,8 +173,8 @@
173 173
 			</form>
174 174
 			<div id="ITP_LIST_MRTNMNG01010_POP_ITEM_AREA" class="popup_scroll">
175 175
 				<ul id="ITP_LIST_MRTNMNG01010_POP_ITEM_ROWS" class="mb_0 panel-group"></ul>
176
-				<div id="ITP_LIST_MRTNMNG01010_POP_ITEM_ROWCOPY" style="display: none;">
177
-					<li class="row_2">
176
+				<div id="ITP_LIST_MRTNMNG01010_POP_ITEM_ROWCOPY" style="display: block;">
177
+					<li class="row_2 item-row">
178 178
 						 <div class="scroll_left item">
179 179
                             <div class="fnItemNm">품목명</div>
180 180
                             <div class="mg_0">

+ 78 - 83
src/main/webapp/mobile/app/mrtnmng/MRTNMNG02010.html

@@ -1,8 +1,8 @@
1 1
 <section id="ITP_MOBILE_MRTNMNG02010">
2 2
 	<div id="ITP_AJAX_MRTNMNG02010_LIST_CONTAINER" style="display: none;">
3
-		<div class="content">
4
-			<div class="content_fix">
5
-				<form id="ITP_FORM_MRTNMNG02010_LIST_SEARCH" class="form-horizontal" onsubmit="return false;">
3
+		<form id="ITP_FORM_MRTNMNG02010_LIST_SEARCH" class="area_full form-horizontal" onsubmit="return false;">
4
+			<div class="content">
5
+				<div class="content_fix">
6 6
 					<input type="hidden" id="ITP_FORM_MRTNMNG02010_LIST_SEARCH_BRAND_ID" name="sbrandId" value="">
7 7
 					<input type="hidden" id="ITP_FORM_MRTNMNG02010_LIST_SEARCH_STORE_ID" name="sstoreId" value="">
8 8
 					<div class="line header">
@@ -45,38 +45,28 @@
45 45
 					<div class="table_header">
46 46
 						<h1><반품 요청 내역></h1>
47 47
 					</div>
48
-				</form>
49 48
 			</div>
50 49
 		</div>
51 50
 		<div id="ITP_LIST_MRTNMNG02010_LIST_AREA" class="scroll_area row-8">
52 51
 			<ul id="ITP_LIST_MRTNMNG02010_LIST_ROWS" class="mb_0 panel-group"></ul>
53 52
 			<div id="ITP_LIST_MRTNMNG02010_LIST_ROWCOPY" style="display: none;">
54
-				<li class="history_list5">
55
-					<!--<div class="left">
56
-						<div class="nomal">
57
-							<label class="col_1">반품요청번호</label>
58
-							<span>:</span>
59
-							<div class="history">
60
-								<div class="fnRtnReqUnqNo"></div>
61
-							</div>
62
-						</div>
63
-					</div>-->
53
+				<li class="history_list5 item-row">
64 54
 					<div class="left">
65 55
 						<div class="nomal">
66
-							<label class="col_1">요청일 </label>
56
+							<label class="col_3">요청일 </label>
67 57
 							<span>:</span>
68 58
 							<div class="fnRtnReqDt"></div>
69
-							<label class="col_1">상태</label>
59
+							<label class="col_3">상태</label>
70 60
 							<span>:</span>
71 61
 							<div class="fnRtnReqStNm"></div>
72 62
 						</div>
73 63
 					</div>
74 64
 					<div class="left">
75 65
 						<div class="nomal">
76
-							<label class="col_1">금액</label>
66
+							<label class="col_3">금액</label>
77 67
 							<span>:</span>
78 68
 							<div class="fnRtnReqAmt"></div>
79
-							<label class="col_1">품목수 </label>
69
+							<label class="col_3">품목수 </label>
80 70
 							<span>:</span>
81 71
 							<div class="fnRtnReqItemQty"></div>
82 72
 						</div>
@@ -84,82 +74,87 @@
84 74
 				</li>
85 75
 			</div>
86 76
 		</div>
77
+	  </form>
87 78
 	</div>
88 79
 	<div id="ITP_AJAX_MRTNMNG02010_DETAIL_CONTAINER" style="display: none;">
89
-		<div class="content">
90
-			<div class="content_fix">
91
-				<div class="line header">
92
-					<div class="itp_search_header"><img src="../img/right_arrow_pink.png" alt="">반품요청현황</div>
93
-				</div>
94
-				<div class="line">
95
-					<label>반품요청일</label>
96
-					<div class="line_right">
97
-						<div class="fnRtnReqDt"></div>
98
-					</div>
99
-				</div>
100
-				<div class="line">
101
-					<label>반품요청금액</label>
102
-					<div class="line_right">
103
-						<div class="fnRtnReqAmt"></div>
80
+		<form id="ITP_FORM_MRTNMNG02010_DETAIL_SEARCH" class="put_btn form-horizontal" onsubmit="return false;">
81
+			<div class="content">
82
+				<div class="content_fix">
83
+					<div class="line header">
84
+						<div class="itp_search_header"><img src="../img/right_arrow_pink.png" alt="">반품요청현황</div>
104 85
 					</div>
105
-				</div>
106
-				<div class="line">
107
-					<label>반품장소</label>
108
-					<div class="line_right">
109
-						<div class="fnRtnWhsNm"></div>
86
+					<div class="line">
87
+						<label>반품요청일</label>
88
+						<div class="line_right">
89
+							<div class="fnRtnReqDt"></div>
90
+						</div>
110 91
 					</div>
111
-				</div>
112
-				<div class="line">
113
-					<label>반려일자</label>
114
-					<div class="line_right">
115
-						<div class="fnRjctDt"></div>
92
+					<div class="line">
93
+						<label>반품요청금액</label>
94
+						<div class="line_right">
95
+							<div class="fnRtnReqAmt"></div>
96
+						</div>
116 97
 					</div>
117
-				</div>
118
-				<div class="line">
119
-					<label>반려담당자</label>
120
-					<div class="line_right">
121
-						<div class="fnRjctMgrNm"></div>
98
+					<div class="line">
99
+						<label>반품장소</label>
100
+						<div class="line_right">
101
+							<div class="fnRtnWhsNm"></div>
102
+						</div>
122 103
 					</div>
123
-				</div>
124
-				<div class="line">
125
-					<label>반려사유</label>
126
-					<div class="line_right">
127
-						<div class="fnRjctRsn"></div>
104
+					<div class="line">
105
+						<label>반려일자</label>
106
+						<div class="line_right">
107
+							<div class="fnRjctDt"></div>
108
+						</div>
128 109
 					</div>
129
-				</div>
130
-				<div class="table_header">
131
-					<h1><반품 품목></h1>
132
-				</div>
133
-			</div>
134
-		</div>
135
-		<div id="ITP_LIST_MRTNMNG02010_DETAIL_AREA" class="scroll_area row-7">
136
-			<ul id="ITP_LIST_MRTNMNG02010_DETAIL_ROWS" class="mb_0 panel-group"></ul>
137
-			<div id="ITP_LIST_MRTNMNG02010_DETAIL_ROWCOPY" style="display: none;"><!-- style="display: grid;" -->
138
-				<li class="item-row">
139
-					<div class="left_info">
140
-						<div class="thick">
141
-							<label>품목명</label>
142
-							<span>:</span>
143
-							<div class="itp_item fnItemNm"></div>
110
+					<div class="line">
111
+						<label>반려담당자</label>
112
+						<div class="line_right">
113
+							<div class="fnRjctMgrNm"></div>
144 114
 						</div>
145
-						<div class="thick">
146
-							<label>구매가</label>
147
-							<span>:</span>
148
-							<div class="itp_amt fnRtnAmt"></div>
115
+					</div>
116
+					<div class="line">
117
+						<label>반려사유</label>
118
+						<div class="line_right">
119
+							<div class="fnRjctRsn"></div>
149 120
 						</div>
150 121
 					</div>
151
-					<div class="right">
152
-						<div class="fnnum fnRtnQty">1</div>
122
+					<div class="table_header">
123
+						<h1><반품 품목></h1>
153 124
 					</div>
154
-				</li>
125
+				</div>
155 126
 			</div>
156
-		</div>
157
-		<div class="button_bar">
158
-			<button id="ITP_BTN_MRTNMNG02010_DETAIL_CANCEL_LIST" class="col_12 btn-gray CLB">취소</button>
159
-		</div>
127
+			<div id="ITP_LIST_MRTNMNG02010_DETAIL_AREA" class="scroll_area row-7">
128
+				<ul id="ITP_LIST_MRTNMNG02010_DETAIL_ROWS" class="mb_0 panel-group"></ul>
129
+				<div id="ITP_LIST_MRTNMNG02010_DETAIL_ROWCOPY" style="display: none;"><!-- style="display: grid;" -->
130
+					<li class="history_list5 item-row">
131
+			          <div class="left">
132
+			            <div class="nomal">
133
+			              	<label class="col_3">품목명</label>
134
+			                <span>:</span>
135
+			                <div class="full fnItemNm"></div>
136
+			              </div>
137
+			           </div>   
138
+			           <div class="left">
139
+			            <div class="nomal">
140
+			              	<label class="col_3">요청수량</label>
141
+			                <span>:</span>
142
+			                <div class="fnPchReqQty"></div>
143
+			                <label class="col_3">요청금액</label>
144
+			                <span>:</span>
145
+			                <div class="col_10 fnPchReqAmt"></div>
146
+			              </div>
147
+			           </div>   
148
+			        </li>
149
+				</div>
150
+			</div>
151
+			<div class="button_bar">
152
+				<button id="ITP_BTN_MRTNMNG02010_DETAIL_CANCEL_LIST" class="col_12 btn-gray CLB">취소</button>
153
+			</div>
154
+		</form>
160 155
 	</div>
161 156
 	<div id="ITP_AJAX_MRTNMNG02010_MODIFY_CONTAINER" style="display: none;">
162
-		<form id="ITP_FORM_MRTNMNG02010_MODIFY" class="form-horizontal" onsubmit="return false;">
157
+		<form id="ITP_FORM_MRTNMNG02010_MODIFY" class="put_btn form-horizontal" onsubmit="return false;">
163 158
 			<input type="hidden" id="ITP_FORM_MRTNMNG02010_MODIFY_VIEW_CD" name="viewCd" value="U">
164 159
 			<input type="hidden" id="ITP_FORM_MRTNMNG02010_MODIFY_BRAND_ID" name="brandId" value="">
165 160
 			<input type="hidden" id="ITP_FORM_MRTNMNG02010_MODIFY_STORE_ID" name="storeId" value="">
@@ -209,7 +204,7 @@
209 204
 				<ul id="ITP_LIST_MRTNMNG02010_MODIFY_ROWS" class="mb_0 panel-group"></ul>
210 205
 				<div id="ITP_LIST_MRTNMNG02010_MODIFY_ROWCOPY" style="display: none;"><!-- style="display: gird;" -->
211 206
 					<li class="item-row">
212
-						<div class="left_info">
207
+						<div class="left_info item">
213 208
 							<div class="check_box"><!-- class 변경 -->
214 209
 								<input type="checkbox" name="brandUnitUnqNo" class="fnBrandUnitUnqNo" />
215 210
 							</div>
@@ -296,7 +291,7 @@
296 291
 			<div id="ITP_LIST_MRTNMNG02010_POP_WHS_AREA" class="popup_scroll">
297 292
 				<ul id="ITP_LIST_MRTNMNG02010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
298 293
 				<div id="ITP_LIST_MRTNMNG02010_POP_WHS_ROWCOPY" style="display: none;">
299
-					<li class="row_2">
294
+					<li class="row_2 item_row">
300 295
 						<div class="scroll_left">
301 296
 							<div class="fnWhsNm">브랜드 창고 명A</div>
302 297
 							<div class="wichi fnLocationNm">(상세위치내용)</div>
@@ -334,7 +329,7 @@
334 329
 			<div id="ITP_LIST_MRTNMNG02010_POP_ITEM_AREA" class="popup_scroll">
335 330
 				<ul id="ITP_LIST_MRTNMNG02010_POP_ITEM_ROWS" class="mb_0 panel-group"></ul>
336 331
 				<div id="ITP_LIST_MRTNMNG02010_POP_ITEM_ROWCOPY" style="display: none;">
337
-					<li class="row_2">
332
+					<li class="row_2 item-row">
338 333
 						<div class="scroll_left">
339 334
 							<div class="fnItemNm"></div>
340 335
 							<div class="mg_0">

+ 30 - 31
src/main/webapp/mobile/app/mrtnmng/MRTNMNG04010.html

@@ -1,6 +1,6 @@
1 1
 <section id="ITP_MOBILE_MRTNMNG04010">
2 2
 	<div id="ITP_AJAX_MRTNMNG04010_LIST_CONTAINER" style="display: none;">
3
-		<form id="ITP_FORM_MRTNMNG04010_LIST_SEARCH" class="form-horizontal" onsubmit="return false;">
3
+		<form id="ITP_FORM_MRTNMNG04010_LIST_SEARCH" class="area_full form-horizontal" onsubmit="return false;">
4 4
 			<input type="hidden" id="ITP_FORM_MPOMNG02010_LIST_SEARCH_BRAND_ID" name="sbrandId" value="">
5 5
 			<input type="hidden" id="ITP_FORM_MPOMNG02010_LIST_SEARCH_STORE_ID" name="sstoreId" value="">
6 6
 			<div class="content">
@@ -63,37 +63,37 @@
63 63
 			<div id="ITP_LIST_MRTNMNG04010_LIST_ITEM_AREA" class="scroll_area row-9">
64 64
 				<ul id="ITP_LIST_MRTNMNG04010_LIST_ITEM_ROWS" class="mb_0 panel-group"></ul>
65 65
 				<div id="ITP_LIST_MRTNMNG04010_LIST_ITEM_ROWCOPY" style="display: none;">
66
-					<li class="history_list7">
66
+					<li class="history_list7 item-row">
67 67
 						<div class="left">
68 68
 							<div class="nomal">
69
-								<label class="col_1">반품발주일자</label>
69
+								<label class="col_6">반품발주일자</label>
70 70
 								<span>:</span>
71
-								<div class="fnRtnOdrRegDt">2022.10.10</div>
72
-								<div class="col_0 fnColDvsnNm">(홍길동)</div>
71
+								<div class="auto fnRtnOdrRegDt">2022.10.10</div>
72
+								<div class="fnColDvsnNm">(홍길동)</div>
73 73
 							</div>
74 74
 						</div>
75 75
 						<div class="left">
76 76
 							<div class="nomal">
77
-								<label>반품발주상태</label>
77
+								<label class="col_6">반품발주상태</label>
78 78
 								<span>:</span>
79 79
 								<div class="col_6 fnRtnOdrStNm">발주가능</div>
80 80
 								<label>납품장소명</label>
81
-								<span class="mg0">:</span>
81
+								<span>:</span>
82 82
 								<div class="fnWhsNm">테스트 브랜드 창고명 ㅁㅇㄴㄻㄴ</div>
83 83
 							</div>
84 84
 						</div>
85 85
 						<div class="left">
86 86
 							<div class="nomal">
87
-								<label>반품발주정보</label>
87
+								<label class="col_6">반품발주정보</label>
88 88
 								<span>:</span>
89
-								<div class="col_0 fnRtnDodrItemQty">품목수</div>
89
+								<div class="auto fnRtnDodrItemQty">품목수</div>
90 90
 								<span>-</span>
91 91
 								<div class="fnRtnDodrTotalAmt">ㅁㄴㅇㄻㄴㅇㄻㄴㅇㄹ</div>
92 92
 							</div>
93 93
 						</div>
94 94
 						<div class="left">
95 95
 							<div class="nomal">
96
-								<label>반품입고장소</label>
96
+								<label class="col_6">반품입고장소</label>
97 97
 								<span>:</span>
98 98
 								<div class="full fnRtnWhsNm">ㅌ테스트 브랜드 확인</div>
99 99
 							</div>
@@ -104,7 +104,7 @@
104 104
 		</form>
105 105
 	</div>
106 106
 	<div id="ITP_AJAX_MRTNMNG04010_VIEW_CONTAINER" style="display: none;">
107
-		<form id="ITP_FORM_MRTNMNG04010_VIEW" class="form-horizontal" onsubmit="return false;">
107
+		<form id="ITP_FORM_MRTNMNG04010_VIEW" class="put_btn form-horizontal" onsubmit="return false;">
108 108
 			<input type="hidden" id="ITP_FORM_MRTNMNG04010_VIEW_VIEW_CD" name="viewCd" value="C">
109 109
 			<div class="content">
110 110
 				<div class="content_fix">
@@ -114,25 +114,25 @@
114 114
 					<div class="line">
115 115
 						<label>반품발주일자</label>
116 116
 						<div class="line_right">
117
-							<div class="fnRtnOdrRegDt">2022.10.10</div>
117
+							<div class="fnRtnOdrRegDt"></div>
118 118
 						</div>
119 119
 					</div>
120 120
 					<div class="line">
121 121
 						<label>반품발주금액</label>
122 122
 						<div class="line_right">
123
-							<div class="fnRtnDodrTotalAmt">1,000,000</div>
123
+							<div class="fnRtnDodrTotalAmt"></div>
124 124
 						</div>
125 125
 					</div>
126 126
 					<div class="line">
127 127
 						<label>반품장소</label>
128 128
 						<div class="line_right">
129
-							<div class="fnRtnWhsNm">ㅁㄴㅇㄹㄴㄻㄴㄻㄹㅇㄴㄻㄴㅇㄻ</div>
129
+							<div class="fnRtnWhsNm"></div>
130 130
 						</div>
131 131
 					</div>
132 132
 					<div class="line">
133 133
 						<label>반품입고장소</label>
134 134
 						<div class="line_right">
135
-							<div class="fnWhsNm">ㄴㅇㄻㄴㅇㄻㄴㄹㄴㅇㄴㄻㄴㅁ</div>
135
+							<div class="fnWhsNm"></div>
136 136
 						</div>
137 137
 					</div>
138 138
 					<div class="table_header">
@@ -143,50 +143,49 @@
143 143
 			<div id="ITP_LIST_MRTNMNG04010_VIEW_ITEM_AREA" class="scroll_area row-3">
144 144
 				<ul id="ITP_LIST_MRTNMNG04010_VIEW_ITEM_ROWS" class="mb_0 panel-group"></ul>
145 145
 				<div id="ITP_LIST_MRTNMNG04010_VIEW_ITEM_ROWCOPY" style="display: none;">
146
-					<li class="history_list4">
146
+					<li class="history_list4 item-row">
147 147
 					  <div class="left">
148 148
 						<div class="nomal">
149
-						  <label class="col_3">품목명</label>
149
+						  <label class="col_4">품목명</label>
150 150
 						  <span>:</span>
151
-						  <div class="full fnItemNm">asdfasdfasffasf</div>
151
+						  <div class="full fnItemNm"></div>
152 152
 						</div>
153 153
 					  </div>
154 154
 					   <div class="left">
155 155
 						<div class="nomal">
156
-						  <label class="col_3">단가</label>
156
+						  <label class="col_4">단가</label>
157 157
 						  <span>:</span>
158
-						  <div class="fnRtnOdrQty">1,000,000</div>
158
+						  <div class="fnRtnOdrQty"></div>
159 159
 						  <label class="sub_info">반품구분</label>
160 160
 						  <span>:</span>
161
-						  <div class="fnRtnOdrAmt">사용가능</div>
161
+						  <div class="fnRtnOdrAmt"></div>
162 162
 						</div>
163 163
 					  </div>
164 164
 					  <div class="left">
165 165
 						<div class="nomal">
166
-						  <label class="col_1">반품수량</label>
166
+						  <label class="col_4">반품수량</label>
167 167
 						  <span>:</span>
168
-						  <div class="fnRtnOdrQty">10,000</div>
168
+						  <div class="fnRtnOdrQty"></div>
169 169
 						  <label class="sub_info">반품금액</label>
170 170
 						  <span>:</span>
171
-						  <div class="fnRtnOdrAmt">12,000,000원</div>
171
+						  <div class="fnRtnOdrAmt"></div>
172 172
 						</div>
173 173
 					  </div>
174 174
 					  <div class="left">
175 175
 						<div class="nomal">
176
-						  <label class="col_1">사유구분 </label>
176
+						  <label class="col_4">사유구분 </label>
177 177
 						  <span>:</span>
178
-						  <div class="full fnUnitAmt">어떤사유길다란거</div>
178
+						  <div class="full fnUnitAmt"></div>
179 179
 						</div>
180 180
 					  </div>
181 181
 					  <div class="left">
182 182
 						<div class="nomal">
183
-						  <label class="col_1">반품사유 </label>
183
+						  <label class="col_4">반품사유 </label>
184 184
 						  <span>:</span>
185
-						  <div class="full fnUnitAmt">어쩌고저쩌곰ㅇㄻㄴㄹㅇㅁㄹㅇㄴ</div>
185
+						  <div class="full fnUnitAmt"></div>
186 186
 						</div>
187 187
 					  </div>
188 188
 					</li>
189
-					
190 189
 				</div>
191 190
 			</div>
192 191
 			<div class="button_bar">
@@ -220,10 +219,10 @@
220 219
 			<div id="ITP_LIST_MRTNMNG04010_POP_WHS_AREA" class="popup_scroll">
221 220
 				<ul id="ITP_LIST_MRTNMNG04010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
222 221
 				<div id="ITP_LIST_MRTNMNG04010_POP_WHS_ROWCOPY" style="display:none;">
223
-					<li class="list-row row_2">
222
+					<li class="list-row row_2 item-row">
224 223
 						<div class="scroll_left">
225 224
 							<div class="con_2 fnWhsNm"></div>
226
-							<div class="con_2 sub fnLocationNm"></div>
225
+							<div class="con_2 wichi fnLocationNm"></div>
227 226
 						</div>
228 227
 						<div class="scroll_right">
229 228
 							<button id="ITP_BTN_MRTNMNG04010_POP_WHS_CHOICE" class="fnWhsId" data-whs-id="">선택</button>

+ 8 - 10
src/main/webapp/mobile/app/mrtnmng/MRTNMNG05010.html

@@ -1,6 +1,6 @@
1 1
 <section id="ITP_MOBILE_MRTNMNG05010">
2 2
 	<div id="ITP_AJAX_MRTNMNG05010_LIST_CONTAINER" >
3
-		<form id="ITP_FORM_MRTNMNG05010_LIST_SEARCH" class="form-horizontal" onsubmit="return false;">
3
+		<form id="ITP_FORM_MRTNMNG05010_LIST_SEARCH" class="put_btn form-horizontal" onsubmit="return false;">
4 4
 			<input type="hidden" id="ITP_FORM_MRTNMNG05010_LIST_SEARCH_BRAND_ID" name="sbrandId" value="">
5 5
 			<input type="hidden" id="ITP_FORM_MRTNMNG05010_LIST_SEARCH_STORE_ID" name="sstoreId" value="">
6 6
 			<input type="hidden" id="ITP_FORM_MRTNMNG05010_LIST_SEARCH_IDX" name="sidx" value="0">
@@ -65,12 +65,10 @@
65 65
 					</div>
66 66
 				</div>
67 67
 			</div>
68
-		</form>
69
-		<form id="ITP_FORM_MRTNMNG05010_LIST_MODIFY" class="form-horizontal" onsubmit="return false;">
70 68
 			<div id="ITP_LIST_MRTNMNG05010_LIST_ITEM_AREA" class="scroll_area row-10">
71 69
 				<ul id="ITP_LIST_MRTNMNG05010_LIST_ITEM_ROWS" class="mb_0 panel-group"></ul>
72 70
 				<div id="ITP_LIST_MRTNMNG05010_LIST_ITEM_ROWCOPY" style="display: none;">
73
-					<li class="history_list2 item-row">
71
+					<li class="history_list4 item-row">
74 72
 						<div class="left">
75 73
 							<div class="nomal">
76 74
 								<label>반품번호 </label>
@@ -80,7 +78,7 @@
80 78
 						</div>
81 79
 						<div class="left">
82 80
 							<div class="nomal">
83
-								<label class="history_label">반품예정일</label>
81
+								<label class="">반품예정일</label>
84 82
 								<span>:</span>
85 83
 								<div class="fnColSchDt history_info"></div>
86 84
 							</div>
@@ -97,17 +95,17 @@
97 95
 						</div>
98 96
 						<div class="left">
99 97
 							<div class="nomal">
100
-								<label>품목 </label>
98
+								<label class="">품목 </label>
101 99
 								<span>:</span>
102 100
 								<div class="full fnItemNm"></div>
103 101
 							</div>
104 102
 						</div>
105 103
 						<div class="left">
106 104
 							<div class="nomal">
107
-								<label class="col_0">반품요청수량</label>
105
+								<label class="col_6">반품요청수량</label>
108 106
 								<span>:</span>
109 107
 								<div class=" fnColReqQty"></div>
110
-								<label class="col_0">반품발주수량</label>
108
+								<label class="col_6">반품발주수량</label>
111 109
 								<span>:</span>
112 110
 								<input class="" id="ITP_FORM_MRTNMNG05010_LIST_COL_QTY" type="text" name="colQty">
113 111
 							</div>
@@ -146,7 +144,7 @@
146 144
 			<div id="ITP_POP_MRTNMNG05010_LIST_SPPLY_AREA" class="popup_scroll">
147 145
 				<ul id="ITP_POP_MRTNMNG05010_LIST_SPPLY_ROWS" class="mb_0 panel-group itp_nav"></ul>
148 146
 				<div id="ITP_POP_MRTNMNG05010_LIST_SPPLY_ROWCOPY" style="display: none;">
149
-					<li class="row_2">
147
+					<li class="row_2 item-row">
150 148
 						<div class="scroll_left">
151 149
 							<div class="con_2 fnSpplyNm">공급업체 명A</div>
152 150
 							<div class="con_2 wichi fnStNm">($)</div>
@@ -183,7 +181,7 @@
183 181
 			<div id="ITP_LIST_MRTNMNG05010_POP_WHS_AREA" class="popup_scroll">
184 182
 				<ul id="ITP_LIST_MRTNMNG05010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
185 183
 				<div id="ITP_LIST_MRTNMNG05010_POP_WHS_ROWCOPY" style="display: none;">
186
-					<li class="list-row row_2">
184
+					<li class="list-row row_2 item-row">
187 185
 						<div class="scroll_left">
188 186
 							<div class="con_2 fnWhsNm">브랜드 창고 명A</div>
189 187
 							<div class="con_2 wichi fnLocationNm">(상세위치내용)</div>

+ 8 - 8
src/main/webapp/mobile/app/mrtnmng/MRTNMNG06010.html

@@ -1,6 +1,6 @@
1 1
 <section id="ITP_MOBILE_MRTNMNG06010">
2 2
 	<div id="ITP_AJAX_MRTNMNG06010_LIST_CONTAINER" >
3
-		<form id="ITP_FORM_MRTNMNG06010_LIST_SEARCH" class="form-horizontal" onsubmit="return false;">
3
+		<form id="ITP_FORM_MRTNMNG06010_LIST_SEARCH" class="area_full form-horizontal" onsubmit="return false;">
4 4
 			<input type="hidden" id="ITP_FORM_MRTNMNG06010_LIST_SEARCH_BRAND_ID" name="sbrandId" value="">
5 5
 			<input type="hidden" id="ITP_FORM_MRTNMNG06010_LIST_SEARCH_STORE_ID" name="sstoreId" value="">
6 6
 			<div class="content">
@@ -77,9 +77,9 @@
77 77
 						</div>
78 78
 						<div class="left">
79 79
 							<div class="nomal">
80
-								<label class="history_label">반품예정일</label>
80
+								<label class="">반품예정일</label>
81 81
 								<span>:</span>
82
-								<div class="fn_info fnColSchDt"></div>
82
+								<div class="fnColSchDt"></div>
83 83
 							</div>
84 84
 						</div>
85 85
 						<div class="left">
@@ -87,7 +87,7 @@
87 87
 								<label>공급업체</label>
88 88
 								<span>:</span>
89 89
 								<div class="fnSpplyNm"></div>
90
-								<label class="sub_info">납품장소</label>
90
+								<label class="">납품장소</label>
91 91
 								<span>:</span>
92 92
 								<div class="fnRtnWhsNm"></div>
93 93
 							</div>
@@ -103,10 +103,10 @@
103 103
 							<div class="nomal">
104 104
 								<label>발주수량</label>
105 105
 								<span>:</span>
106
-								<div class="col_5 fnColReqQty"></div>
106
+								<div class="fnColReqQty"></div>
107 107
 								<label class="sub_info">입고수량</label>
108 108
 								<span>:</span>
109
-								<div class="fnRodrQty">10</div>
109
+								<div class="fnRodrQty"></div>
110 110
 							</div>
111 111
 						</div>
112 112
 					</li>
@@ -139,7 +139,7 @@
139 139
 			<div id="ITP_POP_MRTNMNG06010_LIST_SPPLY_AREA" class="popup_scroll">
140 140
 				<ul id="ITP_POP_MRTNMNG06010_LIST_SPPLY_ROWS" class="mb_0 panel-group itp_nav"></ul>
141 141
 				<div id="ITP_POP_MRTNMNG06010_LIST_SPPLY_ROWCOPY" style="display: none;">
142
-					<li class="row_2">
142
+					<li class="row_2 item-row">
143 143
 						<div class="scroll_left">
144 144
 							<div class="con_2 fnSpplyNm">공급업체 명A</div>
145 145
 							<div class="con_2 wichi fnStNm">($)</div>
@@ -176,7 +176,7 @@
176 176
 			<div id="ITP_LIST_MRTNMNG06010_POP_WHS_AREA" class="popup_scroll">
177 177
 				<ul id="ITP_LIST_MRTNMNG06010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
178 178
 				<div id="ITP_LIST_MRTNMNG06010_POP_WHS_ROWCOPY" style="display: none;">
179
-					<li class="row_2">
179
+					<li class="row_2 item-row">
180 180
 						<div class="scroll_left">
181 181
 							<div class="con_2 fnWhsNm">브랜드 창고 명A</div>
182 182
 							<div class="con_2 wichi fnLocationNm">(상세위치내용)</div>

+ 2 - 0
src/main/webapp/mobile/css/style.css

@@ -544,9 +544,11 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
544 544
 .scroll_area li .left .nomal i{width: 50px; text-align: center;}
545 545
 .scroll_area li .left .nomal div{text-overflow:ellipsis; overflow:hidden; white-space:nowrap; text-align:left; font-weight: 700; font-size: 12pt; width:calc(50% - 85px);}
546 546
 .scroll_area li .left .nomal .text_6{width:calc(50% - 108px);}
547
+.scroll_area li .left .nomal .text_4{width:calc(50% - 69px);}
547 548
 
548 549
 .scroll_area li .left .nomal div.full{width:calc(100% - 85px);}
549 550
 .scroll_area li .left .nomal div.full_s{width:200px;}
551
+.scroll_area li .left .nomal div.auto{width:auto;}
550 552
 
551 553
 
552 554
 .scroll_area li .right {margin: 22px 0px 22px 0; position: relative; display: flex; width:110px; height:30px; font-size: 1.4rem; font-weight: 700; float: right;}