Browse Source

모바일 구매요청 현황 수정

whakdo963 2 years ago
parent
commit
bde8ffa488

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

@@ -46,7 +46,7 @@
46 46
       </div>
47 47
       </form>
48 48
     </div>
49
-    <div id="ITP_LIST_MPOMNG02010_ITEM_AREA" class="scroll_area row-1">
49
+    <div id="ITP_LIST_MPOMNG02010_ITEM_AREA" class="scroll_area row-2">
50 50
       <ul id="ITP_LIST_MPOMNG02010_ITEM_ROWS" class="mb_0 panel-group"></ul>
51 51
       <div id="ITP_LIST_MPOMNG02010_ITEM_ROWCOPY" style="display: block;">
52 52
         <li class="history_list">
@@ -135,7 +135,7 @@
135 135
         <h1><구매 품목></h1>
136 136
       </div>
137 137
     </div>
138
-    <div id="ITP_LIST_MPOMNG02010_VIEW_AREA" class="scroll_area row-3-1">
138
+    <div id="ITP_LIST_MPOMNG02010_VIEW_AREA" class="scroll_area row-3">
139 139
       <ul id="ITP_LIST_MPOMNG02010_VIEW_ROWS" class="mb_0 panel-group"></ul>
140 140
       <div id="ITP_LIST_MPOMNG02010_VIEW_ROWCOPY" style="display: block;">
141 141
         <li class="list-row">
@@ -206,21 +206,43 @@
206 206
               <button id="ITP_BTN_MPOMNG02010_MODIFY_DELETE_WHS_NM"><img src="../img/delete.png" alt=""></button>
207 207
             </div>
208 208
         </div>
209
-        <div class="header line">
210
-          <div class="table_header">
209
+        <div class="table_header line">
210
+          <div>
211 211
             <h1><구매 품목></h1>
212 212
             <button type="button" id="ITP_BTN_MPOMNG02010_MODIFY_DEL_ROW" class="btn-primary btn-sm ADB">품목삭제</button>
213 213
             <button type="button" id="ITP_BTN_MPOMNG02010_MODIFY_ADD_ROW" class="btn-primary btn-sm ADB">품목추가</button>
214 214
           </div>
215 215
         </div>
216 216
       </div>
217
-      <div id="ITP_LIST_MPOMNG02010_MODIFY_AREA" class="scroll_area row-1-1">
217
+      <div id="ITP_LIST_MPOMNG02010_MODIFY_AREA" class="scroll_area row-1">
218 218
         <ul id="ITP_LIST_MPOMNG02010_MODIFY_ROWS" class="mb_0 panel-group"></ul>
219
-        <div id="ITP_LIST_MPOMNG02010_MODIFY_ROWCOPY" style="display: block;">
219
+        <div id="ITP_LIST_MPOMNG02010_MODIFY_ROWCOPY" style="display: grid;"><!-- display:grid -->
220 220
           <li class="list-row">
221 221
             <div class="left_info">
222 222
               <div class="check_box">
223
-                <input style="width:20px;" type="checkbox" name="brandUnitUnqNo" class="fnBrandUnitUnqNo" />
223
+                <input type="checkbox" name="brandUnitUnqNo" class="fnBrandUnitUnqNo" />
224
+              </div>
225
+              <div class="thick">
226
+              	<label>품목명</label>
227
+                <span>:</span>
228
+                <div class="itp_item fnItemNm">품목명</div>
229
+              </div>
230
+              <div class="thick">
231
+              	<label>구매가</label>
232
+                <span>:</span>
233
+                <div class="itp_amt fnUnitAmt">asdfasdf</div>
234
+              </div>
235
+            </div>
236
+            <div class="right">
237
+              <button id="ITP_BTN_MPOMNG02010_MODIFY_MINUS">-</button>
238
+              <div class="num fnPchReqQty">1</div>
239
+              <button id="ITP_BTN_MPOMNG02010_MODIFY_PLUS">+</button>
240
+            </div>
241
+          </li>
242
+           <li class="list-row">
243
+            <div class="left_info">
244
+              <div class="check_box">
245
+                <input type="checkbox" name="brandUnitUnqNo" class="fnBrandUnitUnqNo" />
224 246
               </div>
225 247
               <div class="thick">
226 248
               	<label>품목명</label>
@@ -301,17 +323,16 @@
301 323
         </form>
302 324
       </div>
303 325
       <div class="select_btn">
304
-        <button id="ITP_BTN_MPOMNG02010_POP_WHS_NM" class="btn_blue">납품장소 </button>
326
+        <button id="ITP_BTN_MPOMNG02010_POP_WHS_NM" class="btn_blue">납품장소 <img src="../img/arrow_down.png"></button>
305 327
       </div>
306 328
       <div id="ITP_LIST_MPOMNG02010_POP_WHS_AREA" class="popup_scroll">
307 329
         <ul id="ITP_LIST_MPOMNG02010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
308 330
         <div id="ITP_LIST_MPOMNG02010_POP_WHS_ROWCOPY" style="display: block;">
309 331
           <li class="row_2">
310
-            <div class="scroll_left">
311
-              <div class="fnWhsNm">브랜드 창고 명A</div>
312
-              <div class="sub fnLocationNm">서울특별시 동대문구 서울 시립대로 12길</div>
313
-              <div class="sub fnLocationNm">누리자 B/D</div>
314
-            </div>
332
+             <div class="scroll_left">
333
+                 <div class="con_2 fnWhsNm"></div>
334
+                 <div class="con_2 sub fnLocationNm"></div>
335
+             </div>
315 336
             <div class="scroll_right">
316 337
               <button id="ITP_BTN_MPOMNG02010_POP_WHS_CHOICE" class="fnWhsId" data-whs-id="">선택</button>
317 338
             </div>
@@ -320,11 +341,11 @@
320 341
       </div>
321 342
     </div>
322 343
   </div>
323
-  <div id="ITP_POP_MPOMNG02010_ITEM_AREA" class="popup2 mobile-pop-close" style="display: none;">
344
+  <div id="ITP_POP_MPOMNG02010_ITEM_AREA" class="popup2 mobile-pop-close" style="display: n;">
324 345
     <div class="pop">
325 346
       <div class="header">
326 347
         <div class="header_left">
327
-          <label><품목 검색></label>
348
+          <label>품목 검색</label>
328 349
         </div>
329 350
         <div class="header_right">
330 351
           <button type="button" id="ITP_BTN_MPOMNG02010_POP_ITEM_CLOSE" class="btn-pop-close"><img src="../img/close.png"></button>
@@ -338,7 +359,7 @@
338 359
           <button id="ITP_BTN_MPOMNG02010_POP_ITEM_SEARCH"><img src="../img/search.png"></button>
339 360
         </div>
340 361
         <div class="select_btn">
341
-          <button id="ITP_BTN_MPOMNG02010_POP_ITEM_NM" class="btn_blue">품목명</button>
362
+          <button id="ITP_BTN_MPOMNG02010_POP_ITEM_NM" class="btn_blue">품목명 <img src="../img/arrow_down.png"></button>
342 363
         </div>
343 364
       </form>
344 365
       <div id="ITP_LIST_MPOMNG02010_POP_ITEM_AREA" class="popup_scroll">
@@ -346,21 +367,25 @@
346 367
         <div id="ITP_LIST_MPOMNG02010_POP_ITEM_ROWCOPY" style="display: block;">
347 368
            <li class="row_2">
348 369
              <div class="scroll_left">
349
-                 <div class="fnItemNm">품목명 001</div>
350
-                 <div class="sub fnKg">700g</div>
351
-                 <div class="amt fnItemAmt">30,500원</div>
370
+                 <div class="con_2 fnItemNm">아이템명</div>
371
+                 <div class="mg_0">
372
+	                 <div class="sub fnKg">12,000,000</div>
373
+	                 <div class="type_hide">/</div>
374
+	                 <div class="amt fnUnitAmt">12,000,000</div>
375
+                 </div>
352 376
              </div>
353 377
              <div class="scroll_right">
354 378
                  <button id="ITP_BTN_MPOMNG01010_POP_ITEM_ADD" class="POP_ITEM_ADD">추가</button>
355 379
              </div>
356
-           	<div class="itp_num_set">
357
-             <div class="right">
358
-			    <button id="ITP_BTN_MPOMNG01010_DETAIL_MINUS">-</button>
359
-			    <div class="num fnPchReqQty">1</div>
360
-			    <button id="ITP_BTN_MPOMNG01010_DETAIL_PLUS">+</button>
361
-			  </div>
362
-		   </div>
380
+           	 <div class="itp_num_set">
381
+                <div class="right">
382
+				    <button id="ITP_BTN_MPOMNG01010_DETAIL_MINUS">-</button>
383
+				    <div class="num fnPchReqQty">1</div>
384
+				    <button id="ITP_BTN_MPOMNG01010_DETAIL_PLUS">+</button>
385
+			    </div>
386
+		    </div>
363 387
          </li>
388
+         
364 389
         </div>
365 390
       </div>
366 391
     </div>

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

@@ -302,9 +302,9 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
302 302
 .content .line .pop_right div {float:right; margin-right:10px; padding-top:8px; text-align:right; font-size:16px;}
303 303
 .content .line .search_wrap input {float:right; width:50%; margin-right:10px;}
304 304
 .content .line .search_wrap select {float:right; width:50%; margin-right:10px;}
305
-.content .line div.itp_search_header {font-weight:100;padding:5px 10px 4px 9px; text-align: left; color:#b88278;border-bottom: 1px solid #aaa;font-size:14px;}
305
+.content .line div.itp_search_header {font-weight:100;padding:5px 10px 0px 9px; text-align: left; color:#b88278;border-bottom: 1px solid #aaa;font-size:14px;}
306 306
 .content .line div.itp_search_header img{width:14px; top:-2px; position:relative;}
307
-.content .line label {min-width:92px; color:#666; font-size: 14px; margin-left: 10px; float: left; text-align: left; margin-top: 10px; font-weight:100;}
307
+.content .line label {min-width:92px; color:#666; font-size: 14px; margin-left: 10px; float: left; text-align: left; margin-top: 7px; font-weight:100;}
308 308
 .content .line label.pay_label {margin:20px 1%; width:98%;}
309 309
 .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;}
310 310
 .content .line .itp_label_select {padding:0;width:116px; color:#666; font-size: 18px; float: left; margin-top: 5px; margin-right:4px; font-weight:100; border:1px solid #aaa; border-radius:5px;}
@@ -320,7 +320,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
320 320
 .content .line .float_right_btn {float: left; margin-top: 5px; margin-left: 5px;}
321 321
 .content .line .float_right_btn button {padding:0; width:27px; height:27px; border-radius:5px; border:1px solid #aaa;}
322 322
 .content .line .float_right_btn button img {width:18px; height:18px;}
323
-.content .line .float_left select {float: left; width: 100%; height: 36px; border: 1px solid #aaa; border-radius:5px; font-size: 14px;}
323
+.content .line .float_left select {float: left; width: 100%; height: 27px; border: 1px solid #aaa; border-radius:5px; font-size: 14px;}
324 324
 .content .line .line_right {font-size: 2rem; float: left; margin-right: 0%; width:57%}
325 325
 .content .line .line_right div {float: right; font-size: 16px; margin-top: 12px; margin-right:3%; color:#555;}
326 326
 .content .line .line_right input {position: relative; text-align: right; margin-right: 84px;}
@@ -331,12 +331,12 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
331 331
 .content .line .line_right select {float: right; width: 180px; height: 30px; margin-top: 7px; border: 1px solid #000; font-size: 1rem; margin-right:93px;}
332 332
 .content .line input.date {width: 55%; margin: 5px 0; height: 27px; float: left; text-align:center; font-size:14px;background: url(../img/calender.png)no-repeat 95% 50%/20px auto #fff;}
333 333
 .content .line input.full {width: 100%;}
334
-.content .line div.date_to {display:flex; width:60%; float: left; margin-right:0px;}
335
-.content .line div.date_to input {font-weight:100; width:47%; font-size:14px;}
334
+.content .line div.date_to {display:flex; width:60%; height:27px; float: left; margin-right:0px;}
335
+.content .line div.date_to input {font-weight:100; width:47%; height:27px; font-size:14px; margin:0;}
336 336
 
337 337
 .content .line div.date_to div.at {width: 6%;  font-size: 16px; padding-top:12px; float: right;}
338 338
 .content .line .search {width: 100%; height: 50px; padding-top:8px;}
339
-.content .line .search button {width: 50%; height: 35px; font-size: 14px; font-weight:100; padding: 0;}
339
+.content .line .search button {width: 40%; height: 27px; font-size: 12px; font-weight:100; padding: 0;}
340 340
 .content .line .search button.col_3 {width: 25%; margin:0 10px;}
341 341
 .content .list_line {width:98%; float:left; height:50px;display: inline-flex; margin:0 1%; font-size:12px;}
342 342
 .content .border {border-bottom: 1px solid #000 !important;}
@@ -396,10 +396,11 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
396 396
 .scroll_area {position: absolute; width: 100%; height: 456px;border-bottom:2px solid #000; bottom: 30px; overflow: auto; background: #fff;}
397 397
 
398 398
 .row-1{top: 225px;}
399
-.row-1-1{top:363px;}
400
-.row-2{top: 345px;}
399
+.row-2{top: 233px;}
400
+.row-3{top: 226px;}
401
+
401 402
 .row-2-1{top:317px;}
402
-.row-3{top: 395px;}
403
+
403 404
 .row-3-2{top:393px;}
404 405
 .row-3-1{top: 355px;}
405 406
 .row-4{top: 435px;}