Browse Source

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

dwkim 2 years ago
parent
commit
8eb124316f

+ 1 - 3
src/main/webapp/app/pomng/POMNG02010.html

@@ -22,9 +22,7 @@
22
 									<input type="hidden" id="ITP_FORM_POMNG02010_DETAIL_SSTORE_ID" name="sstoreId" value="">
22
 									<input type="hidden" id="ITP_FORM_POMNG02010_DETAIL_SSTORE_ID" name="sstoreId" value="">
23
 									<div class="form-group">
23
 									<div class="form-group">
24
 										<div class="col-xs-2 itp_ip itp_noMar">
24
 										<div class="col-xs-2 itp_ip itp_noMar">
25
-											<select id="ITP_FORM_POMNG04010_SERVICE_PCH_REQ_DT" class="form-control itp_input" name="servicePchReqDt">
26
-												<option value="A">생성일</option>											
27
-											</select>
25
+											<label>생성일 *</label>
28
 										</div>										
26
 										</div>										
29
 										<div class="col-xs-3 itp_ip itp_noMar">
27
 										<div class="col-xs-3 itp_ip itp_noMar">
30
 											<div class="input-daterange input-group date">
28
 											<div class="input-daterange input-group date">

+ 1 - 3
src/main/webapp/app/pomng/POMNG03010.html

@@ -22,9 +22,7 @@
22
 									<input type="hidden" id="ITP_FORM_POMNG03010_DETAIL_SSTORE_ID" name="sstoreId" value="">
22
 									<input type="hidden" id="ITP_FORM_POMNG03010_DETAIL_SSTORE_ID" name="sstoreId" value="">
23
 									<div class="form-group">
23
 									<div class="form-group">
24
 										<div class="col-xs-2 itp_ip itp_noMar">
24
 										<div class="col-xs-2 itp_ip itp_noMar">
25
-											<select id="ITP_FORM_POMNG03010_SERVICE_DLV_REQ_DT" class="form-control itp_input" name="serviceDlvReqDt">
26
-												<option value="A">납기요청일*</option>											
27
-											</select>
25
+											<label>납기요청일 *</label>
28
 										</div>											
26
 										</div>											
29
 										<div class="col-xs-3 itp_ip itp_noMar">
27
 										<div class="col-xs-3 itp_ip itp_noMar">
30
 											<div class="input-daterange input-group date">
28
 											<div class="input-daterange input-group date">

+ 3 - 1
src/main/webapp/js/app/loanmng/ITP_LOANMNG04010.js

@@ -202,8 +202,10 @@ let viewObj = {
202
 		var limitAmt;
202
 		var limitAmt;
203
 		if(result.loanDvsn == 'LD01') { // 선불(충전)
203
 		if(result.loanDvsn == 'LD01') { // 선불(충전)
204
 			limitAmt = result.chrgeLimitAmt;
204
 			limitAmt = result.chrgeLimitAmt;
205
+			$('#ITP_FORM_LOANMNG04010_VIEW .fnPosbLimitAmt').text(itp_fn_number_comma(result.acctBal - result.useAmtTotal)); // TODO 가용한도금액
205
 		} else if(result.loanDvsn == 'LD02') { // 후불(신용)
206
 		} else if(result.loanDvsn == 'LD02') { // 후불(신용)
206
-			limitAmt = result.credtLimitAmt;				
207
+			limitAmt = result.credtLimitAmt;
208
+			$('#ITP_FORM_LOANMNG04010_VIEW .fnPosbLimitAmt').text(itp_fn_number_comma(limitAmt - result.useAmtTotal)); // TODO 가용한도금액
207
 		}
209
 		}
208
 		$('#ITP_FORM_LOANMNG04010_VIEW .fnCredtLimitAmt').text(itp_fn_number_comma(limitAmt));
210
 		$('#ITP_FORM_LOANMNG04010_VIEW .fnCredtLimitAmt').text(itp_fn_number_comma(limitAmt));
209
 		$('#ITP_FORM_LOANMNG04010_VIEW .fnContDt').text(''); // TODO 계약기간
211
 		$('#ITP_FORM_LOANMNG04010_VIEW .fnContDt').text(''); // TODO 계약기간

+ 77 - 69
src/main/webapp/js/app/pomng/ITP_POMNG01010.js

@@ -347,7 +347,6 @@ let createObj = {
347
 			var dlvReqDt = $('#ITP_FORM_POMNG01010_DETAIL_DLV_REQ_DT').val();
347
 			var dlvReqDt = $('#ITP_FORM_POMNG01010_DETAIL_DLV_REQ_DT').val();
348
 			var itemcnt  = $(POMNG01010_DETAIL_GRID_ID).getGridParam('reccount');
348
 			var itemcnt  = $(POMNG01010_DETAIL_GRID_ID).getGridParam('reccount');
349
 			var dlvReqAmt = $('#ITP_FORM_POMNG01010_DETAIL .fnPchReqAmt').text();
349
 			var dlvReqAmt = $('#ITP_FORM_POMNG01010_DETAIL .fnPchReqAmt').text();
350
-			
351
 			var apprArg = {};
350
 			var apprArg = {};
352
 			
351
 			
353
 			//정산 타입이 무정산이면 스킵
352
 			//정산 타입이 무정산이면 스킵
@@ -363,9 +362,13 @@ let createObj = {
363
 					var pchReqAtm = itp_fn_currency_unfmatter($('#ITP_FORM_POMNG01010_DETAIL .fnPchReqAmt').text(),"","");
362
 					var pchReqAtm = itp_fn_currency_unfmatter($('#ITP_FORM_POMNG01010_DETAIL .fnPchReqAmt').text(),"","");
364
 					var mallId = $('#ITP_FORM_POMNG01010_DETAIL_MALL_ID').val();
363
 					var mallId = $('#ITP_FORM_POMNG01010_DETAIL_MALL_ID').val();
365
 					
364
 					
366
-					
367
-					
368
-					if (parseInt(pchActAtm) < parseInt(pchReqAtm)) {
365
+					let pchActAtmNum;
366
+					if(pchActAtm == '0' || pchActAtm == 0 || pchActAtm == Infinity || pchActAtm == 'Infinity') {
367
+						pchActAtmNum = 'Infinity';
368
+					} else {
369
+						pchActAtmNum = pchActAtm
370
+					}
371
+					if (parseFloat(pchActAtmNum) < parseFloat(pchReqAtm)) {
369
 						dlvReqAmt = itp_fn_number_comma(String(parseInt(pchReqAtm) - parseInt(pchActAtm)));
372
 						dlvReqAmt = itp_fn_number_comma(String(parseInt(pchReqAtm) - parseInt(pchActAtm)));
370
 						
373
 						
371
 						if (mallId == '') {
374
 						if (mallId == '') {
@@ -390,8 +393,8 @@ let createObj = {
390
 				// 품목대상 정보 확인 필요
393
 				// 품목대상 정보 확인 필요
391
 				var records = $(POMNG01010_DETAIL_GRID_ID).getGridParam('reccount');
394
 				var records = $(POMNG01010_DETAIL_GRID_ID).getGridParam('reccount');
392
 				if (records == 0) {
395
 				if (records == 0) {
393
-						alert( "요청할 품목내역이 없습니다.");
394
-						return ;
396
+					alert( "요청할 품목내역이 없습니다.");
397
+					return ;
395
 				}
398
 				}
396
 				
399
 				
397
 				
400
 				
@@ -447,78 +450,77 @@ let createObj = {
447
 			
450
 			
448
 			var saveFn = {
451
 			var saveFn = {
449
 				callBack: function(args) {
452
 				callBack: function(args) {
450
-						$(formId).val(arg);
451
-						let gridInsertData = [];
452
-						let gridUpdateData = [];
453
-						let gridDeleteData = [];
454
-						
455
-						const rowData = $(POMNG01010_DETAIL_GRID_ID).getRowData();
456
-						
457
-						$.each(rowData, function(key, value) {
458
-							if (value.viewCd !== 'R') {
459
-								if (value.viewCd === 'C') {
460
-									gridInsertData.push(value);
461
-								} else if (value.viewCd === 'U') {
462
-									gridUpdateData.push(value);
463
-								} else if (value.viewCd === 'D') {
464
-									gridDeleteData.push(value);
465
-								}
453
+					$(formId).val(arg);
454
+					let gridInsertData = [];
455
+					let gridUpdateData = [];
456
+					let gridDeleteData = [];
457
+					
458
+					const rowData = $(POMNG01010_DETAIL_GRID_ID).getRowData();
459
+					
460
+					$.each(rowData, function(key, value) {
461
+						if (value.viewCd !== 'R') {
462
+							if (value.viewCd === 'C') {
463
+								gridInsertData.push(value);
464
+							} else if (value.viewCd === 'U') {
465
+								gridUpdateData.push(value);
466
+							} else if (value.viewCd === 'D') {
467
+								gridDeleteData.push(value);
466
 							}
468
 							}
467
-						});
468
-						
469
-						//if (chkQtyYn == "Y") return;
470
-						
471
-						let param = $(formId).serializeObject();
472
-						param.gridInsertData = gridInsertData;
473
-						param.gridUpdateData = gridUpdateData;
474
-						param.gridDeleteData = gridDeleteData;
475
-						console.log(JSON.stringify(param));
476
-						var searhFn = function() {
477
-							createObj.newinit();
478
-						};
479
-						fn_ajax_call(API_DETAIL_SAVE, JSON.stringify(param), searhFn, 'POST');				
480
-					}
481
-				};
482
-			itp_fn_modal_confirm(ITP_MSG_LOCALE.message.ajax.tmpSave, saveFn, null);
469
+						}
470
+					});
471
+					
472
+					//if (chkQtyYn == "Y") return;
473
+					
474
+					let param = $(formId).serializeObject();
475
+					param.gridInsertData = gridInsertData;
476
+					param.gridUpdateData = gridUpdateData;
477
+					param.gridDeleteData = gridDeleteData;
478
+					console.log(JSON.stringify(param));
479
+					var searhFn = function() {
480
+						createObj.newinit();
481
+					};
482
+					fn_ajax_call(API_DETAIL_SAVE, JSON.stringify(param), searhFn, 'POST');				
483
+				}
484
+			};
485
+		itp_fn_modal_confirm(ITP_MSG_LOCALE.message.ajax.tmpSave, saveFn, null);
483
 		},
486
 		},
484
 		saveApprReq: function(param, apprTypeCd, arg) {
487
 		saveApprReq: function(param, apprTypeCd, arg) {
485
 			
488
 			
486
 			var apprFn =  {
489
 			var apprFn =  {
487
 				callBack: function(args) {
490
 				callBack: function(args) {
488
 						// 결재금액이 부족하여 결재란으로 이동처리
491
 						// 결재금액이 부족하여 결재란으로 이동처리
489
-						var popFn = function(rowDataPop) {
490
-							// 결재 성공시 승인처리함 
491
-							createObj.button.saveLastReq(arg);
492
-						};			
493
-						// 결제 팝업 : LD01(선불(충전)), LD02(후불(신용))
494
-						// 결제타입코드 : 10(선불(충전)), 20(후불(결제)), 30(후불(선결제))		
495
-						// 구매요청 번호 전달 - 
496
-						//var loanDvsn = $('#ITP_FORM_LOANMNG02010_SEARCH_STORE_LOAN_DVSN').val();
497
-						var pchActAtm = itp_fn_currency_unfmatter($('#ITP_FORM_POMNG01010_DETAIL .fnPchActAmt').text(),"","");
498
-						var pchReqAtm = itp_fn_currency_unfmatter($('#ITP_FORM_POMNG01010_DETAIL .fnPchReqAmt').text(),"","");
499
-						
500
-						
501
-						var args = {'payTpCd': '40',
502
-						'brandId':   fn_make_user_info.get('brandId'), 
503
-						'storeId':   fn_make_user_info.get('storeId'),
504
-						'prchReqUnqNo': $('ITP_FORM_POMNG01010_DETAIL_PCH_REQ_UNQ_NO').val(),
505
-						'goodsAmt':  pchReqAtm-pchActAtm}; 
506
-						
507
-						fn_call_popup('biz', 'BIZPOP_PO_PAYMENT', '#ITP_ASIDE', popFn, args, 'S');
508
-					}
509
-				};
492
+					var popFn = function(rowDataPop) {
493
+						// 결재 성공시 승인처리함 
494
+						createObj.button.saveLastReq(arg);
495
+					};			
496
+					// 결제 팝업 : LD01(선불(충전)), LD02(후불(신용))
497
+					// 결제타입코드 : 10(선불(충전)), 20(후불(결제)), 30(후불(선결제))		
498
+					// 구매요청 번호 전달 - 
499
+					//var loanDvsn = $('#ITP_FORM_LOANMNG02010_SEARCH_STORE_LOAN_DVSN').val();
500
+					var pchActAtm = itp_fn_currency_unfmatter($('#ITP_FORM_POMNG01010_DETAIL .fnPchActAmt').text(),"","");
501
+					var pchReqAtm = itp_fn_currency_unfmatter($('#ITP_FORM_POMNG01010_DETAIL .fnPchReqAmt').text(),"","");
502
+					
503
+					
504
+					var args = {'payTpCd': '40',
505
+					'brandId':   fn_make_user_info.get('brandId'), 
506
+					'storeId':   fn_make_user_info.get('storeId'),
507
+					'prchReqUnqNo': $('ITP_FORM_POMNG01010_DETAIL_PCH_REQ_UNQ_NO').val(),
508
+					'goodsAmt':  pchReqAtm-pchActAtm}; 
509
+					
510
+					fn_call_popup('biz', 'BIZPOP_PO_PAYMENT', '#ITP_ASIDE', popFn, args, 'S');
511
+				}
512
+			};
510
 				
513
 				
511
 			var apprNFn =  {
514
 			var apprNFn =  {
512
 				callBack: function(args) {
515
 				callBack: function(args) {
513
 						// 임시저장 처리한다.
516
 						// 임시저장 처리한다.
514
-						arg = 'PR00';
515
-						$('#ITP_FORM_POMNG01010_DETAIL_PCH_REQ_ST_CD').val(arg);
516
-						
517
-						createObj.button.saveLastReq(arg);
518
-					}
519
-				};
520
-			
521
-			//console.log(apprTypeCd) ;
517
+					arg = 'PR00';
518
+					$('#ITP_FORM_POMNG01010_DETAIL_PCH_REQ_ST_CD').val(arg);
519
+					
520
+					createObj.button.saveLastReq(arg);
521
+				}
522
+			};
523
+						//console.log(apprTypeCd) ;
522
 			if (apprTypeCd == 'NP') {  // 선불
524
 			if (apprTypeCd == 'NP') {  // 선불
523
 				itp_fn_modal_confirm_req2(param, apprFn, arg);
525
 				itp_fn_modal_confirm_req2(param, apprFn, arg);
524
 			} else if (apprTypeCd == 'NA') { //후불
526
 			} else if (apprTypeCd == 'NA') { //후불
@@ -571,7 +573,7 @@ let createObj = {
571
 		fn_ajax_call(API_DETAIL_INIT_INFO, key, this.callback, 'GET');
573
 		fn_ajax_call(API_DETAIL_INIT_INFO, key, this.callback, 'GET');
572
 	},
574
 	},
573
 	callback: function(result) {
575
 	callback: function(result) {
574
-
576
+		console.log(result);
575
 		$('#ITP_FORM_POMNG01010_DETAIL #ITP_FORM_POMNG01010_DETAIL_VIEW_CD').val('C');
577
 		$('#ITP_FORM_POMNG01010_DETAIL #ITP_FORM_POMNG01010_DETAIL_VIEW_CD').val('C');
576
 
578
 
577
 		$('#ITP_FORM_POMNG01010_DETAIL #ITP_FORM_POMNG01010_DETAIL_BRAND_ID').val(result.brandId);
579
 		$('#ITP_FORM_POMNG01010_DETAIL #ITP_FORM_POMNG01010_DETAIL_BRAND_ID').val(result.brandId);
@@ -590,7 +592,13 @@ let createObj = {
590
 		$('#ITP_FORM_POMNG01010_DETAIL .fnPchReqMgrNm').text(result.userNm);
592
 		$('#ITP_FORM_POMNG01010_DETAIL .fnPchReqMgrNm').text(result.userNm);
591
 		$('#ITP_FORM_POMNG01010_DETAIL .fnPchReqAmt').text("0");
593
 		$('#ITP_FORM_POMNG01010_DETAIL .fnPchReqAmt').text("0");
592
 		$('#ITP_FORM_POMNG01010_DETAIL .fnLoanDvsnNm').text(result.loanDvsnNm);
594
 		$('#ITP_FORM_POMNG01010_DETAIL .fnLoanDvsnNm').text(result.loanDvsnNm);
593
-		$('#ITP_FORM_POMNG01010_DETAIL .fnPchActAmt').text(itp_fn_number_comma(result.ordUseAmt));		
595
+		var pchActAmt
596
+		if(result.ordUseAmt == 'Infinity' || result.ordUseAmt == Infinity || result.ordUseAmt == 0){
597
+			pchActAmt = 0;
598
+		} else {
599
+			pchActAmt = result.ordUseAmt
600
+		}
601
+		$('#ITP_FORM_POMNG01010_DETAIL .fnPchActAmt').text(itp_fn_number_comma(pchActAmt));		
594
 		$('#ITP_FORM_POMNG01010_DETAIL .fnPchReqUnqNo').text(result.pchReqUnqNo);
602
 		$('#ITP_FORM_POMNG01010_DETAIL .fnPchReqUnqNo').text(result.pchReqUnqNo);
595
 		$('#ITP_FORM_POMNG01010_DETAIL #ITP_FORM_POMNG01010_DETAIL_PCH_REQ_UNQ_NO').val(result.pchReqUnqNo);
603
 		$('#ITP_FORM_POMNG01010_DETAIL #ITP_FORM_POMNG01010_DETAIL_PCH_REQ_UNQ_NO').val(result.pchReqUnqNo);
596
 
604
 

+ 6 - 0
src/main/webapp/js/app/pomng/ITP_POMNG03010.js

@@ -834,6 +834,8 @@ let listObj = {
834
 			let param = $('#ITP_FORM_POMNG03010_SEARCH').serializeObject();
834
 			let param = $('#ITP_FORM_POMNG03010_SEARCH').serializeObject();
835
 			param.gridSize = $.jgrid.defaults.rowNum;
835
 			param.gridSize = $.jgrid.defaults.rowNum;
836
 			param.gridPage = $.jgrid.defaults.page;
836
 			param.gridPage = $.jgrid.defaults.page;
837
+			console.log(111);
838
+			console.log(JSON.stringify(param));
837
 			$(POMNG03010_GRID_ID).setGridParam({'postData': JSON.stringify(param)}).trigger('reloadGrid');
839
 			$(POMNG03010_GRID_ID).setGridParam({'postData': JSON.stringify(param)}).trigger('reloadGrid');
838
 		},
840
 		},
839
 		pocreate: function(param) {
841
 		pocreate: function(param) {
@@ -936,9 +938,13 @@ let listObj = {
936
 				loadComplete: function(data) {
938
 				loadComplete: function(data) {
937
 					itp_fn_grid_load_complete(data, POMNG03010_GRID_ID, true, 'number', 'POMNG03010', listObj.itp_POMNG03010_search, listObj.empty, true, data.gridRecords, true);
939
 					itp_fn_grid_load_complete(data, POMNG03010_GRID_ID, true, 'number', 'POMNG03010', listObj.itp_POMNG03010_search, listObj.empty, true, data.gridRecords, true);
938
 					var ids = $(POMNG03010_GRID_ID).getDataIDs();
940
 					var ids = $(POMNG03010_GRID_ID).getDataIDs();
941
+					var css = {'background-color':'#FFCCCC'};
939
 					$.each(ids, function(idx, rowId) {
942
 					$.each(ids, function(idx, rowId) {
940
 						$(POMNG03010_GRID_ID).jqGrid('setCell', rowId, 'storeId', '', ITP_GRID_COL_STYLE.link);
943
 						$(POMNG03010_GRID_ID).jqGrid('setCell', rowId, 'storeId', '', ITP_GRID_COL_STYLE.link);
944
+						$(POMNG03010_GRID_ID).jqGrid('setCell', rowId, 'dlvReqDt', '', css);
945
+						$(POMNG03010_GRID_ID).jqGrid('setCell', rowId, 'whsNm', '', css);
941
 					});
946
 					});
947
+					$(POMNG03010_GRID_ID).setSelection(1, true);
942
 				},
948
 				},
943
 				onPaging: function(action) {
949
 				onPaging: function(action) {
944
 					itp_fn_grid_paging(POMNG03010_GRID_ID, action, param);
950
 					itp_fn_grid_paging(POMNG03010_GRID_ID, action, param);

+ 71 - 54
src/main/webapp/mobile/app/login.html

@@ -1,68 +1,84 @@
1
 <!DOCTYPE html>
1
 <!DOCTYPE html>
2
 <html lang="ko">
2
 <html lang="ko">
3
-  <head>
4
-    <meta charset="UTF-8">
5
-    <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
-    <title>로그인</title>
8
-    <link rel="stylesheet" href="../css/style.css">
3
+<head>
4
+  <meta charset="UTF-8">
5
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
+  <title>로그인</title>
8
+  <link rel="stylesheet" href="../css/style.css">
9
 
9
 
10
-    <script>
11
-      const VIEW_PAGE = 'LOGIN'; //config.js 에서 로그인 페이지 인지 아닌지 확인하기 위한 변수
12
-      var CONN_KEY; //Jwt 토큰을 담기위한 변수
13
-    </script>
10
+  <script>
11
+    const VIEW_PAGE = 'LOGIN'; //config.js 에서 로그인 페이지 인지 아닌지 확인하기 위한 변수
12
+    var CONN_KEY; //Jwt 토큰을 담기위한 변수
13
+  </script>
14
 
14
 
15
-    <script src="../js/properties.js"></script>
16
-    <script src="../../js/require.min.js" data-main="../js/config.js"></script>
17
-  </head>
18
-    <div class="bg_gray"></div>
19
-    <div id="ITP_LOGIN">
20
-      <form id="ITP_FORM_MOBILE_LOGIN" class="form-horizontal" action="" method="post" onsubmit="return false;">
21
-        <input id="userId" name="userId" type="hidden" value="" />
22
-        <input id="password" name="password" type="hidden" value="" />
23
-        <input id="appReg" name="appReg" type="hidden" value="e-Bnui5gTQK2TaijkhFCS_:APA91bHGRgcE_Ioav_LSg6kKGAjIu52c_4B3W20vC2IqhxNBGy3wt62Dy-T7rQQTHuYdd9gUtyeJCOLKPVv2UUr7sXPE8jZQpQrHEJOj33gttY4-zzP3c00IZTg7MTY2jxNIpIrBAMU9" />
24
-        <input id="appVer" name="appVer" type="hidden" value="1.0.0" />
25
-        <input id="deviId" name="deviId" type="hidden" value="99b811f8db76fc0a" />
26
-        <input id="deviOsVer" name="deviOsVer" type="hidden" value="31" />
27
-        <input id="deviTpCd" name="deviTpCd" type="hidden" value="SA" />
28
-      <div class="login_popup">
29
-        <div class="login_info">
30
-			<img src="../img/oqpologo.png" alt="로고" class=" ">
31
-       		<h1>Order Queen</h1>
32
-        </div>
33
-        <div class="num_area">
34
-          <div class="input_area">
35
-            <input type="text" name="bsnsRegNo" id="ITP_FORM_LOGIN_BSNS_REG_NO" required value="1">
36
-            <label for="ITP_FORM_LOGIN_BSNS_REG_NO">사업자번호</label>
37
-            <button type="button" id="ITP_BTN_LOGIN_BSNS_REG_NO">연결</button>
38
-          </div>
39
-          <div class="brand_list">
40
-            <select name="brandId" id="ITP_FORM_LOGIN_BRAND_ID" required>
41
-              <option value="">선택</option>
42
-            </select>
15
+  <script src="../js/properties.js"></script>
16
+  <script src="../../js/require.min.js" data-main="../js/config.js"></script>
17
+</head>
18
+<body>
19
+<div class="bg_gray"></div>
20
+<div id="ITP_LOGIN">
21
+  <form id="ITP_FORM_MOBILE_LOGIN" class="form-horizontal" action="" method="post" onsubmit="return false;">
22
+    <input id="userId" name="userId" type="hidden" value="" />
23
+    <input id="password" name="password" type="hidden" value="" />
24
+    <input id="appReg" name="appReg" type="hidden" value="e-Bnui5gTQK2TaijkhFCS_:APA91bHGRgcE_Ioav_LSg6kKGAjIu52c_4B3W20vC2IqhxNBGy3wt62Dy-T7rQQTHuYdd9gUtyeJCOLKPVv2UUr7sXPE8jZQpQrHEJOj33gttY4-zzP3c00IZTg7MTY2jxNIpIrBAMU9" />
25
+    <input id="appVer" name="appVer" type="hidden" value="1.0.0" />
26
+    <input id="deviId" name="deviId" type="hidden" value="99b811f8db76fc0a" />
27
+    <input id="deviOsVer" name="deviOsVer" type="hidden" value="31" />
28
+    <input id="deviTpCd" name="deviTpCd" type="hidden" value="SA" />
29
+    <div class="login_popup">
30
+      <div class="login_info">
31
+        <img src="../img/oqpologo.png" alt="로고" class=" ">
32
+        <h1>Order Queen</h1>
33
+      </div>
34
+      <div class="num_area">
35
+        <div class="input_area">
36
+          <input type="text" name="bsnsRegNo" id="ITP_FORM_LOGIN_BSNS_REG_NO" required value="1">
37
+          <label for="ITP_FORM_LOGIN_BSNS_REG_NO">사업자번호</label>
38
+          <div class="itp_del_btn reg_no">
39
+	          <button type="button" id="ITP_FORM_LOGIN_DEL_BSNS_REG_NO">
40
+  				<img src="../img/close.png" alt="로고" class=" ">
41
+	          </button>
43
           </div>
42
           </div>
43
+          <button type="button" id="ITP_BTN_LOGIN_BSNS_REG_NO">연결</button>
44
         </div>
44
         </div>
45
-        <div class="login_page">
46
-          <div class="input_area">
47
-            <input type="text" id="ITP_FORM_LOGIN_USER_ID" required value="BRD221100002">
48
-            <label for="ITP_FORM_LOGIN_USER_ID">아이디</label>
49
-          </div>
50
-          <div class="input_area">
51
-            <input type="password" id="ITP_FORM_LOGIN_USER_PW"  required value="1">
52
-            <label for="ITP_FORM_LOGIN_USER_PW">비밀번호</label>
45
+        <div class="brand_list">
46
+          <select name="brandId" id="ITP_FORM_LOGIN_BRAND_ID" required>
47
+            <option value="">선택</option>
48
+          </select>
49
+        </div>
50
+      </div>
51
+      <div class="login_page">
52
+        <div class="input_area">
53
+          <input type="text" id="ITP_FORM_LOGIN_USER_ID" required value="BRD221100002">
54
+          <label for="ITP_FORM_LOGIN_USER_ID">아이디</label>
55
+          <div class="itp_del_btn">
56
+	          <button type="button" id="ITP_FORM_DEL_LOGIN_USER_ID">
57
+  				<img src="../img/close.png" alt="로고" class=" ">
58
+	          </button>
53
           </div>
59
           </div>
54
         </div>
60
         </div>
55
-        <div class="error" style="display: none">
56
-          <label>사업자번호와 관련된 브랜드 정보가 없습니다.</label>
61
+        <div class="input_area">
62
+          <input type="password" id="ITP_FORM_LOGIN_USER_PW"  required value="1">
63
+          <label for="ITP_FORM_LOGIN_USER_PW">비밀번호</label>
64
+          <div class="itp_del_btn">
65
+	          <button type="button" id="ITP_FORM_DEL_LOGIN_USER_PW">
66
+  				<img src="../img/close.png" alt="로고" class=" ">
67
+	          </button>
68
+          </div>
57
         </div>
69
         </div>
58
       </div>
70
       </div>
59
-      <div class="login_btn">
60
-        <button type="submit" id="login_btn" class="btn btn-primary btn-lg itp_btn">로그인</button>
71
+      <div class="error" style="display: none">
72
+        <label>사업자번호와 관련된 브랜드 정보가 없습니다.</label>
61
       </div>
73
       </div>
62
-      </form>
63
     </div>
74
     </div>
64
-  <script src="../js/app/login.js?version=20210826"></script>
65
-  <footer id="ITP_FOOTER">
75
+    <div class="login_btn">
76
+      <button type="submit" id="login_btn" class="btn btn-primary btn-lg itp_btn">로그인</button>
77
+    </div>
78
+  </form>
79
+</div>
80
+<script src="../js/app/login.js?version=20210826"></script>
81
+<footer id="ITP_FOOTER">
66
   <div id="ITP_MODAL_ALERT_AJAX" class="modal itp_modal" style="display:none;">
82
   <div id="ITP_MODAL_ALERT_AJAX" class="modal itp_modal" style="display:none;">
67
     <div class="modal-dialog modal-sm">
83
     <div class="modal-dialog modal-sm">
68
       <div class="modal-content">
84
       <div class="modal-content">
@@ -79,6 +95,7 @@
79
       </div>
95
       </div>
80
     </div>
96
     </div>
81
   </div>
97
   </div>
82
-  </footer>
98
+</footer>
99
+</body>
83
 </html>
100
 </html>
84
 
101
 

+ 4 - 266
src/main/webapp/mobile/app/main.html

@@ -32,13 +32,13 @@
32
 				<button id="ITP_MOBILE_BTN_MENU"><img src="../img/menu.png" alt=""></button>
32
 				<button id="ITP_MOBILE_BTN_MENU"><img src="../img/menu.png" alt=""></button>
33
 				<button id="ITP_MOBILE_BTN_HOME"><img src="../img/home.png" alt=""></button>
33
 				<button id="ITP_MOBILE_BTN_HOME"><img src="../img/home.png" alt=""></button>
34
 			</div>
34
 			</div>
35
-			<div class="logout">
36
-				<button id="ITP_MOBILE_BTN_LOGOUT"><img src="../img/logout.png" alt=""></button>
37
-			</div>
38
 			<div class="name_info">
35
 			<div class="name_info">
39
 				<div class="bn fnBrnadNm"></div>
36
 				<div class="bn fnBrnadNm"></div>
40
 				<div class="fnStoreNm"></div>
37
 				<div class="fnStoreNm"></div>
41
 			</div>
38
 			</div>
39
+			<div class="logout">
40
+				<button id="ITP_MOBILE_BTN_LOGOUT"><img src="../img/logout.png" alt=""></button>
41
+			</div>
42
 		</div>
42
 		</div>
43
 	</header>
43
 	</header>
44
 
44
 
@@ -104,269 +104,7 @@
104
 
104
 
105
 	<div id="ITP_CONTAINER" class="fix">
105
 	<div id="ITP_CONTAINER" class="fix">
106
 		<div class="itp_mobile_contents">
106
 		<div class="itp_mobile_contents">
107
-<section id="ITP_MOBILE_MPOMNG03010">  
108
-  <div id="ITP_POP_MPOMNG03010_SPPLY_AREA" class="popup2 mobile-pop-close" style="display: none;">
109
-	<div class="pop">
110
-		<div class="header">
111
-			<div class="header_left">
112
-				<label>공급업체</label>
113
-			</div>
114
-			<div class="header_right">
115
-				<button type="button" id="ITP_BTN_MPOMNG03010_POP_SPPLY_CLOSE"><img src="../img/close.png"></button>
116
-			</div>
117
-		</div>
118
-		<div class="search_bar">
119
-			<form id="ITP_FORM_MPOMNG03010_POP_SPPLY" class="form-horizontal" onsubmit="return false;">
120
-				<input type="hidden" id="ITP_FORM_MPOMNG03010_POP_SPPLY_ITEM_BRAND_ID" name="sbrandId" value="">
121
-				<input type="hidden" id="ITP_FORM_MPOMNG03010_PO_PSPPLY_ITEM_STORE_ID" name="sstoreId" value="">
122
-				<input id="ITP_FORM_MPOMNG03010_POP_SPPLY_KEYWORD" type="text" name="sSpplyNm" placeholder="공급업체명">
123
-				<button id="ITP_BTN_MPOMNG03010_POP_SPPLY_SEARCH"><img src="../img/search.png"></button>
124
-			</form>
125
-		</div>
126
-		<div class="select_btn">
127
-			<button id="ITP_BTN_MPOMNG03010_POP_SPPLY_NM" class="btn_blue">공급업체 ▼</button>
128
-		</div>
129
-		<div id="ITP_POP_MPOMNG03010_SPPLY_LIST_AREA" class="popup_scroll">
130
-			<ul id="ITP_POP_MPOMNG03010_SPPLY_LIST_ROWS" class="mb_0 itp_nav"></ul>
131
-			<div id="ITP_POP_MPOMNG03010_SPPLY_LIST_ROWCOPY" style="display: block;">
132
-				<li class="row_2">
133
-					<div class="scroll_left">
134
-						<div class="fnSpplyNm">공급업체 명A</div>
135
-						<div class="sub fnLocationNm">서울특별시 동대문구 서울 시립대로 12길</div>
136
-						<div class="sub fnLocationNm">누리자 B/D</div>
137
-					</div>
138
-					<div class="scroll_right">
139
-						<button id="ITP_BTN_MPOMNG03010_POP_SPPLY_CHOICE" class="fnSpplyId">선택</button>
140
-					</div>
141
-				</li>
142
-			</div>
143
-		</div>
144
-	</div>
145
-  </div>
146
-	<div id="ITP_POP_MPOMNG03010_WHS_AREA" class="popup2 mobile-pop-close" style="display: none;">
147
-		<div class="pop">
148
-			<div class="header">
149
-				<div class="header_left">
150
-					<label>납품장소</label>
151
-				</div>
152
-				<div class="header_right">
153
-					<button type="button" id="ITP_BTN_MPOMNG03010_POP_WHS_CLOSE" class="btn-pop-close"><img src="../img/close.png"></button>
154
-				</div>
155
-			</div>
156
-			<div class="search_bar">
157
-				<form id="ITP_FORM_MPOMNG03010_POP_WHS" class="form-horizontal" onsubmit="return false;">
158
-					<input type="hidden" id="ITP_FORM_MPOMNG03010_WHS_ITEM_BRAND_ID" name="sbrandId" value="">
159
-					<input type="hidden" id="ITP_FORM_MPOMNG03010_WHS_ITEM_STORE_ID" name="sstoreId" value="">
160
-					<input id="ITP_FORM_MPOMNG03010_POP_WHS_KEYWORD" type="text" name="swhsNm" placeholder="납품장소명">
161
-					<button id="ITP_BTN_MPOMNG03010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
162
-				</form>
163
-			</div>
164
-			<div class="select_btn">
165
-				<button id="ITP_BTN_MPOMNG03010_POP_WHS_NM" class="btn_blue">납품장소▼</button>
166
-			</div>
167
-			<div id="ITP_LIST_MPOMNG03010_POP_WHS_AREA" class="popup_scroll">
168
-				<ul id="ITP_LIST_MPOMNG03010_POP_WHS_ROWS" class="mb_0 itp_nav"></ul>
169
-				<div id="ITP_LIST_MPOMNG03010_POP_WHS_ROWCOPY" style="display: block;">
170
-					<li class="row_2">
171
-						<div class="scroll_left">
172
-							<div class="fnWhsNm">브랜드 창고 명A</div>
173
-						    <div class="sub fnLocationNm">서울특별시 동대문구 서울 시립대로 12길</div>
174
-							<div class="sub fnLocationNm">누리자 B/D</div>
175
-						</div>
176
-						<div class="scroll_right">
177
-							<button id="ITP_BTN_MPOMNG03010_POP_WHS_CHOICE" class="fnWhsId" data-whs-id="">선택</button>
178
-						</div>
179
-					</li>
180
-				</div>
181
-			</div>
182
-		</div>
183
-	</div>
184
-  <div id="ITP_AJAX_MPOMNG03010_LIST_CONTAINER" style="display: block;">
185
-      <form id="ITP_FORM_MPOMNG03010_LIST" class="form-horizontal" onsubmit="return false;">
186
-      <input type="hidden" id="ITP_FORM_MPOMNG03010_DETAIL_VIEW_CD" name="viewCd" value="C">
187
-	    <div class="content">
188
-    	  <div class="line header">
189
-			<div class="itp_search_header">구매발주현황</div>
190
-      	  </div>
191
-	      <div class="line">
192
-	        <label>발주일자</label>
193
-	        <div class="date_to date">
194
-	          <input id="ITP_FORM_MPOMNG03010_LIST_SEARCH_FROM_DT" name="fromDt" type="date">
195
-	          <div class="at">~</div>
196
-	          <input id="ITP_FORM_MPOMNG03010_LIST_SEARCH_TO_DT" name="toDt" type="date">
197
-	        </div>
198
-	      </div>
199
-	      <div class="line">
200
-	        <label>발주상태</label>
201
-	        <div class="float_left">
202
-	          <select name="spchOdrStCd" id="ITP_FORM_MPOMNG03010_LIST_SEARCH_PCH_ORD_ST_CD">
203
-	            <option value=""></option>
204
-	          </select>
205
-	      	</div>   
206
-	      </div>
207
-	      <div class="line">
208
-	        <label>공급업체</label>
209
-	        <div class="float_left">
210
-	          <input type="text" id="ITP_FORM_MPOMNG03010_LIST_SEARCH_SPPLY_NM" name="sspplyNm" placeholder="A공급업체명">
211
-			  <input type="hidden" id="ITP_FORM_MPOMNG03010_LIST_SEARCH_SPPLY_ID" class="" name="sspplyId" />
212
-              <div class="itp_input_btn">
213
-	         	 <button id="ITP_BTN_MPOMNG03010_LIST_SEARCH_SPPLY_NM"><img src="../img/search.png" alt=""></button>
214
-      		  </div>
215
-	        </div>
216
-	        <div class="float_right_btn">
217
-	          <button id="ITP_BTN_MPOMNG03010_LIST_DELETE_SPPLY_NM"><img src="../img/delete.png" alt=""></button>
218
-	        </div>
219
-	      </div>
220
-	      <div class="line">
221
-          	<label>납품장소</label>
222
-          	<div class="search_nm">
223
-	            <div class="float_left">
224
-	              <input type="text" id="ITP_FORM_MPOMNG03010_LIST_SEARCH_WHS_NM" class="" name="swhsNm" placeholder="매장명" />
225
-				  <input type="hidden" id="ITP_FORM_MPOMNG03010_LIST_SEARCH_WHS_ID" class="" name="swhsId" />
226
-           		  <div class="itp_input_btn">
227
-	              	<button id="ITP_BTN_MPOMNG03010_LIST_SEARCH_WHS_NM"><img src="../img/search.png" alt=""></button>
228
-				  </div>
229
-	            </div>
230
-	            <div class="float_right_btn">
231
-	              <button id="ITP_BTN_MPOMNG03010_LIST_DELETE_WHS_NM"><img src="../img/delete.png" alt=""></button>
232
-	            </div>
233
-          	</div>
234
-   	 	  </div>
235
-	      <div class="line" style="height:50px;">
236
-	        <div class="search">
237
-	          <button id="ITP_BTN_MPOMNG03010_LIST_SEARCH" class="btn-primary btn-sm ADB">검색</button>
238
-	        </div>
239
-	      </div>
240
-	      <div class="table_header">
241
-	        <h1><발주 내역></h1>
242
-	      </div>
243
-	    </div>
244
-      <div id="ITP_LIST_MPOMNG03010_LIST_ITEM_AREA" class="scroll_area row-3">
245
-        <ul id="ITP_LIST_MPOMNG03010_LIST_ITEM_ROWS" class="mb_0"></ul>
246
-        	<div id="ITP_LIST_MPOMNG03010_LIST_ITEM_ROWCOPY" style="display: block;">
247
-		      <li class="list-row2">
248
-		        <div class="left">
249
-		          <div class="nomal">
250
-		            <label>발주일자 &nbsp;:</label>
251
-		            <div class="history">
252
-		              <div class="fnPodrDt">2022.10.01</div> 
253
-		              (<div class="fnOwnerNm">홍길동 점주</div>)
254
-		            </div>
255
-		          </div>
256
-		        </div>
257
-		        <div class="left">
258
-		          <div class="nomal">
259
-		            <label>발주상태 &nbsp;:</label>
260
-		            <div class="history">
261
-		              <div class="fnPodrStCd">대기</div>
262
-		            </div>
263
-		            <label>납품장소명&nbsp;:</label>
264
-		            <div class="history">
265
-		              <div class="fnDlvPlaceNm">A매장내</div>
266
-		            </div>
267
-		          </div>
268
-		        </div>
269
-		        <div class="left">
270
-		          <div class="nomal">
271
-		            <label>발주정보 &nbsp;:</label>
272
-		            <div class="history">
273
-		              <div class="fnItemQty">품목수(3)</div> 
274
-		              <i>-</i>
275
-		              <div class="fnItemAtm">1,200,000</div>원
276
-		            </div>
277
-		          </div>
278
-		        </div>
279
-		        <div class="left">
280
-		          <div class="nomal">
281
-		            <label>공급업체 &nbsp;:</label>
282
-		            <div class="history">
283
-		              <div class="fnSpplyNm">A공급업체</div> 
284
-		            </div>
285
-		          </div>
286
-		        </div>
287
-		      </li>
288
-	      </div>
289
-	    </div>
290
-    </form>
291
-  </div>
292
-  <div id="ITP_AJAX_MPOMNG03010_VIEW_CONTAINER" style="display: none;">
293
-     <form id="ITP_FORM_MPOMNG03010_VIEW" class="form-horizontal" onsubmit="return false;">
294
-      <input type="hidden" id="ITP_FORM_MPOMNG03010_VIEW_VIEW_CD" name="viewCd" value="C">
295
-	    <div class="content">
296
-	      <div class="line">
297
-	        <label>발주일자</label>
298
-	        <div class="line_right">
299
-	          <div class="fnPodrDt">2022.10.10</div>
300
-	        </div>      
301
-	      </div>
302
-	      <div class="line">
303
-	        <label>발주금액</label>
304
-	        <div class="line_right">
305
-	          <div class="fnPodrAmt">424,000원</div>
306
-	        </div>
307
-	      </div>
308
-	      <div class="line">
309
-	        <label>납품장소</label>
310
-	        <div class="line_right">
311
-	          <div class="fnDlvPlace">A매장내</div>
312
-	        </div>
313
-	      </div>
314
-	      <div class="line">
315
-	        <label>공급업체</label>
316
-	        <div class="line_right">
317
-	          <div class="fnSpplyNm">A공급업체</div>
318
-	        </div>
319
-	      </div>
320
-	      <div class="table_header">
321
-	        <h1>> 발주 품목</h1>
322
-	      </div>
323
-	    </div>
324
-      <div id="ITP_LIST_MPOMNG03010_VIEW_ITEM_AREA" class="scroll_area row-2">
325
-        <ul id="ITP_LIST_MPOMNG03010_VIEW_ITEM_ROWS" class="mb_0"></ul>
326
-        	<div id="ITP_LIST_MPOMNG03010_VIEW_ITEM_ROWCOPY" style="display:block;">
327
-			  <li>
328
-		        <div>
329
-		          <div class="left_info col-4">
330
-		            <div class="thick">
331
-             		  <label>품목명</label>
332
-             		  <span>:</span>
333
-		              <div class="fnItemNm">품목명</div>
334
-		            </div>
335
-		          </div>
336
-		          <div class="left_info col-6">
337
-		            <div class="thick">
338
-		              <label>수량/금액</label> 
339
-		              <span>:</span>
340
-		              <div class="fnQty">200</div>
341
-		              <span>/</span>
342
-		              <div class="fnAmt">1,224,000</div>
343
-		            </div>
344
-		          </div>
345
-		          <div class="left_info col-4">
346
-		            <div class="thick">
347
-		              <label>구매가 </label>
348
-		              <span>:</span>
349
-		              <div class="fnPchActAmt">12,000</div>
350
-		            </div>
351
-		          </div>
352
-		          <div class="left_info col-6">
353
-		            <div class="thick">
354
-		              <label>납기요청일</label>
355
-		              <span>:</span>
356
-		              <div class="fnDlvReqDt">2022.10.01</div>
357
-		            </div>
358
-		          </div>
359
-		        </div>
360
-		      </li>
361
-	      </div>
362
-	    </div>
363
-	    <div class="button_bar">
364
-	      <button id="ITP_BTN_MPOMNG03010_VIEW_CANCEL" class="col_12 btn-gray CLB">취소</button>
365
-	    </div>
366
-    </form>
367
-  </div>
368
-  <div id="ITP_MOBILE_JS"></div>
369
-</section>
107
+
370
 		</div>
108
 		</div>
371
 	</div>
109
 	</div>
372
 	<footer id="ITP_FOOTER">
110
 	<footer id="ITP_FOOTER">

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

@@ -53,7 +53,7 @@
53
         </div>
53
         </div>
54
       </div>
54
       </div>
55
       <div id="ITP_LIST_MPOMNG01010_ITEM_AREA" class="scroll_area row-3">
55
       <div id="ITP_LIST_MPOMNG01010_ITEM_AREA" class="scroll_area row-3">
56
-        <ul id="ITP_LIST_MPOMNG01010_DETAIL_ROWS" class="mb_0"></ul>
56
+        <ul id="ITP_LIST_MPOMNG01010_DETAIL_ROWS" class="mb_0 panel-group"></ul>
57
         <div id="ITP_LIST_MPOMNG01010_DETAIL_ROWCOPY" style="display: none;">
57
         <div id="ITP_LIST_MPOMNG01010_DETAIL_ROWCOPY" style="display: none;">
58
       <!--   검색된 데이터가 없습니다  -->
58
       <!--   검색된 데이터가 없습니다  -->
59
       	<div class="itp_non_data" style="display:none;">
59
       	<div class="itp_non_data" style="display:none;">

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

@@ -1,18 +1,18 @@
1
 <section id="ITP_MOBILE_MPOMNG02010">
1
 <section id="ITP_MOBILE_MPOMNG02010">
2
-  <div id="ITP_AJAX_MPOMNG02010_LIST_CONTAINER" style="display: none;">
2
+  <div id="ITP_AJAX_MPOMNG02010_LIST_CONTAINER" style="display: block;">
3
     <div class="content">
3
     <div class="content">
4
       <form id="ITP_FORM_MPOMNG02010_LIST_SEARCH" class="form-horizontal" onsubmit="return false;">
4
       <form id="ITP_FORM_MPOMNG02010_LIST_SEARCH" class="form-horizontal" onsubmit="return false;">
5
         <input type="hidden" id="ITP_FORM_MPOMNG02010_LIST_SEARCH_BRAND_ID" name="sbrandId" value="">
5
         <input type="hidden" id="ITP_FORM_MPOMNG02010_LIST_SEARCH_BRAND_ID" name="sbrandId" value="">
6
         <input type="hidden" id="ITP_FORM_MPOMNG02010_LIST_SEARCH_STORE_ID" name="sstoreId" value="">
6
         <input type="hidden" id="ITP_FORM_MPOMNG02010_LIST_SEARCH_STORE_ID" name="sstoreId" value="">
7
    	    <div class="line header">
7
    	    <div class="line header">
8
-			<div class="itp_search_header">구매요청현황</div>
8
+			<div class="itp_search_header"><img src="../img/right_arrow_pink.png" alt="">구매요청현황</div>
9
       	</div>
9
       	</div>
10
         <div class="line">
10
         <div class="line">
11
           <label>구매요청일</label>
11
           <label>구매요청일</label>
12
 	        <div class="date_to date">
12
 	        <div class="date_to date">
13
-              <input type="text" id="ITP_FORM_MPOMNG02010_LIST_SEARCH_FROM_DT" name="fromDt" class="itp_input date" readonly>
13
+	          <input type="date" id="ITP_FORM_MPOMNG02010_LIST_SEARCH_FROM_DT" name="fromDt" pattern="\d{4}.\d{2}.\d{2}">
14
 	          <div class="at">~</div>
14
 	          <div class="at">~</div>
15
-              <input type="text" id="ITP_FORM_MPOMNG02010_LIST_SEARCH_TO_DT" name="toDt" class="itp_input date" readonly>
15
+	          <input type="date" id="ITP_FORM_MPOMNG02010_LIST_SEARCH_TO_DT" name="toDt" pattern="\d{4}.\d{2}.\d{2}">
16
 	        </div>
16
 	        </div>
17
 		</div>
17
 		</div>
18
       <div class="line">
18
       <div class="line">
@@ -46,17 +46,17 @@
46
       </div>
46
       </div>
47
       </form>
47
       </form>
48
     </div>
48
     </div>
49
-    <div id="ITP_LIST_MPOMNG02010_ITEM_AREA" class="scroll_area row-1">
50
-      <ul id="ITP_LIST_MPOMNG02010_ITEM_ROWS" class="mb_0 panel-group"></ul>
51
-      <div id="ITP_LIST_MPOMNG02010_ITEM_ROWCOPY" style="display: none;">
52
-        <li class="history_list list-row">
49
+    <div id="ITP_LIST_MPOMNG02010_LIST_AREA" class="scroll_area row-1">
50
+      <ul id="ITP_LIST_MPOMNG02010_LIST_ROWS" class="mb_0 panel-group"></ul>
51
+      <div id="ITP_LIST_MPOMNG02010_LIST_ROWCOPY" style="display: block;">
52
+        <li class="history_list">
53
           <div class="left">
53
           <div class="left">
54
             <div class="nomal">
54
             <div class="nomal">
55
               <label>구매요청일 </label>
55
               <label>구매요청일 </label>
56
               <span>:</span>
56
               <span>:</span>
57
               <div class="history">
57
               <div class="history">
58
-                <div class="fnPchReqDt"></div>
59
-                (<div class="fnPchReqMgrNm"></div>)
58
+                <div class="fnPchReqDt">2022.10.01</div>
59
+                (<div class="fnPchReqMgrNm">홍길동 점주</div>)
60
               </div>
60
               </div>
61
             </div>
61
             </div>
62
           </div>
62
           </div>
@@ -66,14 +66,14 @@
66
                   <label>구매상태</label>
66
                   <label>구매상태</label>
67
                   <span>:</span>
67
                   <span>:</span>
68
                   <div class="history">
68
                   <div class="history">
69
-                    <div class="fnPchReqStNm"></div>
69
+                    <div class="fnPchReqStNm">대기</div>
70
                   </div>
70
                   </div>
71
               </div>
71
               </div>
72
               <div class="half">
72
               <div class="half">
73
                   <label>납품장소명 </label>
73
                   <label>납품장소명 </label>
74
                   <span>:</span>
74
                   <span>:</span>
75
                   <div class="history">
75
                   <div class="history">
76
-                    <div class="fnWhsLocationNm"></div>
76
+                    <div class="fnWhsLocationNm">A매장내</div>
77
                   </div>
77
                   </div>
78
               </div>
78
               </div>
79
             </div>
79
             </div>
@@ -83,7 +83,7 @@
83
               <label>구매요청 정보</label>
83
               <label>구매요청 정보</label>
84
               <span>:</span>
84
               <span>:</span>
85
               <div class="history">
85
               <div class="history">
86
-                <div class="fnPchReqItemQty"></div>
86
+                <div class="fnPchReqItemQty">품목수(3)</div>
87
                 <i>- </i>
87
                 <i>- </i>
88
                 <div class="fnPchReqTotalAmt"></div> 원
88
                 <div class="fnPchReqTotalAmt"></div> 원
89
               </div>
89
               </div>
@@ -94,7 +94,7 @@
94
               <label>결재정보 </label>
94
               <label>결재정보 </label>
95
               <span>:</span>
95
               <span>:</span>
96
               <div class="history">
96
               <div class="history">
97
-                <div class="fnPchReqRjctNm"></div>
97
+                <div class="fnPchReqRjctNm">결제완료</div>
98
               </div>
98
               </div>
99
             </div>
99
             </div>
100
           </div>
100
           </div>
@@ -133,18 +133,19 @@
133
       </div>
133
       </div>
134
     </div>
134
     </div>
135
     <div id="ITP_LIST_MPOMNG02010_VIEW_AREA" class="scroll_area row-2">
135
     <div id="ITP_LIST_MPOMNG02010_VIEW_AREA" class="scroll_area row-2">
136
-      <ul id="ITP_LIST_MPOMNG02010_VIEW_ROWS" class="mb_0"></ul>
136
+      <ul id="ITP_LIST_MPOMNG02010_VIEW_ROWS" class="mb_0 panel-group"></ul>
137
       <div id="ITP_LIST_MPOMNG02010_VIEW_ROWCOPY" style="display: block;">
137
       <div id="ITP_LIST_MPOMNG02010_VIEW_ROWCOPY" style="display: block;">
138
         <li class="list-row">
138
         <li class="list-row">
139
           <div class="left_info">
139
           <div class="left_info">
140
-             <div class="thick">
140
+            <div class="thick">
141
+              	<label>품목명</label>
142
+                <span>:</span>
141
                 <div class="itp_item fnItemNm">품목명</div>
143
                 <div class="itp_item fnItemNm">품목명</div>
142
               </div>
144
               </div>
143
               <div class="thick">
145
               <div class="thick">
144
-                <div class="itp_gram fnUnitAmt">700g</div>
145
-              </div>
146
-              <div class="thick">
147
-                <div class="itp_amt fnUnitAmt">1,120,000원</div>
146
+              	<label>구매가</label>
147
+                <span>:</span>
148
+                <div class="itp_amt fnUnitAmt">asdfasdf</div>
148
               </div>
149
               </div>
149
            </div>   
150
            </div>   
150
           <div class="right">
151
           <div class="right">
@@ -170,7 +171,7 @@
170
       <input type="hidden" id="ITP_FORM_MPOMNG02010_MODIFY_MALL_ID" name="mallId" value="">
171
       <input type="hidden" id="ITP_FORM_MPOMNG02010_MODIFY_MALL_ID" name="mallId" value="">
171
       <div class="content">
172
       <div class="content">
172
       	<div class="line header">
173
       	<div class="line header">
173
-			<div class="itp_search_header">구매요청현황</div>
174
+			<div class="itp_search_header"><img src="../img/right_arrow_pink.png" alt="">구매요청현황</div>
174
       	</div>
175
       	</div>
175
         <div class="line">
176
         <div class="line">
176
           <label>납기요청일</label>
177
           <label>납기요청일</label>
@@ -211,21 +212,22 @@
211
         </div>
212
         </div>
212
       </div>
213
       </div>
213
       <div id="ITP_LIST_MPOMNG02010_MODIFY_AREA" class="scroll_area row-1-1">
214
       <div id="ITP_LIST_MPOMNG02010_MODIFY_AREA" class="scroll_area row-1-1">
214
-        <ul id="ITP_LIST_MPOMNG02010_MODIFY_ROWS" class="mb_0"></ul>
215
-        <div id="ITP_LIST_MPOMNG02010_MODIFY_ROWCOPY" style="display: block;">
215
+        <ul id="ITP_LIST_MPOMNG02010_MODIFY_ROWS" class="mb_0 panel-group"></ul>
216
+        <div id="ITP_LIST_MPOMNG02010_MODIFY_ROWCOPY" style="display: none;">
216
           <li class="list-row">
217
           <li class="list-row">
217
             <div class="left_info">
218
             <div class="left_info">
218
               <div class="check_box">
219
               <div class="check_box">
219
-                <div><input type="checkbox" name="brandUnitUnqNo" class="fnBrandUnitUnqNo" /></div>
220
+                <div style="display:none;"><input style="width:20px;" type="checkbox" name="brandUnitUnqNo" class="fnBrandUnitUnqNo" /></div>
220
               </div>
221
               </div>
221
               <div class="thick">
222
               <div class="thick">
223
+              	<label>품목명</label>
224
+                <span>:</span>
222
                 <div class="itp_item fnItemNm">품목명</div>
225
                 <div class="itp_item fnItemNm">품목명</div>
223
               </div>
226
               </div>
224
               <div class="thick">
227
               <div class="thick">
225
-                <div class="itp_gram fnUnitAmt">700g</div>
226
-              </div>
227
-              <div class="thick">
228
-                <div class="itp_amt fnUnitAmt">1,120,000원</div>
228
+              	<label>구매가</label>
229
+                <span>:</span>
230
+                <div class="itp_amt fnUnitAmt">asdfasdf</div>
229
               </div>
231
               </div>
230
             </div>
232
             </div>
231
             <div class="right">
233
             <div class="right">
@@ -284,16 +286,16 @@
284
         </form>
286
         </form>
285
       </div>
287
       </div>
286
       <div class="select_btn">
288
       <div class="select_btn">
287
-        <button id="ITP_BTN_MPOMNG02010_POP_WHS_NM" class="btn_blue">납품장소 V</button>
289
+        <button id="ITP_BTN_MPOMNG02010_POP_WHS_NM" class="btn_blue">납품장소 </button>
288
       </div>
290
       </div>
289
       <div id="ITP_LIST_MPOMNG02010_POP_WHS_AREA" class="popup_scroll">
291
       <div id="ITP_LIST_MPOMNG02010_POP_WHS_AREA" class="popup_scroll">
290
-        <ul id="ITP_LIST_MPOMNG02010_POP_WHS_ROWS" class="mb_0 itp_nav"></ul>
291
-        <div id="ITP_LIST_MPOMNG02010_POP_WHS_ROWCOPY" style="display: none;">
292
+        <ul id="ITP_LIST_MPOMNG02010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
293
+        <div id="ITP_LIST_MPOMNG02010_POP_WHS_ROWCOPY" style="display: block;">
292
           <li class="row_2">
294
           <li class="row_2">
293
             <div class="scroll_left">
295
             <div class="scroll_left">
294
-              <div class="fnWhsNm"></div>
295
-              <div class="sub fnLocationNm"></div>
296
-              <div class="sub fnLocationNm"></div>
296
+              <div class="fnWhsNm">브랜드 창고 명A</div>
297
+              <div class="sub fnLocationNm">서울특별시 동대문구 서울 시립대로 12길</div>
298
+              <div class="sub fnLocationNm">누리자 B/D</div>
297
             </div>
299
             </div>
298
             <div class="scroll_right">
300
             <div class="scroll_right">
299
               <button id="ITP_BTN_MPOMNG02010_POP_WHS_CHOICE" class="fnWhsId" data-whs-id="">선택</button>
301
               <button id="ITP_BTN_MPOMNG02010_POP_WHS_CHOICE" class="fnWhsId" data-whs-id="">선택</button>
@@ -325,7 +327,7 @@
325
         </div>
327
         </div>
326
       </form>
328
       </form>
327
       <div id="ITP_LIST_MPOMNG02010_POP_ITEM_AREA" class="popup_scroll">
329
       <div id="ITP_LIST_MPOMNG02010_POP_ITEM_AREA" class="popup_scroll">
328
-        <ul id="ITP_LIST_MPOMNG02010_POP_ITEM_ROWS" class="mb_0"></ul>
330
+        <ul id="ITP_LIST_MPOMNG02010_POP_ITEM_ROWS" class="mb_0 panel-group"></ul>
329
         <div id="ITP_LIST_MPOMNG02010_POP_ITEM_ROWCOPY" style="display: block;">
331
         <div id="ITP_LIST_MPOMNG02010_POP_ITEM_ROWCOPY" style="display: block;">
330
            <li class="row_2">
332
            <li class="row_2">
331
              <div class="scroll_left">
333
              <div class="scroll_left">

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

@@ -21,13 +21,12 @@
21
 			  <button id="ITP_BTN_MPOMNG04010_POP_SPPLY_NM" class="btn_blue">공급업체 ▼</button>
21
 			  <button id="ITP_BTN_MPOMNG04010_POP_SPPLY_NM" class="btn_blue">공급업체 ▼</button>
22
 		  </div>
22
 		  </div>
23
 		  <div id="ITP_POP_MPOMNG04010_SPPLY_LIST_AREA" class="popup_scroll">
23
 		  <div id="ITP_POP_MPOMNG04010_SPPLY_LIST_AREA" class="popup_scroll">
24
-			  <ul id="ITP_POP_MPOMNG04010_SPPLY_LIST_ROWS" class="mb_0 itp_nav"></ul>
24
+			  <ul id="ITP_POP_MPOMNG04010_SPPLY_LIST_ROWS" class="mb_0 panel-group itp_nav"></ul>
25
 			  <div id="ITP_POP_MPOMNG04010_SPPLY_LIST_ROWCOPY" style="display: block;">
25
 			  <div id="ITP_POP_MPOMNG04010_SPPLY_LIST_ROWCOPY" style="display: block;">
26
 				  <li class="row_2">
26
 				  <li class="row_2">
27
 					  <div class="scroll_left">
27
 					  <div class="scroll_left">
28
-						  <div class="fnSpplyNm">공급업체 명A</div>
29
-						  <div class="sub fnLocationNm">서울특별시 동대문구 서울 시립대로 12길</div>
30
-						  <div class="sub fnLocationNm">누리자 B/D</div>
28
+						  <div class="con_2 fnSpplyNm">공급업체 명A</div>
29
+						  <div class="con_2 sub fnStNm">($)</div>
31
 					  </div>
30
 					  </div>
32
 					  <div class="scroll_right">
31
 					  <div class="scroll_right">
33
 						  <button id="ITP_BTN_MPOMNG04010_POP_SPPLY_CHOICE" class="fnSpplyId">선택</button>
32
 						  <button id="ITP_BTN_MPOMNG04010_POP_SPPLY_CHOICE" class="fnSpplyId">선택</button>
@@ -37,7 +36,7 @@
37
 		  </div>
36
 		  </div>
38
 	  </div>
37
 	  </div>
39
 	</div>
38
 	</div>
40
-	  <div id="ITP_POP_MPOMNG04010_WHS_AREA" class="popup2 mobile-pop-close" style="display: none;">
39
+    <div id="ITP_POP_MPOMNG04010_WHS_AREA" class="popup2 mobile-pop-close" style="display: none;">
41
 		  <div class="pop">
40
 		  <div class="pop">
42
 			  <div class="header">
41
 			  <div class="header">
43
 				  <div class="header_left">
42
 				  <div class="header_left">
@@ -59,7 +58,7 @@
59
 				  <button id="ITP_BTN_MPOMNG04010_POP_WHS_NM" class="btn_blue">납품장소▼</button>
58
 				  <button id="ITP_BTN_MPOMNG04010_POP_WHS_NM" class="btn_blue">납품장소▼</button>
60
 			  </div>
59
 			  </div>
61
 			  <div id="ITP_LIST_MPOMNG04010_POP_WHS_AREA" class="popup_scroll">
60
 			  <div id="ITP_LIST_MPOMNG04010_POP_WHS_AREA" class="popup_scroll">
62
-				  <ul id="ITP_LIST_MPOMNG04010_POP_WHS_ROWS" class="mb_0 itp_nav"></ul>
61
+				  <ul id="ITP_LIST_MPOMNG04010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
63
 				  <div id="ITP_LIST_MPOMNG04010_POP_WHS_ROWCOPY" style="display: block;">
62
 				  <div id="ITP_LIST_MPOMNG04010_POP_WHS_ROWCOPY" style="display: block;">
64
 					  <li class="row_2">
63
 					  <li class="row_2">
65
 						  <div class="scroll_left">
64
 						  <div class="scroll_left">
@@ -80,8 +79,8 @@
80
 		<input type="hidden" id="ITP_FORM_MPOMNG04010_DETAIL_VIEW_CD" name="viewCd" value="C">
79
 		<input type="hidden" id="ITP_FORM_MPOMNG04010_DETAIL_VIEW_CD" name="viewCd" value="C">
81
 		  <div class="content">
80
 		  <div class="content">
82
 			<div class="line header">
81
 			<div class="line header">
83
-			  <div class="itp_search_header">구매발주현황</div>
84
-			  </div>
82
+			  <div class="itp_search_header"><img src="../img/right_arrow_pink.png" alt="">구매발주현황</div>
83
+		    </div>
85
 			<div class="line">
84
 			<div class="line">
86
 			  <label>발주일자</label>
85
 			  <label>발주일자</label>
87
 			  <div class="date_to date">
86
 			  <div class="date_to date">
@@ -136,7 +135,7 @@
136
 			</div>
135
 			</div>
137
 		  </div>
136
 		  </div>
138
 		<div id="ITP_LIST_MPOMNG04010_LIST_ITEM_AREA" class="scroll_area row-3">
137
 		<div id="ITP_LIST_MPOMNG04010_LIST_ITEM_AREA" class="scroll_area row-3">
139
-		  <ul id="ITP_LIST_MPOMNG04010_LIST_ITEM_ROWS" class="mb_0"></ul>
138
+		  <ul id="ITP_LIST_MPOMNG04010_LIST_ITEM_ROWS" class="mb_0 panel-group"></ul>
140
 			  <div id="ITP_LIST_MPOMNG04010_LIST_ITEM_ROWCOPY" style="display: block;">
139
 			  <div id="ITP_LIST_MPOMNG04010_LIST_ITEM_ROWCOPY" style="display: block;">
141
 				<li class="list-row2">
140
 				<li class="list-row2">
142
 				  <div class="left">
141
 				  <div class="left">
@@ -216,38 +215,44 @@
216
 			</div>
215
 			</div>
217
 		  </div>
216
 		  </div>
218
 		<div id="ITP_LIST_MPOMNG04010_VIEW_ITEM_AREA" class="scroll_area row-2">
217
 		<div id="ITP_LIST_MPOMNG04010_VIEW_ITEM_AREA" class="scroll_area row-2">
219
-		  <ul id="ITP_LIST_MPOMNG04010_VIEW_ITEM_ROWS" class="mb_0"></ul>
218
+		  <ul id="ITP_LIST_MPOMNG04010_VIEW_ITEM_ROWS" class="mb_0 panel-group"></ul>
220
 			  <div id="ITP_LIST_MPOMNG04010_VIEW_ITEM_ROWCOPY" style="display:block;">
219
 			  <div id="ITP_LIST_MPOMNG04010_VIEW_ITEM_ROWCOPY" style="display:block;">
221
-				<li>
222
-				  <div>
223
-					<div class="left_info col-4">
224
-					  <div class="thick">
225
-						 <label>품목명</label>
226
-						 <span>:</span>
227
-						<div class="fnItemNm">품목명</div>
228
-					  </div>
220
+				<li class="list-row2">
221
+				  <div class="left">
222
+					<div class="nomal">
223
+					  <label>품목명</label>
224
+					  <span>:</span>
225
+					  <div class="fnItemNm">품목명</div>
229
 					</div>
226
 					</div>
230
-					<div class="left_info col-6">
231
-					  <div class="thick">
232
-						<label>수량/금액</label> 
233
-						<span>:</span>
234
-						<div class="fnQty">200</div>
235
-						<span>/</span>
236
-						<div class="fnAmt">1,224,000</div>
227
+				  </div>
228
+				  <div class="left">
229
+					<div class="nomal">
230
+					  <label>수량</label>
231
+					  <span>:</span>
232
+					  <div class="history">
233
+						<div class="fnQty">대기</div>
234
+					  </div>
235
+					  <label class="sub_info">금액&nbsp;:</label>
236
+					  <div class="history">
237
+						<div class="fnAmt">A매장내</div>
237
 					  </div>
238
 					  </div>
238
 					</div>
239
 					</div>
239
-					<div class="left_info col-4">
240
-					  <div class="thick">
241
-						<label>구매가 </label>
242
-						<span>:</span>
243
-						<div class="fnPchActAmt">12,000</div>
240
+				  </div>
241
+				  <div class="left">
242
+					<div class="nomal">
243
+					  <label>구매가 </label>
244
+					  <div class="history">
245
+					  <span>:</span>
246
+					  <div class="fnPchActAmt">품목수(3)</div> 
244
 					  </div>
247
 					  </div>
245
 					</div>
248
 					</div>
246
-					<div class="left_info col-6">
247
-					  <div class="thick">
248
-						<label>납기요청일</label>
249
-						<span>:</span>
250
-						<div class="fnDlvReqDt">2022.10.01</div>
249
+				  </div>
250
+				  <div class="left">
251
+					<div class="nomal">
252
+					  <label>납기요청일가 </label>
253
+					  <div class="history">
254
+					  	<span>:</span>
255
+						<div class="fnDlvReqDt">A공급업체</div> 
251
 					  </div>
256
 					  </div>
252
 					</div>
257
 					</div>
253
 				  </div>
258
 				  </div>

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

@@ -5,6 +5,9 @@
5
 			<input type="hidden" id="ITP_FORM_MPOMNG05010_LIST_SEARCH_STORE_ID" name="sstoreId" value="">
5
 			<input type="hidden" id="ITP_FORM_MPOMNG05010_LIST_SEARCH_STORE_ID" name="sstoreId" value="">
6
 			<input type="hidden" id="ITP_FORM_MPOMNG05010_LIST_SEARCH_IDX" name="sidx" value="0">
6
 			<input type="hidden" id="ITP_FORM_MPOMNG05010_LIST_SEARCH_IDX" name="sidx" value="0">
7
 			<div class="content">
7
 			<div class="content">
8
+				<div class="line header">
9
+				  <div class="itp_search_header"><img src="../img/right_arrow_pink.png" alt="">납품서현황</div>
10
+			    </div>
8
 				<div class="line">
11
 				<div class="line">
9
 					<select class="itp_label_select" name="dtlGubun" id="ITP_FORM_MPOMNG05010_LIST_DTL_GUBUN">
12
 					<select class="itp_label_select" name="dtlGubun" id="ITP_FORM_MPOMNG05010_LIST_DTL_GUBUN">
10
 						<option value="1">발주생성일</option>
13
 						<option value="1">발주생성일</option>
@@ -69,9 +72,9 @@
69
 				</div>
72
 				</div>
70
 			</div>
73
 			</div>
71
 			<div id="ITP_LIST_MPOMNG05010_LIST_ITEM_AREA" class="scroll_area row-4">
74
 			<div id="ITP_LIST_MPOMNG05010_LIST_ITEM_AREA" class="scroll_area row-4">
72
-				<ul id="ITP_LIST_MPOMNG05010_LIST_ITEM_ROWS" class="mb_0"></ul>
75
+				<ul id="ITP_LIST_MPOMNG05010_LIST_ITEM_ROWS" class="mb_0 panel-group"></ul>
73
 				<div id="ITP_LIST_MPOMNG05010_LIST_ITEM_ROWCOPY" style="display: block;">
76
 				<div id="ITP_LIST_MPOMNG05010_LIST_ITEM_ROWCOPY" style="display: block;">
74
-					<li class="history_list2 list-row">
77
+					<li class="history_list2">
75
 						<div class="left">
78
 						<div class="left">
76
 							<div class="nomal">
79
 							<div class="nomal">
77
 								<label class="">납품번호 </label>
80
 								<label class="">납품번호 </label>
@@ -144,7 +147,7 @@
144
 				<button id="ITP_BTN_MPOMNG05010_POP_SPPLY_NM" class="btn_blue">공급업체▼</button>
147
 				<button id="ITP_BTN_MPOMNG05010_POP_SPPLY_NM" class="btn_blue">공급업체▼</button>
145
 			</div>
148
 			</div>
146
 			<div id="ITP_POP_MPOMNG05010_LIST_SPPLY_AREA" class="popup_scroll">
149
 			<div id="ITP_POP_MPOMNG05010_LIST_SPPLY_AREA" class="popup_scroll">
147
-				<ul id="ITP_POP_MPOMNG05010_LIST_SPPLY_ROWS" class="mb_0 itp_nav"></ul>
150
+				<ul id="ITP_POP_MPOMNG05010_LIST_SPPLY_ROWS" class="mb_0 panel-group itp_nav"></ul>
148
 				<div id="ITP_POP_MPOMNG05010_LIST_SPPLY_ROWCOPY" style="display: block;">
151
 				<div id="ITP_POP_MPOMNG05010_LIST_SPPLY_ROWCOPY" style="display: block;">
149
 					<li class="row_2">
152
 					<li class="row_2">
150
 						<div class="scroll_left">
153
 						<div class="scroll_left">
@@ -159,7 +162,7 @@
159
 			</div>
162
 			</div>
160
 		</div>
163
 		</div>
161
 	</div>
164
 	</div>
162
-	<div id="ITP_POP_MPOMNG05010_WHS_AREA" class="popup2 mobile-pop-close" style="display: block;">
165
+	<div id="ITP_POP_MPOMNG05010_WHS_AREA" class="popup2 mobile-pop-close" style="display: none;">
163
 		<div class="pop">
166
 		<div class="pop">
164
 			<div class="header">
167
 			<div class="header">
165
 				<div class="header_left">
168
 				<div class="header_left">
@@ -181,7 +184,7 @@
181
 				<button id="ITP_BTN_MPOMNG05010_POP_WHS_NM" class="btn_blue">납품장소▼</button>
184
 				<button id="ITP_BTN_MPOMNG05010_POP_WHS_NM" class="btn_blue">납품장소▼</button>
182
 			</div>
185
 			</div>
183
 			<div id="ITP_LIST_MPOMNG05010_POP_WHS_AREA" class="popup_scroll">
186
 			<div id="ITP_LIST_MPOMNG05010_POP_WHS_AREA" class="popup_scroll">
184
-				<ul id="ITP_LIST_MPOMNG05010_POP_WHS_ROWS" class="mb_0 itp_nav"></ul>
187
+				<ul id="ITP_LIST_MPOMNG05010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
185
 				<div id="ITP_LIST_MPOMNG05010_POP_WHS_ROWCOPY" style="display: block;">
188
 				<div id="ITP_LIST_MPOMNG05010_POP_WHS_ROWCOPY" style="display: block;">
186
 					<li class="row_2">
189
 					<li class="row_2">
187
 						<div class="scroll_left">
190
 						<div class="scroll_left">

+ 25 - 18
src/main/webapp/mobile/app/mpomng/MPOMNG06010.html

@@ -5,13 +5,12 @@
5
 			<input type="hidden" id="ITP_FORM_MPOMNG02010_LIST_SEARCH_STORE_ID" name="sstoreId" value="">
5
 			<input type="hidden" id="ITP_FORM_MPOMNG02010_LIST_SEARCH_STORE_ID" name="sstoreId" value="">
6
 			<input type="hidden" id="ITP_FORM_MPOMNG02010_LIST_SEARCH_IDX" name="sidx" value="0">
6
 			<input type="hidden" id="ITP_FORM_MPOMNG02010_LIST_SEARCH_IDX" name="sidx" value="0">
7
 			<div class="content">
7
 			<div class="content">
8
+				<div class="line header">
9
+				  <div class="itp_search_header"><img src="../img/right_arrow_pink.png" alt="">입고처리</div>
10
+			    </div>
8
 				<div class="line">
11
 				<div class="line">
9
 					<label>납품예정일</label>
12
 					<label>납품예정일</label>
10
 					<div class="date_to">
13
 					<div class="date_to">
11
-						<!--<input type="text" id="ITP_FORM_MPOMNG06010_LIST_SEARCH_FROM_DT" class="form-control itp_input" name="fromDt" readonly>
12
-						<span class="input-group-addon itp_date_to">~</span>
13
-						<input type="text" id="ITP_FORM_STINFO02010_SEARCH_TO_DT" class="form-control itp_input" name="toDt" readonly>-->
14
-
15
 						<input id="ITP_FORM_MPOMNG06010_LIST_SEARCH_FROM_DT" name="fromDt" class="year" type="date">
14
 						<input id="ITP_FORM_MPOMNG06010_LIST_SEARCH_FROM_DT" name="fromDt" class="year" type="date">
16
 						<div class="at">~</div>
15
 						<div class="at">~</div>
17
 						<input id="ITP_FORM_MPOMNG06010_LIST_SEARCH_TO_DT" name="toDt" class="year" type="date">
16
 						<input id="ITP_FORM_MPOMNG06010_LIST_SEARCH_TO_DT" name="toDt" class="year" type="date">
@@ -67,13 +66,14 @@
67
 		</form>
66
 		</form>
68
 		<form id="ITP_FORM_MPOMNG06010_LIST_MODIFY" class="form-horizontal" onsubmit="return false;">
67
 		<form id="ITP_FORM_MPOMNG06010_LIST_MODIFY" class="form-horizontal" onsubmit="return false;">
69
 			<div id="ITP_LIST_MPOMNG06010_LIST_ITEM_AREA" class="scroll_area row-4">
68
 			<div id="ITP_LIST_MPOMNG06010_LIST_ITEM_AREA" class="scroll_area row-4">
70
-				<ul id="ITP_LIST_MPOMNG06010_LIST_ITEM_ROWS" class="mb_0"></ul>
69
+				<ul id="ITP_LIST_MPOMNG06010_LIST_ITEM_ROWS" class="mb_0 panel-group"></ul>
71
 				<div id="ITP_LIST_MPOMNG06010_LIST_ITEM_ROWCOPY" style="display: block;">
70
 				<div id="ITP_LIST_MPOMNG06010_LIST_ITEM_ROWCOPY" style="display: block;">
72
 					<li class="history_list2">
71
 					<li class="history_list2">
73
 						<div class="left">
72
 						<div class="left">
74
 							<div class="nomal">
73
 							<div class="nomal">
75
 								<label>납품번호 </label>
74
 								<label>납품번호 </label>
76
 								<div class="history">
75
 								<div class="history">
76
+									<span>:</span>
77
 									<div class="fnDlvSttmtUnqNo"></div>
77
 									<div class="fnDlvSttmtUnqNo"></div>
78
 								</div>
78
 								</div>
79
 							</div>
79
 							</div>
@@ -82,6 +82,7 @@
82
 							<div class="nomal">
82
 							<div class="nomal">
83
 								<label class="history_label">납품예정일</label>
83
 								<label class="history_label">납품예정일</label>
84
 								<div class="history">
84
 								<div class="history">
85
+									<span>:</span>
85
 									<div class="fnDlvSchDt history_info"></div>
86
 									<div class="fnDlvSchDt history_info"></div>
86
 								</div>
87
 								</div>
87
 							</div>
88
 							</div>
@@ -90,10 +91,12 @@
90
 							<div class="nomal">
91
 							<div class="nomal">
91
 								<label>공급업체</label>
92
 								<label>공급업체</label>
92
 								<div class="history">
93
 								<div class="history">
94
+									<span>:</span>
93
 									<div class="fnSpplyNm history_info"></div>
95
 									<div class="fnSpplyNm history_info"></div>
94
 								</div>
96
 								</div>
95
 								<label class="sub_info">납품장소</label>
97
 								<label class="sub_info">납품장소</label>
96
 								<div class="history">
98
 								<div class="history">
99
+									<span>:</span>
97
 									<div class="fnWhsNm"></div>
100
 									<div class="fnWhsNm"></div>
98
 								</div>
101
 								</div>
99
 							</div>
102
 							</div>
@@ -102,6 +105,7 @@
102
 							<div class="nomal">
105
 							<div class="nomal">
103
 								<label>품목 </label>
106
 								<label>품목 </label>
104
 								<div class="history">
107
 								<div class="history">
108
+									<span>:</span>
105
 									<div class="fnItemNm">(EA)</div>
109
 									<div class="fnItemNm">(EA)</div>
106
 								</div>
110
 								</div>
107
 							</div>
111
 							</div>
@@ -110,10 +114,12 @@
110
 							<div class="nomal">
114
 							<div class="nomal">
111
 								<label>납품수량</label>
115
 								<label>납품수량</label>
112
 								<div class="history">
116
 								<div class="history">
117
+									<span>:</span>
113
 									<div class="fnDlvQty history_info">10</div>
118
 									<div class="fnDlvQty history_info">10</div>
114
 								</div>
119
 								</div>
115
 								<label class="sub_info">입고수량</label>
120
 								<label class="sub_info">입고수량</label>
116
 								<div class="history">
121
 								<div class="history">
122
+									<span>:</span>
117
 									<input id="ITP_FORM_MPOMNG06010_LIST_WHS_QTY" class="fnWhsQty" name="whsQty" type="text" placeholder="10">
123
 									<input id="ITP_FORM_MPOMNG06010_LIST_WHS_QTY" class="fnWhsQty" name="whsQty" type="text" placeholder="10">
118
 								</div>
124
 								</div>
119
 							</div>
125
 							</div>
@@ -132,7 +138,7 @@
132
 		<div class="pop">
138
 		<div class="pop">
133
 			<div class="header">
139
 			<div class="header">
134
 				<div class="header_left">
140
 				<div class="header_left">
135
-					<label>> 공급업체</label>
141
+					<label>공급업체</label>
136
 				</div>
142
 				</div>
137
 				<div class="header_right">
143
 				<div class="header_right">
138
 					<button type="button" id="ITP_BTN_MPOMNG06010_POP_SPPLY_CLOSE"><img src="../img/close.png"></button>
144
 					<button type="button" id="ITP_BTN_MPOMNG06010_POP_SPPLY_CLOSE"><img src="../img/close.png"></button>
@@ -146,16 +152,16 @@
146
 					<button id="ITP_BTN_MPOMNG06010_POP_SPPLY_SEARCH"><img src="../img/search.png"></button>
152
 					<button id="ITP_BTN_MPOMNG06010_POP_SPPLY_SEARCH"><img src="../img/search.png"></button>
147
 				</form>
153
 				</form>
148
 			</div>
154
 			</div>
149
-			<div class="search_bar">
155
+			<div class="select_btn">
150
 				<button id="ITP_BTN_MPOMNG06010_POP_SPPLY_NM" class="btn_blue">공급업체▼</button>
156
 				<button id="ITP_BTN_MPOMNG06010_POP_SPPLY_NM" class="btn_blue">공급업체▼</button>
151
 			</div>
157
 			</div>
152
 			<div id="ITP_POP_MPOMNG06010_LIST_SPPLY_AREA" class="popup_scroll">
158
 			<div id="ITP_POP_MPOMNG06010_LIST_SPPLY_AREA" class="popup_scroll">
153
-				<ul id="ITP_POP_MPOMNG06010_LIST_SPPLY_ROWS" class="panel-group itp_nav"></ul>
154
-				<div id="ITP_POP_MPOMNG06010_LIST_SPPLY_ROWCOPY" style="display: none;">
155
-					<li class="list-row">
159
+				<ul id="ITP_POP_MPOMNG06010_LIST_SPPLY_ROWS" class="mb_0 panel-group itp_nav"></ul>
160
+				<div id="ITP_POP_MPOMNG06010_LIST_SPPLY_ROWCOPY" style="display: block;">
161
+					<li class="row_2">
156
 						<div class="scroll_left">
162
 						<div class="scroll_left">
157
-							<div class="fnSpplyNm">공급업체 명A</div>
158
-							<div class="fnStNm">($)</div>
163
+							<div class="con_2 fnSpplyNm">공급업체 명A</div>
164
+							<div class="con_2 fnStNm">($)</div>
159
 						</div>
165
 						</div>
160
 						<div class="scroll_right">
166
 						<div class="scroll_right">
161
 							<button id="ITP_BTN_MPOMNG06010_POP_SPPLY_CHOICE" class="fnSpplyId" data-item-key="">선택</button>
167
 							<button id="ITP_BTN_MPOMNG06010_POP_SPPLY_CHOICE" class="fnSpplyId" data-item-key="">선택</button>
@@ -183,16 +189,17 @@
183
 					<button id="ITP_BTN_MPOMNG06010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
189
 					<button id="ITP_BTN_MPOMNG06010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
184
 				</form>
190
 				</form>
185
 			</div>
191
 			</div>
186
-			<div class="search_bar">
192
+			<div class="select_btn">
187
 				<button id="ITP_BTN_MPOMNG06010_POP_WHS_NM" class="btn_blue">납품장소▼</button>
193
 				<button id="ITP_BTN_MPOMNG06010_POP_WHS_NM" class="btn_blue">납품장소▼</button>
188
 			</div>
194
 			</div>
189
 			<div id="ITP_LIST_MPOMNG06010_POP_WHS_AREA" class="popup_scroll">
195
 			<div id="ITP_LIST_MPOMNG06010_POP_WHS_AREA" class="popup_scroll">
190
-				<ul id="ITP_LIST_MPOMNG06010_POP_WHS_ROWS" class="panel-group itp_nav"></ul>
191
-				<div id="ITP_LIST_MPOMNG06010_POP_WHS_ROWCOPY" style="display:none;">
192
-					<li class="list-row">
196
+				<ul id="ITP_LIST_MPOMNG06010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
197
+				<div id="ITP_LIST_MPOMNG06010_POP_WHS_ROWCOPY" style="display: block;">
198
+					<li class="row_2">
193
 						<div class="scroll_left">
199
 						<div class="scroll_left">
194
-							<div class="fnWhsNm">브랜드 창고 명A</div>
195
-							<div class="fnLocationNm">(상세위치내용)</div>
200
+						  <div class="fnWhsNm">브랜드 창고 명A</div>
201
+						  <div class="sub fnLocationNm">서울특별시 동대문구 서울 시립대로 12길</div>
202
+						  <div class="sub fnLocationNm">누리자 B/D</div>
196
 						</div>
203
 						</div>
197
 						<div class="scroll_right">
204
 						<div class="scroll_right">
198
 							<button id="ITP_BTN_MPOMNG06010_POP_WHS_CHOICE" class="fnWhsId" data-whs-id="">선택</button>
205
 							<button id="ITP_BTN_MPOMNG06010_POP_WHS_CHOICE" class="fnWhsId" data-whs-id="">선택</button>

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

@@ -5,6 +5,9 @@
5
 			<input type="hidden" id="ITP_FORM_MPOMNG07010_LIST_SEARCH_STORE_ID" name="sstoreId" value="">
5
 			<input type="hidden" id="ITP_FORM_MPOMNG07010_LIST_SEARCH_STORE_ID" name="sstoreId" value="">
6
 			<input type="hidden" id="ITP_FORM_MPOMNG07010_LIST_SEARCH_IDX" name="sidx" value="0">
6
 			<input type="hidden" id="ITP_FORM_MPOMNG07010_LIST_SEARCH_IDX" name="sidx" value="0">
7
 	    <div class="content">
7
 	    <div class="content">
8
+    	  <div class="line header">
9
+    	  	<div class="itp_search_header"><img src="../img/right_arrow_pink.png" alt="">입고현황</div>
10
+	      </div>
8
 	      <div class="line">
11
 	      <div class="line">
9
 			  <label>입고일자</label>
12
 			  <label>입고일자</label>
10
 	        <div class="date_to">
13
 	        <div class="date_to">
@@ -15,44 +18,40 @@
15
 	      </div>
18
 	      </div>
16
 	      <div class="line">
19
 	      <div class="line">
17
 	        <label>발주번호</label>
20
 	        <label>발주번호</label>
18
-	        <div class="search_wrap">
19
-		        <div class="line_right">
20
-		          <input id="ITP_FORM_MPOMNG07010_LIST_PCH_PODR_UNQ_NO" name="spchPodrUnqNo" type="text">
21
-		        </div>
22
-		    </div>    
21
+	        <div class="float_left">
22
+	          <input id="ITP_FORM_MPOMNG07010_LIST_PCH_PODR_UNQ_NO" name="spchPodrUnqNo" type="text">
23
+	        </div>
23
 	      </div>
24
 	      </div>
24
 			<div class="line">
25
 			<div class="line">
25
 				<label>공급업체</label>
26
 				<label>공급업체</label>
26
-				<div class="search_nm">
27
-					<div class="float_left">
28
-						<input type="text" id="ITP_FORM_MPOMNG07010_LIST_SEARCH_SPPLY_NM" name="sspplyNm" placeholder="A공급업체명" readonly>
29
-						<input type="hidden" id="ITP_FORM_MPOMNG07010_LIST_SEARCH_SPPLY_ID" class="" name="sspplyId" />
30
-					</div>
31
-					<div class="float_left_btn">
27
+				<div class="float_left">
28
+					<input type="text" id="ITP_FORM_MPOMNG07010_LIST_SEARCH_SPPLY_NM" name="sspplyNm" placeholder="A공급업체명" readonly>
29
+					<input type="hidden" id="ITP_FORM_MPOMNG07010_LIST_SEARCH_SPPLY_ID" class="" name="sspplyId" />
30
+       				<div class="itp_input_btn">
32
 						<button id="ITP_BTN_MPOMNG07010_LIST_SEARCH_SPPLY_NM"><img src="../img/search.png" alt=""></button>
31
 						<button id="ITP_BTN_MPOMNG07010_LIST_SEARCH_SPPLY_NM"><img src="../img/search.png" alt=""></button>
33
-						<button id="ITP_BTN_MPOMNG07010_LIST_DELETE_SPPLY_NM"><img src="../img/delete.png" alt=""></button>
34
 					</div>
32
 					</div>
35
 				</div>
33
 				</div>
34
+				<div class="float_right_btn">
35
+					<button id="ITP_BTN_MPOMNG07010_LIST_DELETE_SPPLY_NM"><img src="../img/delete.png" alt=""></button>
36
+				</div>
36
 			</div>
37
 			</div>
37
 			<div class="line">
38
 			<div class="line">
38
 				<label>납품장소</label>
39
 				<label>납품장소</label>
39
-				<div class="search_nm">
40
-					<div class="float_left">
41
-						<input type="text" id="ITP_FORM_MPOMNG07010_LIST_SEARCH_WHS_NM" class="" name="swhsNm" placeholder="매장명" readonly />
42
-						<input type="hidden" id="ITP_FORM_MPOMNG07010_LIST_SEARCH_WHS_ID" class="" name="swhsId" />
43
-					</div>
44
-					<div class="float_left_btn">
40
+				<div class="float_left">
41
+					<input type="text" id="ITP_FORM_MPOMNG07010_LIST_SEARCH_WHS_NM" class="" name="swhsNm" placeholder="매장명" readonly />
42
+					<input type="hidden" id="ITP_FORM_MPOMNG07010_LIST_SEARCH_WHS_ID" class="" name="swhsId" />
43
+       				<div class="itp_input_btn">
45
 						<button id="ITP_BTN_MPOMNG07010_LIST_SEARCH_WHS_NM"><img src="../img/search.png" alt=""></button>
44
 						<button id="ITP_BTN_MPOMNG07010_LIST_SEARCH_WHS_NM"><img src="../img/search.png" alt=""></button>
46
-						<button id="ITP_BTN_MPOMNG07010_LIST_DELETE_WHS_NM"><img src="../img/delete.png" alt=""></button>
47
 					</div>
45
 					</div>
48
 				</div>
46
 				</div>
47
+				<div class="float_right_btn">
48
+					<button id="ITP_BTN_MPOMNG07010_LIST_DELETE_WHS_NM"><img src="../img/delete.png" alt=""></button>
49
+				</div>
49
 			</div>
50
 			</div>
50
 	      <div class="line">
51
 	      <div class="line">
51
 	        <label>품목명</label>
52
 	        <label>품목명</label>
52
-	       	<div class="search_wrap">
53
-		        <div class="float_left">
54
-		          <input id="ITP_FORM_MPOMNG07010_LIST_ITEM_NM" name="sitemNm" style="width: 262px;" type="text" placeholder="품목명">
55
-		        </div>
53
+	        <div class="float_left">
54
+	          <input id="ITP_FORM_MPOMNG07010_LIST_ITEM_NM" name="sitemNm" type="text" placeholder="품목명">
56
 	        </div>
55
 	        </div>
57
 	      </div>
56
 	      </div>
58
 	      <div class="line" style="height:50px;">
57
 	      <div class="line" style="height:50px;">
@@ -65,14 +64,15 @@
65
 	      </div>
64
 	      </div>
66
 	    </div>
65
 	    </div>
67
       <div id="ITP_LIST_MPOMNG07010_LIST_ITEM_AREA" class="scroll_area row-4">
66
       <div id="ITP_LIST_MPOMNG07010_LIST_ITEM_AREA" class="scroll_area row-4">
68
-        <ul id="ITP_LIST_MPOMNG07010_LIST_ITEM_ROWS" class="panel-group"></ul>
69
-        	<div id="ITP_LIST_MPOMNG07010_LIST_ITEM_ROWCOPY" style="display: none;">
70
-		      <li class="history_list2 list-row">
67
+        <ul id="ITP_LIST_MPOMNG07010_LIST_ITEM_ROWS" class="mb_0 panel-group"></ul>
68
+        	<div id="ITP_LIST_MPOMNG07010_LIST_ITEM_ROWCOPY" style="display: block;">
69
+		      <li class="history_list2">
71
 		        <div class="left">
70
 		        <div class="left">
72
 		          <div class="nomal">
71
 		          <div class="nomal">
73
 		            <label>발주번호 </label>
72
 		            <label>발주번호 </label>
74
 		            <div class="history">
73
 		            <div class="history">
75
-		              <div class="fnPchPodrUnqNo"></div>
74
+		           		<span>:</span>
75
+		              	<div class="fnPchPodrUnqNo"></div>
76
 		            </div>
76
 		            </div>
77
 		          </div>
77
 		          </div>
78
 		        </div>
78
 		        </div>
@@ -80,6 +80,7 @@
80
 		          <div class="nomal">
80
 		          <div class="nomal">
81
 		            <label class="history_label">입고일자</label>
81
 		            <label class="history_label">입고일자</label>
82
 		            <div class="history">
82
 		            <div class="history">
83
+		              <span>:</span>
83
 		              <div class="fnDlvCmpltDt history_info"></div>
84
 		              <div class="fnDlvCmpltDt history_info"></div>
84
 		            </div>
85
 		            </div>
85
 		          </div>
86
 		          </div>
@@ -88,10 +89,12 @@
88
 		          <div class="nomal">
89
 		          <div class="nomal">
89
 		            <label>공급업체</label>
90
 		            <label>공급업체</label>
90
 		            <div class="history">
91
 		            <div class="history">
92
+		              <span>:</span>
91
 		              <div class="fnSpplyNm history_info"></div>
93
 		              <div class="fnSpplyNm history_info"></div>
92
 		            </div>
94
 		            </div>
93
 		            <label class="sub_info">납품장소</label>
95
 		            <label class="sub_info">납품장소</label>
94
 		            <div class="history">
96
 		            <div class="history">
97
+		           	  <span>:</span>
95
 		              <div class="fnDlvPlace"></div>
98
 		              <div class="fnDlvPlace"></div>
96
 		            </div>
99
 		            </div>
97
 		          </div>
100
 		          </div>
@@ -100,6 +103,7 @@
100
 		          <div class="nomal">
103
 		          <div class="nomal">
101
 		            <label>품목 </label>
104
 		            <label>품목 </label>
102
 		            <div class="history">
105
 		            <div class="history">
106
+		              <span>:</span>
103
 		              <div class="fnItemNm">품목명(EA)</div> 
107
 		              <div class="fnItemNm">품목명(EA)</div> 
104
 		            </div>
108
 		            </div>
105
 		          </div>
109
 		          </div>
@@ -108,10 +112,12 @@
108
 		          <div class="nomal">
112
 		          <div class="nomal">
109
 		            <label>발주수량</label>
113
 		            <label>발주수량</label>
110
 		            <div class="history">
114
 		            <div class="history">
115
+		              <span>:</span>
111
 		              <div class="fnPodrQty history_info"></div>
116
 		              <div class="fnPodrQty history_info"></div>
112
 		            </div>
117
 		            </div>
113
 		            <label class="sub_info">입고수량</label>
118
 		            <label class="sub_info">입고수량</label>
114
 		            <div class="history">
119
 		            <div class="history">
120
+		              <span>:</span>
115
 		              <div class="fnWhsQty"></div>
121
 		              <div class="fnWhsQty"></div>
116
 		            </div>
122
 		            </div>
117
 		          </div>
123
 		          </div>
@@ -126,7 +132,7 @@
126
 		<div class="pop">
132
 		<div class="pop">
127
 			<div class="header">
133
 			<div class="header">
128
 				<div class="header_left">
134
 				<div class="header_left">
129
-					<label>> 공급업체</label>
135
+					<label>공급업체</label>
130
 				</div>
136
 				</div>
131
 				<div class="header_right">
137
 				<div class="header_right">
132
 					<button type="button" id="ITP_BTN_MPOMNG07010_POP_SPPLY_CLOSE"><img src="../img/close.png"></button>
138
 					<button type="button" id="ITP_BTN_MPOMNG07010_POP_SPPLY_CLOSE"><img src="../img/close.png"></button>
@@ -140,16 +146,16 @@
140
 					<button id="ITP_BTN_MPOMNG07010_POP_SPPLY_SEARCH"><img src="../img/search.png"></button>
146
 					<button id="ITP_BTN_MPOMNG07010_POP_SPPLY_SEARCH"><img src="../img/search.png"></button>
141
 				</form>
147
 				</form>
142
 			</div>
148
 			</div>
143
-			<div class="search_bar">
149
+			<div class="select_btn">
144
 				<button id="ITP_BTN_MPOMNG07010_POP_SPPLY_NM" class="btn_blue">공급업체▼</button>
150
 				<button id="ITP_BTN_MPOMNG07010_POP_SPPLY_NM" class="btn_blue">공급업체▼</button>
145
 			</div>
151
 			</div>
146
 			<div id="ITP_POP_MPOMNG07010_LIST_SPPLY_AREA" class="popup_scroll">
152
 			<div id="ITP_POP_MPOMNG07010_LIST_SPPLY_AREA" class="popup_scroll">
147
-				<ul id="ITP_POP_MPOMNG07010_LIST_SPPLY_ROWS" class="panel-group itp_nav"></ul>
148
-				<div id="ITP_POP_MPOMNG07010_LIST_SPPLY_ROWCOPY" style="display: none;">
149
-					<li class="list-row">
153
+				<ul id="ITP_POP_MPOMNG07010_LIST_SPPLY_ROWS" class="mb_0 panel-group itp_nav"></ul>
154
+				<div id="ITP_POP_MPOMNG07010_LIST_SPPLY_ROWCOPY" style="display: block;">
155
+					<li class="row_2">
150
 						<div class="scroll_left">
156
 						<div class="scroll_left">
151
-							<div class="fnSpplyNm">공급업체 명A</div>
152
-							<div class="fnStNm">($)</div>
157
+							<div class="con_2 fnSpplyNm">공급업체 명A</div>
158
+							<div class="con_2 fnStNm">($)</div>
153
 						</div>
159
 						</div>
154
 						<div class="scroll_right">
160
 						<div class="scroll_right">
155
 							<button id="ITP_BTN_MPOMNG07010_POP_SPPLY_CHOICE" class="fnSpplyId" data-item-key="">선택</button>
161
 							<button id="ITP_BTN_MPOMNG07010_POP_SPPLY_CHOICE" class="fnSpplyId" data-item-key="">선택</button>
@@ -163,7 +169,7 @@
163
 		<div class="pop">
169
 		<div class="pop">
164
 			<div class="header">
170
 			<div class="header">
165
 				<div class="header_left">
171
 				<div class="header_left">
166
-					<label>> 납품장소</label>
172
+					<label>납품장소</label>
167
 				</div>
173
 				</div>
168
 				<div class="header_right">
174
 				<div class="header_right">
169
 					<button type="button" id="ITP_BTN_MPOMNG07010_POP_WHS_CLOSE"><img src="../img/close.png"></button>
175
 					<button type="button" id="ITP_BTN_MPOMNG07010_POP_WHS_CLOSE"><img src="../img/close.png"></button>
@@ -177,16 +183,17 @@
177
 					<button id="ITP_BTN_MPOMNG07010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
183
 					<button id="ITP_BTN_MPOMNG07010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
178
 				</form>
184
 				</form>
179
 			</div>
185
 			</div>
180
-			<div class="search_bar">
186
+			<div class="select_btn">
181
 				<button id="ITP_BTN_MPOMNG07010_POP_WHS_NM" class="btn_blue">납품장소▼</button>
187
 				<button id="ITP_BTN_MPOMNG07010_POP_WHS_NM" class="btn_blue">납품장소▼</button>
182
 			</div>
188
 			</div>
183
 			<div id="ITP_LIST_MPOMNG07010_POP_WHS_AREA" class="popup_scroll">
189
 			<div id="ITP_LIST_MPOMNG07010_POP_WHS_AREA" class="popup_scroll">
184
-				<ul id="ITP_LIST_MPOMNG07010_POP_WHS_ROWS" class="panel-group itp_nav"></ul>
185
-				<div id="ITP_LIST_MPOMNG07010_POP_WHS_ROWCOPY" style="display:none;">
186
-					<li class="list-row">
190
+				<ul id="ITP_LIST_MPOMNG07010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
191
+				<div id="ITP_LIST_MPOMNG07010_POP_WHS_ROWCOPY" style="display: block;">
192
+					<li class="row_2">
187
 						<div class="scroll_left">
193
 						<div class="scroll_left">
188
 							<div class="fnWhsNm">브랜드 창고 명A</div>
194
 							<div class="fnWhsNm">브랜드 창고 명A</div>
189
 							<div class="fnLocationNm">(상세위치내용)</div>
195
 							<div class="fnLocationNm">(상세위치내용)</div>
196
+							<div class="sub fnLocationNm">누리자 B/D</div>
190
 						</div>
197
 						</div>
191
 						<div class="scroll_right">
198
 						<div class="scroll_right">
192
 							<button id="ITP_BTN_MPOMNG07010_POP_WHS_CHOICE" class="fnWhsId" data-whs-id="">선택</button>
199
 							<button id="ITP_BTN_MPOMNG07010_POP_WHS_CHOICE" class="fnWhsId" data-whs-id="">선택</button>

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

@@ -7,6 +7,9 @@
7
 			<input type="hidden" id="ITP_FORM_MRTNMNG01010_DETAIL_WHS_DVSN" name="whsDvsn" value="">
7
 			<input type="hidden" id="ITP_FORM_MRTNMNG01010_DETAIL_WHS_DVSN" name="whsDvsn" value="">
8
 			<input type="hidden" id="ITP_FORM_MRTNMNG01010_DETAIL_RTN_REQ_ST_CD" name="rtnReqStCd" value="">
8
 			<input type="hidden" id="ITP_FORM_MRTNMNG01010_DETAIL_RTN_REQ_ST_CD" name="rtnReqStCd" value="">
9
 			<div class="content">
9
 			<div class="content">
10
+				<div class="line header">
11
+					<div class="itp_search_header"><img src="../img/right_arrow_pink.png" alt="">반품요청</div>
12
+		      	</div>
10
 				<div class="line">
13
 				<div class="line">
11
 					<label>반품요청일</label>
14
 					<label>반품요청일</label>
12
 					<input id="ITP_FORM_MRTNMNG01010_DETAIL_DLV_REQ_DT" name="colReqDt" class="date" data-check-required="empty" type="date" placeholder="">
15
 					<input id="ITP_FORM_MRTNMNG01010_DETAIL_DLV_REQ_DT" name="colReqDt" class="date" data-check-required="empty" type="date" placeholder="">
@@ -19,45 +22,46 @@
19
 				</div>
22
 				</div>
20
 				<div class="line">
23
 				<div class="line">
21
 					<label>빈품장소</label>
24
 					<label>빈품장소</label>
22
-					<div class="search_nm">
23
-						<div class="float_left">
24
-							<input type="text" id="ITP_FORM_MRTNMNG01010_DETAIL_WHS_NM" class="" name="rtnWhsNm" data-check-required="empty" placeholder="" readonly />
25
-							<input type="hidden" id="ITP_FORM_MRTNMNG01010_DETAIL_WHS_ID" class="form-control itp_input" name="rtnWhsId" value="" />
26
-							<input type="text" id="ITP_FORM_MRTNMNG01010_DETAIL_LOCATION_NM" class="" name="rtnWhsNm" data-check-required="empty" placeholder="" readonly />
27
-							<input type="hidden" id="ITP_FORM_MRTNMNG01010_DETAIL_LOCATION" class="form-control itp_input" name="rtnLocation" value="" />
28
-						</div>
29
-						<div class="float_left_btn">
25
+					<div class="float_left">
26
+						<input type="text" id="ITP_FORM_MRTNMNG01010_DETAIL_WHS_NM" class="" name="rtnWhsNm" data-check-required="empty" placeholder="" readonly />
27
+						<input type="hidden" id="ITP_FORM_MRTNMNG01010_DETAIL_WHS_ID" class="form-control itp_input" name="rtnWhsId" value="" />
28
+						<input type="hidden" id="ITP_FORM_MRTNMNG01010_DETAIL_LOCATION_NM" class="" name="rtnWhsNm" data-check-required="empty" placeholder="" readonly />
29
+						<input type="hidden" id="ITP_FORM_MRTNMNG01010_DETAIL_LOCATION" class="form-control itp_input" name="rtnLocation" value="" />
30
+       					<div class="itp_input_btn">
30
 							<button id="ITP_BTN_MRTNMNG01010_DETAIL_SEARCH_WHS_NM" data-call-popup="ITP_POP_MRTNMNG01010_WHS_AREA"><img src="../img/search.png" alt=""></button>
31
 							<button id="ITP_BTN_MRTNMNG01010_DETAIL_SEARCH_WHS_NM" data-call-popup="ITP_POP_MRTNMNG01010_WHS_AREA"><img src="../img/search.png" alt=""></button>
31
-							<button id="ITP_BTN_MRTNMNG01010_DETAIL_DELETE_WHS_NM"><img src="../img/delete.png" alt=""></button>
32
 						</div>
32
 						</div>
33
 					</div>
33
 					</div>
34
+					<div class="float_right_btn">
35
+						<button id="ITP_BTN_MRTNMNG01010_DETAIL_DELETE_WHS_NM"><img src="../img/delete.png" alt=""></button>
36
+					</div>
34
 				</div>
37
 				</div>
35
-				<div class="line">
38
+				<div class="header line">
36
 					<div class="table_header">
39
 					<div class="table_header">
37
-						<h1>>빈품 품목</h1>
40
+						<h1><빈품 품목></h1>
38
 						<button type="button" id="ITP_BTN_MRTNMNG01010_DETAIL_DELROW" class="btn-primary btn-sm ADB">품목삭제</button>
41
 						<button type="button" id="ITP_BTN_MRTNMNG01010_DETAIL_DELROW" class="btn-primary btn-sm ADB">품목삭제</button>
39
 						<button type="button" id="ITP_BTN_MRTNMNG01010_DETAIL_ADDROW" class="btn-primary btn-sm ADB" data-call-popup="ITP_POP_MRTNMNG01010_ITEM_AREA">품목추가</button>
42
 						<button type="button" id="ITP_BTN_MRTNMNG01010_DETAIL_ADDROW" class="btn-primary btn-sm ADB" data-call-popup="ITP_POP_MRTNMNG01010_ITEM_AREA">품목추가</button>
40
 					</div>
43
 					</div>
41
 				</div>
44
 				</div>
42
 			</div>
45
 			</div>
43
-			<div id="ITP_LIST_MRTNMNG01010_ITEM_AREA" class="scroll_area row-1-1">
44
-				<ul id="ITP_LIST_MRTNMNG01010_DETAIL_ROWS" class="panel-group"></ul>
45
-				<div id="ITP_LIST_MRTNMNG01010_DETAIL_ROWCOPY" style="display:none;">
46
-					<li class="row_2">
46
+			<div id="ITP_LIST_MRTNMNG01010_ITEM_AREA" class="scroll_area row-2-1">
47
+				<ul id="ITP_LIST_MRTNMNG01010_DETAIL_ROWS" class="mb_0 panel-group"></ul>
48
+				<div id="ITP_LIST_MRTNMNG01010_DETAIL_ROWCOPY" style="display: block;">
49
+					<li class="list-row">
47
 						<div class="left_info">
50
 						<div class="left_info">
48
-							<div class="check_box"><!-- class 변경 -->
49
-								<div><input type="checkbox" name="brandUnitUnqNo" class="fnBrandUnitUnqNo" /></div>
50
-							</div>
51
-							<div class="thick">
52
-								<div class="fnItemNm">품목명</div>
53
-								<div>-</div>
54
-								<div class="fnUnit">EA</div>
55
-							</div>
56
-							<div class="thick">
57
-								<label class="space0">구매가 :</label>
58
-								<div class="fnUnitAmt">1,120,000</div>
59
-							</div>
60
-						</div>
51
+			              <div class="check_box">
52
+			                <div style="display:none;"><input style="width:20px;" type="checkbox" name="brandUnitUnqNo" class="fnBrandUnitUnqNo" /></div>
53
+			              </div>
54
+			              <div class="thick">
55
+			              	<label>품목명</label>
56
+			                <span>:</span>
57
+			                <div class="itp_item fnItemNm">품목명</div>
58
+			              </div>
59
+			              <div class="thick">
60
+			              	<label>구매가</label>
61
+			                <span>:</span>
62
+			                <div class="itp_amt fnUnitAmt">asdfasdf</div>
63
+			              </div>
64
+			            </div>
61
 						<div class="right">
65
 						<div class="right">
62
 							<button id="ITP_BTN_MRTNMNG01010_DETAIL_MINUS" class="DETAIL_ITEM_MINUS">-</button>
66
 							<button id="ITP_BTN_MRTNMNG01010_DETAIL_MINUS" class="DETAIL_ITEM_MINUS">-</button>
63
 							<div class="num fnPchReqQty">1</div>
67
 							<div class="num fnPchReqQty">1</div>
@@ -99,7 +103,7 @@
99
 		<div class="pop">
103
 		<div class="pop">
100
 			<div class="header">
104
 			<div class="header">
101
 				<div class="header_left">
105
 				<div class="header_left">
102
-					<label>> 반품장소</label>
106
+					<label>반품장소</label>
103
 				</div>
107
 				</div>
104
 				<div class="header_right">
108
 				<div class="header_right">
105
 					<button type="button" id="ITP_BTN_MRTNMNG01010_POP_WHS_CLOSE" class="btn-pop-close"><img src="../img/close.png"></button>
109
 					<button type="button" id="ITP_BTN_MRTNMNG01010_POP_WHS_CLOSE" class="btn-pop-close"><img src="../img/close.png"></button>
@@ -113,16 +117,17 @@
113
 					<button id="ITP_BTN_MRTNMNG01010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
117
 					<button id="ITP_BTN_MRTNMNG01010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
114
 				</form>
118
 				</form>
115
 			</div>
119
 			</div>
116
-			<div class="search_bar">
120
+			<div class="select_btn">
117
 				<button id="ITP_BTN_MRTNMNG01010_POP_WHS_NM" class="btn_blue">반품장소▼</button>
121
 				<button id="ITP_BTN_MRTNMNG01010_POP_WHS_NM" class="btn_blue">반품장소▼</button>
118
 			</div>
122
 			</div>
119
 			<div id="ITP_LIST_MRTNMNG01010_POP_WHS_AREA" class="popup_scroll">
123
 			<div id="ITP_LIST_MRTNMNG01010_POP_WHS_AREA" class="popup_scroll">
120
-				<ul id="ITP_LIST_MRTNMNG01010_POP_WHS_ROWS" class="panel-group itp_nav"></ul>
121
-				<div id="ITP_LIST_MRTNMNG01010_POP_WHS_ROWCOPY" style="display:none;">
124
+				<ul id="ITP_LIST_MRTNMNG01010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
125
+				<div id="ITP_LIST_MRTNMNG01010_POP_WHS_ROWCOPY" style="display: block;">
122
 					<li class="row_2">
126
 					<li class="row_2">
123
 						<div class="scroll_left">
127
 						<div class="scroll_left">
124
 							<div class="fnWhsNm">브랜드 창고 명A</div>
128
 							<div class="fnWhsNm">브랜드 창고 명A</div>
125
-							<div class="fnLocationNm">(상세위치내용)</div>
129
+							<div class="sub fnLocationNm">(상세위치내용)</div>
130
+							<div class="sub fnLocationNm">누리자 B/D</div>
126
 						</div>
131
 						</div>
127
 						<div class="scroll_right">
132
 						<div class="scroll_right">
128
 							<button id="ITP_BTN_MRTNMNG01010_POP_WHS_CHOICE" class="fnWhsId" data-whs-id="">선택</button>
133
 							<button id="ITP_BTN_MRTNMNG01010_POP_WHS_CHOICE" class="fnWhsId" data-whs-id="">선택</button>
@@ -136,7 +141,7 @@
136
 		<div class="pop">
141
 		<div class="pop">
137
 			<div class="header">
142
 			<div class="header">
138
 				<div class="header_left">
143
 				<div class="header_left">
139
-					<label>> 품목 검색</label>
144
+					<label>품목 검색</label>
140
 				</div>
145
 				</div>
141
 				<div class="header_right">
146
 				<div class="header_right">
142
 					<button type="button" id="ITP_BTN_MRTNMNG01010_POP_ITEM_CLOSE" class="btn-pop-close"><img src="../img/close.png"></button>
147
 					<button type="button" id="ITP_BTN_MRTNMNG01010_POP_ITEM_CLOSE" class="btn-pop-close"><img src="../img/close.png"></button>
@@ -149,33 +154,27 @@
149
 					<input id="ITP_FORM_MRTNMNG01010_POP_ITEM_KEYWORD" name="sitemNm" type="text" placeholder="품목명/품목번호" />
154
 					<input id="ITP_FORM_MRTNMNG01010_POP_ITEM_KEYWORD" name="sitemNm" type="text" placeholder="품목명/품목번호" />
150
 					<button id="ITP_BTN_MRTNMNG01010_POP_ITEM_SEARCH"><img src="../img/search.png"></button>
155
 					<button id="ITP_BTN_MRTNMNG01010_POP_ITEM_SEARCH"><img src="../img/search.png"></button>
151
 				</div>
156
 				</div>
152
-				<div class="search_bar">
157
+				<div class="select_btn">
153
 					<button id="ITP_BTN_MRTNMNG01010_POP_ITEM_NM" class="btn_blue">품목명▼</button>
158
 					<button id="ITP_BTN_MRTNMNG01010_POP_ITEM_NM" class="btn_blue">품목명▼</button>
154
 				</div>
159
 				</div>
155
 			</form>
160
 			</form>
156
 			<div id="ITP_LIST_MRTNMNG01010_POP_ITEM_AREA" class="popup_scroll">
161
 			<div id="ITP_LIST_MRTNMNG01010_POP_ITEM_AREA" class="popup_scroll">
157
-				<ul id="ITP_LIST_MRTNMNG01010_POP_ITEM_ROWS" class="panel-group"></ul>
158
-				<div id="ITP_LIST_MRTNMNG01010_POP_ITEM_ROWCOPY" style="display:none;">
162
+				<ul id="ITP_LIST_MRTNMNG01010_POP_ITEM_ROWS" class="mb_0 panel-group"></ul>
163
+				<div id="ITP_LIST_MRTNMNG01010_POP_ITEM_ROWCOPY" style="display: block;">
159
 					<li class="row_2">
164
 					<li class="row_2">
160
-						<div class="left" style="width:180px;">
161
-							<div class="thick">
162
-								<div class="fnItemNm">품목명</div>
163
-								<div>-</div>
164
-								<div class="fnUnit">EA</div>
165
-							</div>
166
-							<div class="thick" style="font-weight:100;">
167
-								<div class="space">구매가 :</div>
168
-								<div class="fnUnitAmt">0</div>
169
-							</div>
170
-						</div>
165
+						 <div class="scroll_left">
166
+                            <div class="fnItemNm"></div>
167
+                            <div class="sub fnKg"></div>
168
+                            <div class="amt fnUnitAmt"></div>
169
+                        </div>
170
+                        <div class="scroll_right">
171
+                            <button id="ITP_BTN_MPOMNG01010_POP_ITEM_ADD" class="POP_ITEM_ADD">추가</button>
172
+                        </div>
171
 						<div class="right">
173
 						<div class="right">
172
 							<button id="ITP_BTN_MRTNMNG01010_POP_ITEM_MINUS" class="POP_ITEM_MINUS">-</button>
174
 							<button id="ITP_BTN_MRTNMNG01010_POP_ITEM_MINUS" class="POP_ITEM_MINUS">-</button>
173
 							<div class="num fnPchReqQty">1</div>
175
 							<div class="num fnPchReqQty">1</div>
174
 							<button id="ITP_BTN_MRTNMNG01010_POP_ITEM_PLUS" class="POP_ITEM_PLUS">+</button>
176
 							<button id="ITP_BTN_MRTNMNG01010_POP_ITEM_PLUS" class="POP_ITEM_PLUS">+</button>
175
 						</div>
177
 						</div>
176
-						<div class="add">
177
-							<button id="ITP_BTN_MRTNMNG01010_POP_ITEM_ADD" class="POP_ITEM_ADD">추가</button>
178
-						</div>
179
 					</li>
178
 					</li>
180
 				</div>
179
 				</div>
181
 			</div>
180
 			</div>

+ 29 - 23
src/main/webapp/mobile/css/style.css

@@ -155,6 +155,11 @@ body.eee {height: 700px; background: #eee;}
155
 #ITP_LOGIN .login_popup .num_area .input_area {margin-bottom: 10px;}
155
 #ITP_LOGIN .login_popup .num_area .input_area {margin-bottom: 10px;}
156
 #ITP_LOGIN .login_popup .num_area .input_area input {width:50%; font-size: 0.8rem; }
156
 #ITP_LOGIN .login_popup .num_area .input_area input {width:50%; font-size: 0.8rem; }
157
 #ITP_LOGIN .login_popup .num_area .input_area button {margin-left: 0.1%; width: 19.5%; height: 45px; background-color: #f7b014; color: #eee; font-size: 16px; padding: 0; border:3px solid #fbd896; border-radius: 10px;}
157
 #ITP_LOGIN .login_popup .num_area .input_area button {margin-left: 0.1%; width: 19.5%; height: 45px; background-color: #f7b014; color: #eee; font-size: 16px; padding: 0; border:3px solid #fbd896; border-radius: 10px;}
158
+#ITP_LOGIN .login_popup .itp_del_btn.reg_no {left:120px; top:5px;}
159
+#ITP_LOGIN .login_popup .itp_del_btn.reg_no button {width:45px; border:none; background:transparent;}
160
+#ITP_LOGIN .login_popup .itp_del_btn {position:absolute; top:12px; right:66px;}
161
+#ITP_LOGIN .login_popup .itp_del_btn button {width:25px; border:none; padding:0;}
162
+#ITP_LOGIN .login_popup .itp_del_btn button img{width:18px;}
158
 #ITP_LOGIN .login_popup .num_area .brand_list select {padding-left: 10px; width: 70%; height: 45px; font-size: 0.8rem; border:2px solid #ddd; border-radius:10px; background: url(../img/downarrow.png)no-repeat 95% 50%/20px auto; -webkit-appearance:none; appearance:none;}
163
 #ITP_LOGIN .login_popup .num_area .brand_list select {padding-left: 10px; width: 70%; height: 45px; font-size: 0.8rem; border:2px solid #ddd; border-radius:10px; background: url(../img/downarrow.png)no-repeat 95% 50%/20px auto; -webkit-appearance:none; appearance:none;}
159
 #ITP_LOGIN .login_popup .num_area .brand_list select option {text-align: left; width: 70%; height: 50px; border: 1px solid #000; font-size: 20px;} 
164
 #ITP_LOGIN .login_popup .num_area .brand_list select option {text-align: left; width: 70%; height: 50px; border: 1px solid #000; font-size: 20px;} 
160
 
165
 
@@ -192,7 +197,7 @@ body.eee {height: 700px; background: #eee;}
192
 .main .wicon .icon_left {float: left;}
197
 .main .wicon .icon_left {float: left;}
193
 
198
 
194
 
199
 
195
-input {margin-top: 3px; border: 1px solid #aaa; border-radius:5px; height: 36px; font-size: 0.8rem; text-align: left; padding:0 15px;}
200
+input {margin-top: 3px; border: 1px solid #aaa; border-radius:5px; height: 36px; font-size: 0.8rem; text-align: left; padding:0 10px;}
196
 input[type="date"]::-webkit-calendar-picker-indicator {display:none;}
201
 input[type="date"]::-webkit-calendar-picker-indicator {display:none;}
197
 
202
 
198
 select {border: 1px solid #000; height: 35px; font-size: 1rem; text-align: left; padding:0 15px;}
203
 select {border: 1px solid #000; height: 35px; font-size: 1rem; text-align: left; padding:0 15px;}
@@ -274,7 +279,8 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
274
 .content .header {width:100% !important; height:55px !important; margin:0 !important;}
279
 .content .header {width:100% !important; height:55px !important; margin:0 !important;}
275
 .content .line {position: relative; display: inline-block; width: 99%; height: 45px; margin:auto 1%; margin-bottom: -10px;}
280
 .content .line {position: relative; display: inline-block; width: 99%; height: 45px; margin:auto 1%; margin-bottom: -10px;}
276
 .content .line div {font-weight: 700;}
281
 .content .line div {font-weight: 700;}
277
-.content .line div.itp_search_header {font-weight:100; background:#fff; margin:5px 10px; padding:9px 10px 4px 9px; text-align: left; color:#b88278;border: 1px solid #aaa; border-radius: 5px;}
282
+.content .line div.itp_search_header {font-weight:100;padding:9px 10px 4px 9px; text-align: left; color:#b88278;border-bottom: 1px solid #aaa;}
283
+.content .line div.itp_search_header img{width:22px; top:-2px; position:relative;}
278
 .content .line label {min-width:110px; color:#666; font-size: 18px; margin-left: 10px; float: left; text-align: left; margin-top: 10px; font-weight:100;}
284
 .content .line label {min-width:110px; color:#666; font-size: 18px; margin-left: 10px; float: left; text-align: left; margin-top: 10px; font-weight:100;}
279
 .content .line label.pay_label {margin:38px 1%; width:98%;}
285
 .content .line label.pay_label {margin:38px 1%; width:98%;}
280
 .content .line select.label {border: 1px solid #000; font-size: 0.9rem;margin:9px 0 0 5px; float: left; width: 120px; height: 30px; text-align: left;}
286
 .content .line select.label {border: 1px solid #000; font-size: 0.9rem;margin:9px 0 0 5px; float: left; width: 120px; height: 30px; text-align: left;}
@@ -291,7 +297,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
291
 .content .line .float_right_btn {float: left; margin-top: 5px; margin-left: 5px;}
297
 .content .line .float_right_btn {float: left; margin-top: 5px; margin-left: 5px;}
292
 .content .line .float_right_btn button {padding:0; width:36px; height:36px; border-radius:5px; border:1px solid #aaa;}
298
 .content .line .float_right_btn button {padding:0; width:36px; height:36px; border-radius:5px; border:1px solid #aaa;}
293
 .content .line .float_right_btn button img {width:20px; height:20px;}
299
 .content .line .float_right_btn button img {width:20px; height:20px;}
294
-.content .line .float_left select {float: left; width: 100%; height: 36px; border: 1px solid #aaa; border-radius:5px; font-size: 1rem;}
300
+.content .line .float_left select {float: left; width: 100%; height: 36px; border: 1px solid #aaa; border-radius:5px; font-size: 14px;;}
295
 .content .line .line_right {font-size: 2rem; float: left; margin-right: 0%; width:50%}
301
 .content .line .line_right {font-size: 2rem; float: left; margin-right: 0%; width:50%}
296
 .content .line .line_right div {float: right; font-size: 18px;; margin-top: 12px; color:#555;}
302
 .content .line .line_right div {float: right; font-size: 18px;; margin-top: 12px; color:#555;}
297
 .content .line .line_right input {position: relative; text-align: right; margin-right: 84px;}
303
 .content .line .line_right input {position: relative; text-align: right; margin-right: 84px;}
@@ -302,11 +308,12 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
302
 .content .line .line_right select {float: right; width: 180px; height: 30px; margin-top: 7px; border: 1px solid #000; font-size: 1rem; margin-right:93px;}
308
 .content .line .line_right select {float: right; width: 180px; height: 30px; margin-top: 7px; border: 1px solid #000; font-size: 1rem; margin-right:93px;}
303
 .content .line input.date {width: 50%; margin: 5px 0; height: 35px; float: left; text-align:center; font-size:14px;background: url(../img/calender.png)no-repeat 95% 50%/20px auto #fff;}
309
 .content .line input.date {width: 50%; margin: 5px 0; height: 35px; float: left; text-align:center; font-size:14px;background: url(../img/calender.png)no-repeat 95% 50%/20px auto #fff;}
304
 .content .line input.date2 {width: 140px; height: 30px; margin-right:133px;}
310
 .content .line input.date2 {width: 140px; height: 30px; margin-right:133px;}
305
-.content .line div.date_to {width:60%; float: left; margin-right:10px;}
306
-.content .line div.date_to input {width:45%}
311
+.content .line div.date_to {width:60%; float: left; margin-right:0px;}
312
+.content .line div.date_to input {width:45%; font-size:14px;}
313
+
307
 .content .line div.date_to div.at {width: 3%;  font-size: 1rem; float: right; display: contents;}
314
 .content .line div.date_to div.at {width: 3%;  font-size: 1rem; float: right; display: contents;}
308
 .content .line .search {width: 100%; height: 50px; padding-top:8px;}
315
 .content .line .search {width: 100%; height: 50px; padding-top:8px;}
309
-.content .line .search button {width: 50%; height: 35px; font-size: 1rem; padding: 0;}
316
+.content .line .search button {width: 50%; height: 35px; font-size: 14px; font-weight:100; padding: 0;}
310
 .content .line .search button.col_3 {width: 25%; margin:0 12px;}
317
 .content .line .search button.col_3 {width: 25%; margin:0 12px;}
311
 .content .list_line {width:98%; float:left; height:50px;display: inline-flex; margin:0 1%; font-size:12px;}
318
 .content .list_line {width:98%; float:left; height:50px;display: inline-flex; margin:0 1%; font-size:12px;}
312
 .content .border {border-bottom: 1px solid #000 !important;}
319
 .content .border {border-bottom: 1px solid #000 !important;}
@@ -362,41 +369,40 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
362
 
369
 
363
 /* scroll_area 조정 */
370
 /* scroll_area 조정 */
364
 .scroll_area {position: absolute; width: 100%; height: 1090px; bottom: 30px; overflow: auto; background: #fff;}
371
 .scroll_area {position: absolute; width: 100%; height: 1090px; bottom: 30px; overflow: auto; background: #fff;}
365
-.row-1{top: 350px;}
366
-.row-1-1{top:364px;}
372
+.row-1{top: 347px;}
373
+.row-1-1{top:363px;}
367
 .row-2{top: 300px;}
374
 .row-2{top: 300px;}
368
-
375
+.row-2-1{top:317px;}
369
 .row-3{top: 395px;}
376
 .row-3{top: 395px;}
370
-.row-4{top: 385px;}
377
+.row-4{top: 440px;}
371
 .row-5{top: 418px;}
378
 .row-5{top: 418px;}
372
 .row-6{top: 468px;}
379
 .row-6{top: 468px;}
373
 .row-7{top: 533px;}
380
 .row-7{top: 533px;}
374
 .row-9{top: 383px;}
381
 .row-9{top: 383px;}
375
 
382
 
376
-.col-4{width:40% !important;}
383
+.col-4{width:35% !important;}
377
 .col-6{width:60% !important;}
384
 .col-6{width:60% !important;}
385
+.col-4 .thick{width:100% !important;}
386
+.col-6 .thick{width:100% !important;}
378
 
387
 
379
 .scroll_area ul.mb_0 {margin-bottom:0 !important;}
388
 .scroll_area ul.mb_0 {margin-bottom:0 !important;}
380
 .scroll_area .itp_non_data {margin:35% auto;}
389
 .scroll_area .itp_non_data {margin:35% auto;}
381
 .scroll_area li {margin:0; list-style: none; width: 100%; height: 85px; border: 1px solid #ccc; background-color: #fff;}
390
 .scroll_area li {margin:0; list-style: none; width: 100%; height: 85px; border: 1px solid #ccc; background-color: #fff;}
382
 
391
 
383
-.scroll_area li.list-row {height:100px;}
392
+.scroll_area li.list-row {display: inline-flex; height:80px;}
384
 .scroll_area li.list-row2 {height:130px; padding-top:8px;}
393
 .scroll_area li.list-row2 {height:130px; padding-top:8px;}
385
 
394
 
386
-.scroll_area li .left_info {float:left; margin-top:6px;}
395
+.scroll_area li .left_info {width: calc(100% - 100px); float:left; margin-top:6px;}
387
 .scroll_area li .left_info div {display: inline-block; font-size:14px;}
396
 .scroll_area li .left_info div {display: inline-block; font-size:14px;}
388
 .scroll_area li .left_info span {font-size: 14px;}
397
 .scroll_area li .left_info span {font-size: 14px;}
389
 .scroll_area li .left_info label{font-size: 16px; font-weight:100; margin-left:10px;}
398
 .scroll_area li .left_info label{font-size: 16px; font-weight:100; margin-left:10px;}
390
-.scroll_area li .left_info .check_box {padding:20px 3px; height:88px; float:left; width:13px;}
391
-.scroll_area li .left_info .thick {float:left;  margin: 2px 0 0 8px; font-size: 18px; text-align: left; width: 110%; font-weight: 100;}
399
+.scroll_area li .left_info .check_box {padding:10px; height:72px; float:left; width:30px;}
400
+.scroll_area li .left_info .thick {float:left;  margin-top: 2px; font-size: 18px; text-align: left; width: 200px;; font-weight: 100;}
392
 .scroll_area li .left_info .thick .itp_item {color:gray;}
401
 .scroll_area li .left_info .thick .itp_item {color:gray;}
393
 .scroll_area li .left_info .thick .itp_gram {color:#aaa; font-size:16px;}
402
 .scroll_area li .left_info .thick .itp_gram {color:#aaa; font-size:16px;}
394
 .scroll_area li .left_info .thick .itp_amt {color:#b88278; margin-top: 4px;}
403
 .scroll_area li .left_info .thick .itp_amt {color:#b88278; margin-top: 4px;}
395
 .scroll_area li .left_info .history {font-weight: 700; font-size: 1.1rem; margin-top:-2px;}
404
 .scroll_area li .left_info .history {font-weight: 700; font-size: 1.1rem; margin-top:-2px;}
396
 .scroll_area li .left_info .history input{width: 150px;}
405
 .scroll_area li .left_info .history input{width: 150px;}
397
-.scroll_area li .md_info{width:140px; float:right; font-size:1rem; margin-top:17px;}
398
-.scroll_area li .md_info .thick {float:left;  margin: 2px; font-size: 18px; text-align: left; width: 90%; font-weight: 100;}
399
-.scroll_area li .md_info .thick div{color:gray;}
400
 .scroll_area li.history_list {height: 140px; padding-top:8px;}
406
 .scroll_area li.history_list {height: 140px; padding-top:8px;}
401
 .scroll_area li.history_list .btn_check {height:158px; margin-top:-5px; width:90%; float:right; padding-top:7px; }
407
 .scroll_area li.history_list .btn_check {height:158px; margin-top:-5px; width:90%; float:right; padding-top:7px; }
402
 .scroll_area li.history_list .scroll_btn {width:10%; height:130px; margin-top:-5px; display:inline-flex;}
408
 .scroll_area li.history_list .scroll_btn {width:10%; height:130px; margin-top:-5px; display:inline-flex;}
@@ -435,7 +441,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
435
 .scroll_area li .left .nomal  {width: 100%; float:left; text-align: left; font-size: 1.2rem;}
441
 .scroll_area li .left .nomal  {width: 100%; float:left; text-align: left; font-size: 1.2rem;}
436
 .scroll_area li .left .nomal .half {float:left;}
442
 .scroll_area li .left .nomal .half {float:left;}
437
 .scroll_area li .left .nomal .half label {min-width:auto;}
443
 .scroll_area li .left .nomal .half label {min-width:auto;}
438
-.scroll_area li .left .nomal .half div {min-width:auto; margin-right:5px;}
444
+.scroll_area li .left .nomal .half div {min-width:auto; margin-right:5px; margin-top:0;}
439
 .scroll_area li .left .nomal  input{width: 85px; height:30px;}
445
 .scroll_area li .left .nomal  input{width: 85px; height:30px;}
440
 
446
 
441
 .scroll_area li .scroll_btn {width:10%; height:158px; margin-top:-5px; display:inline-flex;}
447
 .scroll_area li .scroll_btn {width:10%; height:158px; margin-top:-5px; display:inline-flex;}
@@ -448,7 +454,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
448
 .scroll_area li .left .nomal .btn_bar button{width: 25px; height: 30px; font-size: 1rem; padding: 0;}
454
 .scroll_area li .left .nomal .btn_bar button{width: 25px; height: 30px; font-size: 1rem; padding: 0;}
449
 .scroll_area li .left .nomal .btn_bar .col_0{min-width: auto; margin: 5px 20px;}
455
 .scroll_area li .left .nomal .btn_bar .col_0{min-width: auto; margin: 5px 20px;}
450
 
456
 
451
-.scroll_area li .left .nomal label{position:relative; margin-left: 10px; font-size:15px; font-weight:700; min-width:100px; text-align:left;}
457
+.scroll_area li .left .nomal label{position:relative; margin-left: 10px; font-size:15px; font-weight:700; min-width:90px; text-align:left;}
452
 .scroll_area li .left .nomal label.sub_info{min-width: 70px; display: inline-flex;}
458
 .scroll_area li .left .nomal label.sub_info{min-width: 70px; display: inline-flex;}
453
 .scroll_area li .left .nomal label.col_0{width: auto;}
459
 .scroll_area li .left .nomal label.col_0{width: auto;}
454
 .scroll_area li .left .nomal label.col_2{width: 95px;}
460
 .scroll_area li .left .nomal label.col_2{width: 95px;}
@@ -456,9 +462,9 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
456
 .scroll_area li .left .nomal div{ display: inline-flex; font-weight: 100; font-size: 15px;}
462
 .scroll_area li .left .nomal div{ display: inline-flex; font-weight: 100; font-size: 15px;}
457
 .scroll_area li .left .nomal .col_5{min-width:50px;}
463
 .scroll_area li .left .nomal .col_5{min-width:50px;}
458
 
464
 
459
-.scroll_area li .right {margin: 28px 10px 0 0; position: relative; display: flex; height:35px; font-size: 1.4rem; font-weight: 700; float: right;}
465
+.scroll_area li .right {margin: 20px 10px 0 0; position: relative; display: flex; height:35px; font-size: 1.4rem; font-weight: 700; float: right;}
460
 .scroll_area li .right .num {padding:8px 22px; width: auto; border-top:1px solid #E0B8AB; border-bottom:1px solid #E0B8AB;}
466
 .scroll_area li .right .num {padding:8px 22px; width: auto; border-top:1px solid #E0B8AB; border-bottom:1px solid #E0B8AB;}
461
-.scroll_area li .right .fnnum {margin:13px 30px;}
467
+.scroll_area li .right .fnnum {margin:10px 30px;}
462
 .scroll_area li .right button {background:#e1cac1; color:#fff; border:1px solid #E0B8AB; padding:0px 7px; font-size: 1.5rem; border-radius: 0px;}
468
 .scroll_area li .right button {background:#e1cac1; color:#fff; border:1px solid #E0B8AB; padding:0px 7px; font-size: 1.5rem; border-radius: 0px;}
463
 
469
 
464
 /* ITP_FOOTER */
470
 /* ITP_FOOTER */
@@ -499,9 +505,9 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
499
 	.content .line .float_left {width:70%;}
505
 	.content .line .float_left {width:70%;}
500
 	.content .line div.date_to {width:70%;}
506
 	.content .line div.date_to {width:70%;}
501
 	.content .line div.date_to input {width:45%}
507
 	.content .line div.date_to input {width:45%}
502
-	.content .line {margin:-5px 3%;}
503
 	.content .line .float_left.name {width:76%;}
508
 	.content .line .float_left.name {width:76%;}
504
 	.modal-dialog {margin:auto 20% !important;}
509
 	.modal-dialog {margin:auto 20% !important;}
510
+	.scroll_area li .left_info .thick {width: 90%;}
505
 }
511
 }
506
 @media screen and (max-height: 720px) {
512
 @media screen and (max-height: 720px) {
507
 	#ITP_LOGIN {position:fixed; top:80px; max-width: 500px; margin: 0 auto;}
513
 	#ITP_LOGIN {position:fixed; top:80px; max-width: 500px; margin: 0 auto;}

BIN
src/main/webapp/mobile/img/right_arrow_pink.png