浏览代码

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

yhl88 2 年之前
父节点
当前提交
4d8056914b

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

@@ -254,7 +254,7 @@
254 254
 		<form id="ITP_POP_FORM_MLOANMNG02010_DPST_REQ" class="form-horizontal" onsubmit="return false;">
255 255
 			<input type="hidden" id="ITP_POP_FORM_MLOANMNG02010_DPST_REQ_BRAND_ID" name="brandId" value="">
256 256
 			<input type="hidden" id="ITP_POP_FORM_MLOANMNG02010_DPST_REQ_STORE_ID" name="storeId" value="">
257
-			<div class="pop">
257
+			<div class="pop" style="height:370px;">
258 258
 				<div class="header">
259 259
 					<div class="header_left">
260 260
 						<label>입금등록</label>
@@ -302,7 +302,7 @@
302 302
 							</select>
303 303
 						</div>
304 304
 					</div>
305
-					<div class="line mt_5" style="height:70px;">
305
+					<div class="line mt_5">
306 306
 						<label>입금계좌번호</label>
307 307
 						<div class="search_wrap itp_ip">
308 308
 							<input id="ITP_FORM_MLOANMNG02010_POP_DPST_ACCT_NO" name="rcvAcctNo" data-check-required="empty" data-alert-required="ONLYCHK" data-alert-msg="입금계좌번호" type="number" >

+ 2 - 2
src/main/webapp/mobile/app/popup/biz/BIZPOP_PO_PAYMENT.html

@@ -39,7 +39,7 @@
39 39
 										<label class="shot">주문번호</label>
40 40
 									</div>
41 41
 									<div class="info_box">
42
-										<div class="fnPoOrdNo">ㅁㅇㄹㄴㄹㄴㅁㅇㄹㄴ</div>
42
+										<div class="fnPoOrdNo"></div>
43 43
 									</div>
44 44
 								</div>
45 45
 								<div class="line shot">
@@ -63,7 +63,7 @@
63 63
 										<label class="itp_lb">결제금액*</label>
64 64
 									</div>
65 65
 									<div class="info_box">
66
-										<input type="text" id="ITP_FORM_PO_PAYMENT_POPUP_GOODS_AMT" class="itp_input" name="goodsAmt" />
66
+										<input type="number" id="ITP_FORM_PO_PAYMENT_POPUP_GOODS_AMT" class="itp_input" name="goodsAmt" />
67 67
 									</div>
68 68
 								</div>
69 69
 								<div class="line shot">

+ 5 - 5
src/main/webapp/mobile/css/style.css

@@ -120,7 +120,7 @@ section .popup2 .pop .popup_scroll li .right button {padding: 0px; font-size: 17
120 120
 section .popup2 .pop .popup_scroll li .add button{float: right; width: 60px; height: 55px; margin: 12px 9px; border-radius: 10px; font-size: 1rem; background: rgb(198, 170, 250);}
121 121
 section .popup2 .pop .popup_scroll li .right input {width:43px; height:27px; margin:0; padding:3px; text-align:center; border-radius:0px; border:1px solid #E0B8AB;}
122 122
 section .popup2 .pop .popup_scroll li .right input:focus {outline:none;}
123
-section .popup2 .pop .content .line button {width: 35%; height: 35px;font-size: 14px; font-weight:100; padding-top: 7px; margin: 0 10px;}
123
+section .popup2 .pop .content .line button {width: 35%; height: 26px;font-size: 12pt; font-weight:100; padding-top: 0px; margin: 0 10px;}
124 124
 section .popup2	.list_line {width:98%; float:left; height:30px;display: inline-flex; margin:0 1%; font-size:12px;}
125 125
 section .popup2 .border {border-bottom: 1px solid #000 !important;}
126 126
 section .popup2 .list_line .list_label {width:30%;border:1px solid #000; height:30px; padding-top:4px; border-bottom:none; background:#eee;}
@@ -147,7 +147,7 @@ section .popup2 .search .right button {width:70px; height:34px; font-size:12pt;
147 147
 section .popup2 .content .line .search_wrap input {float:right; width:50%; margin-right:0px; margin-top:0;}
148 148
 section .popup2 .content .line.mt_5 {margin-top:5px; width:300px;}
149 149
 section .popup2 .content .line.ml_10 {}
150
-section .popup2 .content .line .search_wrap select {float:right; width:50%; height:34px; margin-right:0px;}
150
+section .popup2 .content .line .search_wrap select {float:right; width:50%; height:26px; margin-right:0px;}
151 151
 
152 152
 
153 153
 section .popup3 {position: absolute; top:0;width: 100%; height: 100vh; background: transparent; z-index: 11;}
@@ -398,10 +398,10 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
398 398
 .content .list_line .mail select {width:30%; height:34px; font-size:14px; border: 1px solid #aaa;border-radius: 5px;}
399 399
 .content .list_line .list_info .pay_info {text-align:left; padding-left:17px; font-size:12pt;}
400 400
 .content .table_header {margin-top: 6px; width: 100%; height: 20px;}
401
-.content .table_btn {margin-top: 6px; width: 100%; height: 30px;}
401
+.content .table_btn {margin-top: 6px; width: 100%; height: 40px;}
402 402
 .content .table_header h1 {margin-left: 15px; margin-top:0px; margin-bottom:0; font-size: 13px; float: left; color: #000; font-weight: 100;}
403
-.content .table_btn h1 {margin-left: 15px; margin-top:10px; margin-bottom:0; font-size: 13px; float: left; color: #000; font-weight: 100;}
404
-.content .table_btn button {float: right; width: 75px; height:26px; font-size: 10pt; font-weight: 100; padding:0px; margin: 0px 12px 0px 0; border-radius:15px;}
403
+.content .table_btn h1 {margin-left: 15px; margin-top:16px; margin-bottom:0; font-size: 13px; float: left; color: #000; font-weight: 100;}
404
+.content .table_btn button {float: right; width: 75px; height:34px; font-size: 10pt; font-weight: 100; padding:0px; margin: 0px 12px 0px 0; border-radius:15px;}
405 405
 .detail_content {top: 0px; position: fixed; display:contents; z-index: 10; width:100%; background: #fff;}
406 406
 .detail_content .detail_content_fix {background: #f5f6f6; border-bottom:1px solid #E0B8AB;}
407 407
 .detail_content .detail_header {width: 330px; height: 50px; margin:0; left:50%; position:relative; transform:translateX(-50%);}

+ 9 - 0
src/main/webapp/mobile/js/app/popup/biz/ITP_BIZPOP_PO_PAYMENT.js

@@ -30,7 +30,16 @@ var popPageObj = {
30 30
 			$('#ITP_BIZPOP_PO_PAYMENT').modal('hide'); // 팝업닫기
31 31
 		});
32 32
 		$('#ITP_BTN_PO_PAYMENT_CONFIRM_POP').on('click', function () {
33
+			if($('input[id="ITP_FORM_PO_PAYMENT_POPUP_GOODS_AMT"]').val() === '') {
34
+				alert('결제 금액을 입력하세요.');
35
+				return;
36
+			}
37
+			if($('input[id="ITP_FORM_PO_PAYMENT_POPUP_ORD_TEL"]').val() === '') {
38
+				alert('휴대폰 번호를 입력하세요.');
39
+				return;
40
+			}
33 41
 			popPageObj.fnPaymentReq();
42
+			$('#ITP_BIZPOP_PO_PAYMENT').modal('hide'); // 팝업닫기
34 43
 		});
35 44
 	}, 
36 45
 	change: function() {