Переглянути джерело

품목추가 팝업 수정

whakdo963 2 роки тому
батько
коміт
7fb9e5e995

+ 24 - 37
src/main/webapp/mobile/app/mstockmng/MSTOCKMNG02010.html

@@ -143,7 +143,7 @@
143 143
 			</div>
144 144
 		</div>
145 145
 	</div>
146
-	<div id="ITP_POP_MSTOCKMNG02010_ITEM_AREA" class="popup2 mobile-pop-close" style="display: none;">
146
+	<div id="ITP_POP_MSTOCKMNG02010_ITEM_AREA" class="popup2 mobile-pop-close" style="display: block;">
147 147
 		<div class="pop">
148 148
 			<div class="header">
149 149
 				<div class="header_left">
@@ -156,48 +156,35 @@
156 156
 			<form id="ITP_FORM_MSTOCKMNG02010_POPUP_ITEM" class="form-horizontal" onsubmit="return false;">
157 157
 				<input type="hidden" id="ITP_FORM_MSTOCKMNG02010_POPUP_ITEM_BRAND_ID" name="sbrandId" value="">
158 158
 				<input type="hidden" id="ITP_FORM_MSTOCKMNG02010_POPUP_ITEM_STORE_ID" name="sstoreId" value="">
159
-				<div class="search_bar">
159
+				<div class="search_item_bar">
160 160
 					<select id="ITP_FORM_BIZPOP_PO_STOCK_ITEM_ADD_ITEM_ST_CD" data-select-code="ST_CD" name="sitemStCd"></select>
161 161
 					<select id="ITP_FORM_BIZPOP_PO_STOCK_ITEM_ADD_ITEM_GUBUN" data-select-code="ITEM_GUBUN" name="sitemGubun"></select>
162 162
 					<select id="ITP_FORM_BIZPOP_PO_STOCK_ITEM_ADD_ITEM_TYPE" data-select-code="ITEM_TYPE" name="sitemType"></select>
163 163
 					<input id="ITP_FORM_MSTOCKMNG02010_POP_ITEM_KEYWORD" name="sitemNm" type="text" placeholder="품목명/품목번호" />
164
-					<button id="ITP_BTN_MSTOCKMNG02010_POP_ITEM_SEARCH"><img src="../img/search.png"></button>
165 164
 				</div>
165
+				<div class="search_btn_bar">
166
+					<div class="btn_right">
167
+						<button id="ITP_BTN_MSTOCKMNG02010_POP_ITEM_SEARCH" class="btn-primary"><img src="../img/w_search.png">조회</button>
168
+						<button id="ITP_BTN_MSTOCKMNG02010_POP_ITEM_CHECK" class="btn-green"><img src="../img/w_check.png">선택</button>
169
+					</div>
170
+				</div>	
171
+			<table border="1">
172
+				<tbody>
173
+				<th><input type="checkbox"checked></th>
174
+				<th>품목번호</th>
175
+				<th>품목명</th>
176
+				<th>단위</th>
177
+				<th>현재고수량</th>
178
+				<tr>
179
+					<td><input type="checkbox"checked></td>
180
+					<td>212212121212121</td>
181
+					<td>테스트 품목명 3</td>
182
+					<td>ㅁㄴㅇ</td>
183
+					<td>ㄻㄴㅇ</td>
184
+				</tr>
185
+				</tbody>
186
+			</table>
166 187
 			</form>
167
-			<div id="ITP_LIST_MSTOCKMNG02010_POP_ITEM_AREA" class="popup_scroll">
168
-				<ul id="ITP_LIST_MSTOCKMNG02010_POP_ITEM_ROWS" class="panel-group"></ul>
169
-				<div id="ITP_LIST_MSTOCKMNG02010_POP_ITEM_ROWCOPY" style="display:none;">
170
-					<li class="row_2">
171
-						<div class="left" style="width:180px;">
172
-							<div class="check_box">
173
-                                <input type="checkbox" id="ITP_FORM_MSTOCKMNG02010_POP_ITEM_CHECKBOX" name="itemId" />
174
-                            </div>
175
-							<div class="thick">
176
-								<div class="fnItemId">품목번호</div>
177
-							</div>
178
-							<div class="thick">
179
-								<div class="fnItemNm">품목명</div>
180
-							</div>
181
-							<div class="thick" style="font-weight:100;">
182
-								<div class="space">단위 :</div>
183
-								<div class="fnUnit"></div>
184
-							</div>
185
-							<div class="thick" style="font-weight:100;">
186
-								<div class="space">현재고수량 :</div>
187
-								<div class="fnStckQty"></div>
188
-							</div>
189
-						</div>
190
-						<div class="right">
191
-							<button id="ITP_BTN_MSTOCKMNG02010_POP_ITEM_MINUS" class="POP_ITEM_MINUS">-</button>
192
-							<div class="num fnPchReqQty">1</div>
193
-							<button id="ITP_BTN_MSTOCKMNG02010_POP_ITEM_PLUS" class="POP_ITEM_PLUS">+</button>
194
-						</div>
195
-						<div class="add">
196
-							<button id="ITP_BTN_MSTOCKMNG02010_POP_ITEM_ADD" class="POP_ITEM_ADD">추가</button>
197
-						</div>
198
-					</li>
199
-				</div>
200
-			</div>
201 188
 		</div>
202 189
 	</div>
203 190
   </section>

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

@@ -36,7 +36,16 @@ section .popup2 .pop .search_bar button {float: right; border: none; padding-top
36 36
 section .popup2 .pop .search_bar button img {width: 30px; height: 30px;}
37 37
 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;}
38 38
 section .popup2 .pop .search_bar button.btn_blue {float: right; width: 100px; height: 35px; background:rgb(46, 46, 248); color: #fff; font-size: 1rem; padding: 0; border: 1px solid #000;}
39
-
39
+section .popup2 .pop .search_item_bar {width:100%; margin-top:10px;}
40
+section .popup2 .pop .search_item_bar input {width:22%; border-radius:2px;}
41
+section .popup2 .pop .search_item_bar select {width:22%;border-radius:2px;}
42
+section .popup2 .pop .search_btn_bar {width:100%; height:50px; margin-top:10px; margin-right:10px;}
43
+section .popup2 .pop .search_btn_bar .btn_right {float:right; margin-right:10px;}
44
+section .popup2 .pop .search_btn_bar .btn_right button img{width:18px; height:18px; margin-right:2px;}
45
+section .popup2 .pop .search_btn_bar .btn_right button {height:35px; padding:5px 8px; font-size:12px; border-radius:3px; border:1px solid #333;}
46
+section .popup2 .pop table{width:98%; margin:0 1%;}
47
+section .popup2 .pop table tbody th {height:50px; font-size:16px;}
48
+section .popup2 .pop table tbody input{width:15px;}
40 49
 section .popup2 .pop .popup_scroll {position: relative; width: 100%;height: 720px; overflow: auto;}
41 50
 section .popup2 .pop .popup_scroll li {list-style: none; width: 99%; height: 50px; border: 1px solid #000; margin: 0 auto;}
42 51
 section .popup2 .pop .popup_scroll li.row_2 {height: 80px;}
@@ -94,6 +103,7 @@ button.btn-primary  {color: #fff; background-color: #337ab7; border: 1px solid #
94 103
 button.btn-yellow   {color: #fff; background-color: rgb(255, 183, 0); border: 1px solid #000;font-weight: 700;}
95 104
 button.btn-gray     {color: #fff; background-color: gray; border: 1px solid #000;font-weight: 700;}
96 105
 button.btn-danger   {color: #fff; background-color: rgb(247, 76, 76); border: 1px solid #000;font-weight: 700;}
106
+button.btn-green	{color: #fff; background-color: #5cb85c; border: 1px solid #000;font-weight: 700;}
97 107
 button:hover {background: rgb(229, 248, 202); color: #000;}
98 108
 
99 109
 /* 실행,로딩 */

BIN
src/main/webapp/mobile/img/check.png


BIN
src/main/webapp/mobile/img/w_check.png


BIN
src/main/webapp/mobile/img/w_search.png