whakdo963 2 роки тому
батько
коміт
b084719893

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

@@ -1,5 +1,5 @@
1 1
 <section id="ITP_MOBILE_MPOMNG02010">
2
-  <div id="ITP_AJAX_MPOMNG02010_LIST_CONTAINER" style="display: block;">
2
+  <div id="ITP_AJAX_MPOMNG02010_LIST_CONTAINER" style="display: none;">
3 3
     <div class="content">
4 4
       <form id="ITP_FORM_MPOMNG02010_LIST_SEARCH" class="form-horizontal" onsubmit="return false;">
5 5
         <input type="hidden" id="ITP_FORM_MPOMNG02010_LIST_SEARCH_BRAND_ID" name="sbrandId" value="">
@@ -48,7 +48,7 @@
48 48
     </div>
49 49
     <div id="ITP_LIST_MPOMNG02010_ITEM_AREA" class="scroll_area row-1">
50 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;">
51
+      <div id="ITP_LIST_MPOMNG02010_ITEM_ROWCOPY" style="display: block;">
52 52
         <li class="history_list">
53 53
           <div class="left">
54 54
             <div class="nomal">
@@ -217,7 +217,7 @@
217 217
           <li class="list-row">
218 218
             <div class="left_info">
219 219
               <div class="check_box">
220
-                <div style="display:none;"><input style="width:20px;" type="checkbox" name="brandUnitUnqNo" class="fnBrandUnitUnqNo" /></div>
220
+                <input style="width:20px;" type="checkbox" name="brandUnitUnqNo" class="fnBrandUnitUnqNo" />
221 221
               </div>
222 222
               <div class="thick">
223 223
               	<label>품목명</label>
@@ -246,18 +246,30 @@
246 246
     </form>
247 247
   </div>
248 248
   <div id="ITP_POP_MPOMNG02010_REQ_AREA" class="popup mobile-pop-close" style="display: none;">
249
-    <div class="pop">
250
-      <div class="pop_line">
251
-        <label>납품요청일 &nbsp;&nbsp;:</label>
252
-        <div class="fnPopDlvReqDt"></div>
253
-      </div>
254
-      <div class="pop_line">
255
-        <label>품목수&nbsp;&nbsp; :</label>
256
-        <div class="fnItemQty">개</div>
257
-      </div>
249
+    <div class="pop short">
258 250
       <div class="pop_line">
259
-        <label>구매금액 &nbsp;&nbsp;:</label>
260
-        <div class="fnOrdAmt">원</div>
251
+	       <div class="itp_label_area">
252
+	           <label>납품요청일</label>
253
+	       </div>
254
+	       <div class="itp_info_area">
255
+	           <div class="fnPopDlvReqDt"></div>
256
+	       </div>
257
+       </div>
258
+       <div class="pop_line">
259
+	      <div class="itp_label_area">
260
+   		  	<label>품목수</label>
261
+	      </div>
262
+	      <div class="itp_info_area">
263
+         	<div class="fnItemQty"></div>
264
+	      </div>
265
+       </div>
266
+       <div class="pop_line border">
267
+	      <div class="itp_label_area">
268
+	        <label>구매금액</label>
269
+	      </div>  
270
+	      <div class="itp_info_area">
271
+	        <div class="fnOrdAmt">원</div>
272
+	      </div>
261 273
       </div>
262 274
       <label class="pop_label pop_msg">구매요청 하시겠습니까?</label>
263 275
       <div class="popup_btn">

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

@@ -254,7 +254,7 @@
254 254
 				</form>
255 255
 			</div>
256 256
 			<div class="select_btn">
257
-				<button id="ITP_BTN_MPOMNG04010_POP_WHS_NM" class="btn_blue">납품장소▼</button>
257
+				<button id="ITP_BTN_MPOMNG04010_POP_WHS_NM" class="btn_blue">납품장소 ▼</button>
258 258
 			</div>
259 259
 			<div id="ITP_LIST_MPOMNG04010_POP_WHS_AREA" class="popup_scroll">
260 260
 				<ul id="ITP_LIST_MPOMNG04010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
@@ -273,4 +273,4 @@
273 273
 			</div>
274 274
 		</div>
275 275
 	</div>
276
-  </section>
276
+</section>

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

@@ -312,10 +312,10 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
312 312
 .content .line .line_right select {float: right; width: 180px; height: 30px; margin-top: 7px; border: 1px solid #000; font-size: 1rem; margin-right:93px;}
313 313
 .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;}
314 314
 .content .line input.date2 {width: 140px; height: 30px; margin-right:133px;}
315
-.content .line div.date_to {width:60%; float: left; margin-right:0px;}
316
-.content .line div.date_to input {width:45%; font-size:14px;}
315
+.content .line div.date_to {display:flex; width:60%; float: left; margin-right:0px;}
316
+.content .line div.date_to input {font-weight:100; width:47%; font-size:14px;}
317 317
 
318
-.content .line div.date_to div.at {width: 3%;  font-size: 1rem; float: right; display: contents;}
318
+.content .line div.date_to div.at {width: 6%;  font-size: 16px; padding-top:12px; float: right;}
319 319
 .content .line .search {width: 100%; height: 50px; padding-top:8px;}
320 320
 .content .line .search button {width: 50%; height: 35px; font-size: 14px; font-weight:100; padding: 0;}
321 321
 .content .line .search button.col_3 {width: 25%; margin:0 12px;}
@@ -375,7 +375,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
375 375
 .scroll_area {position: absolute; width: 100%; height: 1090px; bottom: 30px; overflow: auto; background: #fff;}
376 376
 .row-1{top: 347px;}
377 377
 .row-1-1{top:363px;}
378
-.row-2{top: 300px;}
378
+.row-2{top: 345px;}
379 379
 .row-2-1{top:317px;}
380 380
 .row-3{top: 395px;}
381 381
 
@@ -510,7 +510,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
510 510
 	.content .line .float_left .itp_input_btn {width:70%;}
511 511
 	.content .line .float_left {width:70%;}
512 512
 	.content .line div.date_to {width:70%;}
513
-	.content .line div.date_to input {width:45%}
513
+	.content .line div.date_to input {width:47%}
514 514
 	.content .line .float_left.name {width:76%;}
515 515
 	.modal-dialog {margin:auto 20% !important;}
516 516
 	.scroll_area li .left_info .thick {width: 90%;}