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

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

@@ -244,7 +244,7 @@
244 244
                 <input type="hidden" id="ITP_FORM_MPOMNG01010_POPUP_WISH_LIST_BRAND_ID" name="sbrandId" value="">
245 245
                 <input type="hidden" id="ITP_FORM_MPOMNG01010_POPUP_WISH_LIST_STORE_ID" name="sstoreId" value="">
246 246
                 <div class="search_bar">
247
-                    <input id="ITP_FORM_MPOMNG01010_POP_WISH_LIST_KEYWORD" name="sitemNm" type="text" placeholder="품목명/품목번호" />
247
+                    <select id="ITP_FORM_MPOMNG01010_POP_WISH_LIST_KEYWORD" name="sitemNm" type="text" placeholder="품목명/품목번호"></select>
248 248
                     <button id="ITP_BTN_MPOMNG01010_POP_WISH_LIST_SEARCH"><img src="../img/search.png"></button>
249 249
                 </div>
250 250
                 <div class="select_btn">

+ 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;}