ソースを参照

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

juney 2 年 前
コミット
388e512198
共有2 個のファイルを変更した64 個の追加8 個の削除を含む
  1. 55 5
      src/main/webapp/mobile/app/mloanmng/MLOANMNG02010.html
  2. 9 3
      src/main/webapp/mobile/css/style.css

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

@@ -1,5 +1,5 @@
1 1
 <section id="ITP_MOBILE_MLOANMNG02010">
2
-	<div id="ITP_AJAX_MLOANMNG02010_LIST_CONTAINER" style="display: none;">
2
+	<div id="ITP_AJAX_MLOANMNG02010_LIST_CONTAINER" style="display: block;">
3 3
 		<form id="ITP_FORM_MLOANMNG02010_LIST_SEARCH" class="form-horizontal" onsubmit="return false;">
4 4
 			<input type="hidden" id="ITP_FORM_MLOANMNG02010_LIST_SEARCH_BRAND_ID" name="sbrandId" value="">
5 5
 			<input type="hidden" id="ITP_FORM_MLOANMNG02010_LIST_SEARCH_STORE_ID" name="sstoreId" value="">
@@ -98,22 +98,72 @@
98 98
 		  </div>
99 99
 	  </form>
100 100
 	</div>
101
-	<div id="ITP_AJAX_MLOANMNG02010_VIEW_CONTAINER" style="display: block;">
101
+	<div id="ITP_AJAX_MLOANMNG02010_VIEW_CONTAINER" style="display: none;">
102 102
 	  <form id="ITP_FORM_MLOANMNG02010_VIEW_SEARCH" class="form-horizontal" onsubmit="return false;">
103 103
 		<input type="hidden" id="ITP_FORM_MLOANMNG02010_VIEW_SEARCH_BRAND_ID" name="sbrandId" value="">
104 104
 		<input type="hidden" id="ITP_FORM_MLOANMNG02010_VIEW_SEARCH_STORE_ID" name="sstoreId" value="">
105 105
 		  <div class="content">
106
-			<div class="line">
107
-			  <label>수발주 선불(충전)을 위해 아래 항목을 입력을 한 후에 결제 버튼을 클릭하여<br> PG사 결제 절차에 따라 결재을 진행해 주시기 바랍니다.</label>
106
+			<div class="line" style="height:100px;">
107
+			  <label class="pay_label">수발주 선불(충전)을 위해 아래 항목을 입력을 한 후에 결제 버튼을 클릭하여<br> PG사 결제 절차에 따라 결재을 진행해 주시기 바랍니다.</label>
108 108
 			</div>
109 109
 			<div class="list_line">
110 110
 				<div class="list_label">
111 111
 					<label>주문번호</label>
112 112
 				</div>
113 113
 				<div class="list_info">
114
-					<div class="fnPayNo">Psfas67f6s7f66</div>
114
+					<div class="pay_info fnPayNo">Psfas67f6s7f66</div>
115
+				</div>
116
+			</div>
117
+			<div class="list_line">
118
+				<div class="list_label">
119
+					<label>구매자명</label>
120
+				</div>
121
+				<div class="list_info">
122
+					<div class="pay_info fnPayNm">매장 대표자명</div>
115 123
 				</div>
116 124
 			</div>
125
+			<div class="list_line">
126
+				<div class="list_label">
127
+					<label>상품명</label>
128
+				</div>
129
+				<div class="list_info">
130
+					<div class="pay_info fnItemNm">매장 아이디 + 월일 + 금액</div>
131
+				</div>
132
+			</div>
133
+			<div class="list_line">
134
+				<div class="list_label">
135
+					<label>결제금액 *</label>
136
+				</div>
137
+				<div class="list_info" style="padding-top:10px;">
138
+					<input id="ITP_FORM_MLOANMNG02010_VIEW_TRSC_AMT" name="trscAmt" type="text">
139
+				</div>
140
+			</div>
141
+			<div class="list_line">
142
+				<div class="list_label">
143
+					<label>휴대전화번호 *</label>
144
+				</div>
145
+				<div class="list_info" style="padding-top:10px;">
146
+					<input id="ITP_FORM_MLOANMNG02010_VIEW_MBL_NO" name="mblNo" type="text">
147
+				</div>
148
+			</div>
149
+			<div class="list_line border">
150
+				<div class="list_label border">
151
+					<label>E-mail</label>
152
+				</div>
153
+				<div class="list_info mail" style="padding-top:10px;">
154
+					<input id="ITP_FORM_MLOANMNG02010_VIEW_EMAIL" name="email" class="" type="text">
155
+					<span>@</span>
156
+					<input id="ITP_FORM_MLOANMNG02010_VIEW_EMAIL" name="email" class="" type="text">
157
+					<select name="emailCd" id="ITP_FORM_MLOANMNG02010_VIEW_EMAIL_CD" data-select-code="EMAIL_CD" data-check-required="empty">
158
+						<option value="">선택</option>
159
+					</select>
160
+				</div>
161
+			</div>
162
+			<div class="line">
163
+			  <div class="search" style="margin-top:40px;">
164
+			  	<button id="ITP_BTN_MLOANMNG02010_VIEW_PAY_REQ" class="col_3 btn-primary btn-sm ">결제요청</button>
165
+			  </div>
166
+			</div>
117 167
 		  </div>	
118 168
 	  </form>
119 169
 	</div>

+ 9 - 3
src/main/webapp/mobile/css/style.css

@@ -199,6 +199,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
199 199
 .content .line {position: relative; display: inline-block; width: 100%; height: 35px; margin-bottom: 0px;}
200 200
 .content .line div {font-weight: 700;}
201 201
 .content .line label {font-size: 1.2rem; margin-left: 10px; float: left; text-align: left; margin-top: 12px;}
202
+.content .line label.pay_label {margin:38px 1%; width:98%;}
202 203
 .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;}
203 204
 .content .line .search_nm {float: right; margin-right: 2%;}
204 205
 .content .line .search_wrap {float:right; margin-right:10px;}
@@ -227,9 +228,14 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
227 228
 .content .line .search {width: 100%; height: 50px;}
228 229
 .content .line .search button {width: 50%; height: 35px; font-size: 1rem; padding: 0;}
229 230
 .content .line .search button.col_3 {width: 25%; margin:0 12px;}
230
-.content .list_line {width:100%; float:left; height:70px;}
231
-.content .list_line .list_label {border:1px solid #000; height:70px; padding-top:22px;}
232
-.content .list_line .list_info {width:60%;height:70px; border:1px solid #000;}
231
+.content .list_line {width:98%; float:left; height:50px;display: inline-flex; margin:0 1%; font-size:12px;}
232
+.content .border {border-bottom: 1px solid #000 !important;}
233
+.content .list_line .list_label {width:30%;border:1px solid #000; height:50px; padding-top:17px; border-bottom:none; background:#eee;}
234
+.content .list_line .list_info {width:70%;height:50px; border:1px solid #000; padding-top:17px; border-left:none; border-bottom:none;}
235
+.content .list_line .list_info input{width:90%;}
236
+.content .list_line .mail input {width:30%;}
237
+.content .list_line .mail select {width:30%;}
238
+.content .list_line .list_info .pay_info {text-align:left; padding-left:17px;}
233 239
 .content .table_header {margin: 0 auto; width: 100%; height: 50px; background-color: #92c7f6; position: fixed; z-index: 10; border-bottom: 1px solid #000; border-top: 1px solid #000;}
234 240
 .content .table_header h1 {margin-top: 12px; margin-left: 10px; font-size: 1.2rem; float: left; color: #fff; font-weight: 100;}
235 241
 .content .table_header button {float: right; width: 111px; font-size: 1rem; padding: 5px 20px; margin: 8px;}