Bläddra i källkod

발주관리 인풋으로 변경

whakdo963 2 år sedan
förälder
incheckning
4f180e3074

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

@@ -84,7 +84,7 @@
84 84
 	            </div>
85 85
 				<div class="right" style="width:125px;">
86 86
 					<button id="ITP_BTN_MPOMNG01010_DETAIL_MINUS" class="DETAIL_ITEM_MINUS">-</button>
87
-					<input id="ITP_BTN_MPOMNG01010_DETAIL_NUM" class="">
87
+					<input id="ITP_MPOMNG01010_DETAIL_NUM" class="">
88 88
 					<!-- <div class="num fnPchReqQty">1</div> -->
89 89
 					<button id="ITP_BTN_MPOMNG01010_DETAIL_PLUS" class="DETAIL_ITEM_PLUS">+</button>
90 90
 				</div>
@@ -223,7 +223,7 @@
223 223
                         </div>
224 224
                         <div class="right">
225 225
 			              <button id="ITP_BTN_MPOMNG01010_POP_ITEM_MINUS">-</button>
226
-			              <input id="ITP_BTN_MPOMNG01010_DETAIL_NUM" class="">
226
+			              <input id="ITP_BTN_MPOMNG01010_POP_NUM" class="">
227 227
 			              <button id="ITP_BTN_MPOMNG01010_POP_ITEM_PLUS">+</button>
228 228
 			            </div>
229 229
                          <div class="scroll_right">

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

@@ -262,7 +262,7 @@
262 262
             </div>
263 263
             <div class="right">
264 264
               <button id="ITP_BTN_MPOMNG02010_MODIFY_MINUS">-</button>
265
-              <div class="num fnPchReqQty">1</div>
265
+			  <input id="ITP_MPOMNG02010_MODIFY_NUM" class="">
266 266
               <button id="ITP_BTN_MPOMNG02010_MODIFY_PLUS">+</button>
267 267
             </div>
268 268
           </li>
@@ -399,7 +399,7 @@
399 399
            	 <div class="itp_num_set">
400 400
                 <div class="right">
401 401
 				    <button id="ITP_BTN_MPOMNG02010_POP_ITEM_MINUS">-</button>
402
-				    <div class="num fnPchReqQty">1</div>
402
+    			    <input id="ITP_BTN_MPOMNG02010_POP_NUM" class="">
403 403
 				    <button id="ITP_BTN_MPOMNG02010_POP_ITEM_PLUS">+</button>
404 404
 			    </div>
405 405
 		    </div>

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

@@ -118,7 +118,7 @@ section .popup2 .pop .popup_scroll li .scroll_right button:hover {background:#70
118 118
 section .popup2 .pop .popup_scroll li .right {position: relative; display: flex; font-size: 1.6rem; font-weight: 700; float: right; top:21px; width:91px; height:27px;}
119 119
 section .popup2 .pop .popup_scroll li .right button {padding: 0px; font-size: 17px; width:24px;}
120 120
 section .popup2 .pop .popup_scroll li .add button{float: right; width: 60px; height: 55px; margin: 12px 9px; border-radius: 10px; font-size: 1rem; background: rgb(198, 170, 250);}
121
-section .popup2 .pop .popup_scroll li .right input {width:43px; height:30px; margin:0; text-align:center; border-radius:0px; border:1px solid #E0B8AB;}
121
+section .popup2 .pop .popup_scroll li .right input {width:43px; height:27px; margin:0; text-align:center; border-radius:0px; border:1px solid #E0B8AB;}
122 122
 section .popup2 .pop .popup_scroll li .right input:focus {outline:none;}
123 123
 section .popup2 .pop .content .line button {width: 35%; height: 35px;font-size: 14px; font-weight:100; padding-top: 7px; margin: 0 10px;}
124 124
 section .popup2	.list_line {width:98%; float:left; height:40px;display: inline-flex; margin:0 1%; font-size:12px;}