Преглед изворни кода

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

juney пре 2 година
родитељ
комит
404636f3c8

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

@@ -230,4 +230,50 @@
230 230
             </div>
231 231
         </div>
232 232
     </div>
233
+    <div id="ITP_POP_MPOMNG01010_WISH_LIST_AREA" class="popup2 mobile-pop-close" style="display: none;">
234
+        <div class="pop">
235
+            <div class="header">
236
+                <div class="header_left">
237
+                    <label>위시리스트</label>
238
+                </div>
239
+                <div class="header_right">
240
+                    <button type="button" id="ITP_BTN_MPOMNG01010_POP_WISH_LIST_CLOSE" class="btn-pop-close"><img src="../img/close.png"></button>
241
+                </div>
242
+            </div>
243
+            <form id="ITP_FORM_MPOMNG01010_POPUP_WISH_LIST" class="form-horizontal" onsubmit="return false;">
244
+                <input type="hidden" id="ITP_FORM_MPOMNG01010_POPUP_WISH_LIST_BRAND_ID" name="sbrandId" value="">
245
+                <input type="hidden" id="ITP_FORM_MPOMNG01010_POPUP_WISH_LIST_STORE_ID" name="sstoreId" value="">
246
+                <div class="search_bar">
247
+                    <select id="ITP_FORM_MPOMNG01010_POP_WISH_LIST_KEYWORD" name="sitemNm" type="text" placeholder="품목명/품목번호"></select>
248
+                    <button id="ITP_BTN_MPOMNG01010_POP_WISH_LIST_SEARCH"><img src="../img/search.png"></button>
249
+                </div>
250
+                <div class="select_btn">
251
+   					<button id="ITP_BTN_MPOMNG01010_POP_WISH_LIST_ADD" class="btn_blue">추가</button>
252
+                </div>
253
+            </form>
254
+            <div id="ITP_LIST_MPOMNG01010_POP_WISH_LIST_AREA" class="popup_scroll">
255
+                <ul id="ITP_LIST_MPOMNG01010_POP_WISH_LIST_ROWS" class="mb_0 panel-group"></ul>
256
+                <div id="ITP_LIST_MPOMNG01010_POP_WISH_LIST_ROWCOPY" style="display: none;">
257
+                     <li class="row_2 item-row">
258
+                        <div class="scroll_left item">
259
+                            <div class="con_2 fnItemNm"></div>
260
+                            <div class="mg_0">
261
+	                            <div class="sub fnUnitAmt"></div>
262
+	                            <div class="type_hide">/</div>
263
+	                            <div class="amt fnOrdAmt"></div>
264
+                            </div>
265
+                        </div>
266
+                        <div class="right">
267
+			              <button id="ITP_BTN_MPOMNG01010_POP_WISH_LIST_MINUS">-</button>
268
+                          <input type="number" id="ITP_MPOMNG01010_POP_NUM" class="" value="1" maxlength="5">
269
+			              <button id="ITP_BTN_MPOMNG01010_POP_WISH_LIST_PLUS">+</button>
270
+			            </div>
271
+                         <div class="scroll_right">
272
+                        	<input id="ITP_FORM_MPOMNG01010_POP_WISH_LIST_ADD" type="checkbox">
273
+                        </div>
274
+                    </li>
275
+                </div>
276
+            </div>
277
+        </div>
278
+    </div>
233 279
 </section>

+ 1 - 0
src/main/webapp/mobile/css/style.css

@@ -56,6 +56,7 @@ section .popup2 .pop .select_btn button.btn_blue:active{background-color: #708cd
56 56
 section .popup2 .pop .select_btn img {width:12px;}
57 57
 section .popup2 .pop .search_bar {width: 90%; height: 60px; margin:0 auto; padding:10px;}
58 58
 section .popup2 .pop .search_bar input {width: 80%; height: 34px; position:relative; font-size:14px;}
59
+section .popup2 .pop .search_bar select {width: 80%; height: 34px; position:relative; font-size:14px;}
59 60
 section .popup2 .pop .search_bar button {position:relative; width:34px; height:34px; background:transparent; margin-right:0%; margin-top:3px; border: 1px solid #aaa; border-radius:4px; padding:0px;}
60 61
 section .popup2 .pop .search_bar button img {width: 18px; position:relative; top:-1px;}
61 62
 section .popup2 .pop .search_bar button.search {float: none; width: 50%; height: 35px; background:rgb(46, 46, 248); color: #fff; font-size: 1rem; padding: 0; border: 1px solid #000; margin: 0 auto;}