浏览代码

input 버튼으로 변경

whakdo963 2 年之前
父节点
当前提交
28fe3ddb70

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

@@ -110,7 +110,8 @@
110 110
 								<div class=" fnDlvQty"></div>
111 111
 								<label class="">입고수량</label>
112 112
 								<span>:</span>
113
-								<input id="ITP_FORM_MPOMNG06010_LIST_WHS_QTY" class="fnWhsQty" name="whsQty" type="text" placeholder="">
113
+								<div class="fnWhsQty"></div>
114
+								<button id="ITP_BTN_MPOMNG06010_WHS_QTY" class="btn-m-orange" name="whsQty">입력</button>
114 115
 							</div>
115 116
 						</div>
116 117
 					</li>

+ 2 - 1
src/main/webapp/mobile/app/mrtnmng/MRTNMNG05010.html

@@ -111,7 +111,8 @@
111 111
 								<div class=" fnRodrQty"></div>
112 112
 								<label class="col_6">수거수량</label>
113 113
 								<span>:</span>
114
-								<input class="" id="ITP_FORM_MRTNMNG05010_LIST_COL_QTY" type="text" name="colQty">
114
+								<div class="auto fnColQty">1</div>
115
+								<button id="ITP_BTN_MPOMNG06010_WHS_QTY" class="btn-m-orange" name="colQty">입력</button>
115 116
 							</div>
116 117
 						</div>
117 118
 					</li>

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

@@ -530,6 +530,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
530 530
 .scroll_area li .left .nomal .half label {min-width:auto;}
531 531
 .scroll_area li .left .nomal .half div {min-width:auto; margin-right:5px; margin-top:0;}
532 532
 .scroll_area li .left .nomal  input{ width:calc(50% - 85px);height:28px; top:-5px; position:relative;}
533
+.scroll_area li .left .nomal  button {width:60px; margin-left:5px; height:26px; padding:0;border-radius:5px;}
533 534
 .scroll_area li .left .nomal  select{ width:calc(50% - 85px); height:28px; top:-5px; position:relative;}
534 535
 
535 536
 .scroll_area li .scroll_btn {width:10%; height:158px; margin-top:-5px; display:inline-flex;}