Selaa lähdekoodia

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

juney 2 vuotta sitten
vanhempi
commit
e14b1e139a

+ 13 - 16
src/main/webapp/js/app/inoutmng/ITP_INOUTMNG01010.js

@@ -195,7 +195,7 @@ const gridColModel = {
195 195
 			index: 'PCH_PODR_UNQ_NO', name: 'pchPodrUnqNo',
196 196
 			label: ITP_MSG_LOCALE.label.pchPodrUnqNo, //구매발주번호
197 197
 			width: '10', fixed: false, align: 'center',
198
-			minwidth: 140,
198
+			minwidth: 130,
199 199
 			sortable: false, hidden: false
200 200
 		},
201 201
 		{
@@ -228,34 +228,32 @@ const gridColModel = {
228 228
 			index: 'WHS_NM', name: 'whsNm',
229 229
 			label: ITP_MSG_LOCALE.label.whsNm, //납품창고명
230 230
 			width: '15', fixed: false, align: 'left',
231
-			minwidth: 220,
232 231
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
233 232
 		},
234 233
 		{
235 234
 			index: 'LOCATION', name: 'location',
236 235
 			label: ITP_MSG_LOCALE.label.location, //납품LOCATION
237
-			width: '15', fixed: false, align: 'center',
236
+			width: '10', fixed: false, align: 'center',
238 237
 			sortable: false, hidden: true
239 238
 		},
240 239
 		{
241 240
 			index: 'UNIT_AMT', name: 'unitAmt',
242 241
 			label: ITP_MSG_LOCALE.label.unitAmt, //단가
243
-			width: '6', fixed: false, align: 'right',
244
-			minwidth: 80,
242
+			width: '15', fixed: false, align: 'right',
245 243
 			sortable: false, hidden: false,
246 244
 			formatter: 'integer', formatoptions: { defaultValue: '', thousandsSeparator: ',' }
247 245
 		},
248 246
 		{
249 247
 			index: 'PODR_QTY', name: 'podrQty',
250 248
 			label: ITP_MSG_LOCALE.label.podrQty, //발주수량
251
-			width: '10', fixed: false, align: 'right',
249
+			width: '15', fixed: false, align: 'right',
252 250
 			sortable: false, hidden: false,
253 251
 			formatter: 'integer', formatoptions: { defaultValue: '', thousandsSeparator: ',' }
254 252
 		},
255 253
 		{
256 254
 			index: 'SHMT_QTY', name: 'shmtQty',
257 255
 			label: ITP_MSG_LOCALE.label.shmtQty, //출고수량
258
-			width: '10', fixed: false, align: 'right',
256
+			width: '15', fixed: false, align: 'right',
259 257
 			sortable: true, editable: true, edittype: 'text',
260 258
 			editrules: { required: true, number: true },
261 259
 			editoptions: {"onKeyup": "this.value=this.value.replace(/[^0-9]/g,'');"}, 
@@ -264,14 +262,14 @@ const gridColModel = {
264 262
 		{
265 263
 			index: 'STCK_QTY', name: 'stckQty',
266 264
 			label: ITP_MSG_LOCALE.label.stckQty, //현 재고
267
-			width: '10', fixed: false, align: 'right',
265
+			width: '15', fixed: false, align: 'right',
268 266
 			sortable: false, hidden: false,
269 267
 			formatter: 'integer', formatoptions: { defaultValue: '', thousandsSeparator: ',' }
270 268
 		},
271 269
 		{
272 270
 			index: 'EXPRY_YN', name: 'expryYn',
273 271
 			label: ITP_MSG_LOCALE.label.expryYn, //유통기한여부
274
-			width: '10', fixed: false, align: 'center',
272
+			width: '14', fixed: false, align: 'center',
275 273
 			sortable: false, hidden: false
276 274
 		},
277 275
 		{
@@ -291,14 +289,14 @@ const gridColModel = {
291 289
 		{
292 290
 			index: 'PODR_AMT', name: 'podrAmt',
293 291
 			label: ITP_MSG_LOCALE.label.podrAmt, //발주금액
294
-			width: '10', fixed: false, align: 'right',
292
+			width: '15', fixed: false, align: 'right',
295 293
 			sortable: false, hidden: false,
296 294
 			formatter: 'integer', formatoptions: { defaultValue: '', thousandsSeparator: ',' }
297 295
 		},
298 296
 		{
299 297
 			index: 'DLV_REQ_DT', name: 'dlvReqDt',
300 298
 			label: ITP_MSG_LOCALE.label.dlvReqDt, //납품요청일
301
-			width: '10', fixed: false, align: 'center',
299
+			width: '13', fixed: false, align: 'center',
302 300
 			sortable: false, hidden: false
303 301
 		},
304 302
 		{
@@ -316,8 +314,7 @@ const gridColModel = {
316 314
 		{
317 315
 			index: 'SHMT_WHS_NM', name: 'shmtWhsNm',
318 316
 			label: ITP_MSG_LOCALE.label.shmtWhsNm, //출고창고명
319
-			width: '10', fixed: false, align: 'left',
320
-			minwidth: 220,
317
+			width: '12', fixed: false, align: 'left',
321 318
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
322 319
 		}
323 320
 	]
@@ -362,8 +359,7 @@ let pageObj = {
362 359
 		},
363 360
 		grid: function() {
364 361
 			itp_fn_jqgrid_resize(INOUTMNG01010_GRID_ID, INOUTMNG01010_GRID_LIST, 'lg');
365
-			//listObj.empty.init();
366
-			
362
+			listObj.empty.init();
367 363
 		},
368 364
 		ready: function() {
369 365
 			listObj.init();
@@ -500,7 +496,8 @@ let pageObj = {
500 496
 			this.gridRows = param.recordData;
501 497
 			this.unload();
502 498
 			this.load(param.recordData);
503
-			
499
+			itp_fn_jqgrid_resize(INOUTMNG01010_DETAIL_GRID_ID, INOUTMNG01010_DETAIL_GRID_LIST, 'lg');
500
+
504 501
 		},
505 502
 		gridId: '',
506 503
 		button: {},

+ 0 - 3
src/main/webapp/mobile/app/mloanmng/MLOANMNG01010.html

@@ -218,9 +218,6 @@
218 218
 					<button id="ITP_BTN_MLOANMNG01010_POP_STORE_SEARCH"><img src="../img/search.png"></button>
219 219
 				</form>
220 220
 			</div>
221
-			<div class="select_btn">
222
-				<button id="ITP_BTN_MLOANMNG01010_POP_SOTRE_NM" class="btn_red">매 장 <img src="../img/arrow_down.png"></button>
223
-			</div>
224 221
 			<div id="ITP_LIST_MLOANMNG01010_POP_STORE_AREA" class="popup_scroll">
225 222
 				<ul id="ITP_LIST_MLOANMNG01010_POP_STORE_ROWS" class="mb_0 panel-group itp_nav"></ul>
226 223
 				<div id="ITP_LIST_MLOANMNG01010_POP_STORE_ROWCOPY" style="display: none;">

+ 0 - 3
src/main/webapp/mobile/app/mloanmng/MLOANMNG02010.html

@@ -234,9 +234,6 @@
234 234
 					<button id="ITP_BTN_MLOANMNG02010_POP_STORE_SEARCH"><img src="../img/search.png"></button>
235 235
 				</form>
236 236
 			</div>
237
-			<div class="select_btn">
238
-				<button id="ITP_BTN_MLOANMNG02010_POP_SOTRE_NM" class="btn_red">매 장 <img src="../img/arrow_down.png"></button>
239
-			</div>
240 237
 			<div id="ITP_LIST_MLOANMNG02010_POP_STORE_AREA" class="popup_scroll">
241 238
 				<ul id="ITP_LIST_MLOANMNG02010_POP_STORE_ROWS" class="mb_0 panel-group itp_nav"></ul>
242 239
 				<div id="ITP_LIST_MLOANMNG02010_POP_STORE_ROWCOPY" style="display: none;">

+ 0 - 3
src/main/webapp/mobile/app/mloanmng/MLOANMNG03010.html

@@ -309,9 +309,6 @@
309 309
 					<button id="ITP_BTN_MLOANMNG03010_POP_STORE_SEARCH"><img src="../img/search.png"></button>
310 310
 				</form>
311 311
 			</div>
312
-			<div class="select_btn">
313
-				<button id="ITP_BTN_MLOANMNG02010_POP_SOTRE_NM" class="btn_red">매 장 <img src="../img/arrow_down.png"></button>
314
-			</div>
315 312
 			<div id="ITP_LIST_MLOANMNG03010_POP_STORE_AREA" class="popup_scroll">
316 313
 				<ul id="ITP_LIST_MLOANMNG03010_POP_STORE_ROWS" class="mb_0 panel-group itp_nav"></ul>
317 314
 				<div id="ITP_LIST_MLOANMNG03010_POP_STORE_ROWCOPY" style="display: none;">

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

@@ -343,9 +343,6 @@
343 343
           <button id="ITP_BTN_MPOMNG02010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
344 344
         </form>
345 345
       </div>
346
-      <div class="select_btn">
347
-        <button id="ITP_BTN_MPOMNG02010_POP_WHS_NM" class="btn_red">납품장소 <img src="../img/arrow_down.png"></button>
348
-      </div>
349 346
       <div id="ITP_LIST_MPOMNG02010_POP_WHS_AREA" class="popup_scroll">
350 347
         <ul id="ITP_LIST_MPOMNG02010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
351 348
         <div id="ITP_LIST_MPOMNG02010_POP_WHS_ROWCOPY" style="display: none;">
@@ -381,7 +378,6 @@
381 378
         </div>
382 379
         <div class="select_btn">
383 380
 		  <button id="ITP_BTN_MPOMNG02010_POP_ITEM_ADD" class="btn_blue">추가</button>
384
-          <button id="ITP_BTN_MPOMNG02010_POP_ITEM_NM" class="btn_red">품목명 <img src="../img/arrow_down.png"></button>
385 381
         </div>
386 382
       </form>
387 383
       <div id="ITP_LIST_MPOMNG02010_POP_ITEM_AREA" class="popup_scroll">
@@ -399,7 +395,7 @@
399 395
            	 <div class="itp_num_set">
400 396
                 <div class="right">
401 397
 				    <button id="ITP_BTN_MPOMNG02010_POP_ITEM_MINUS">-</button>
402
-					<input type="number" id="ITP_MPOMNG02010_POP_NUM" class="" value="1" maxlength="5">
398
+					<input type="number" id="ITP_BTN_MPOMNG02010_POP_NUM" class="" value="1" maxlength="5">
403 399
 				    <button id="ITP_BTN_MPOMNG02010_POP_ITEM_PLUS">+</button>
404 400
 			    </div>
405 401
 		    </div>

+ 0 - 6
src/main/webapp/mobile/app/mpomng/MPOMNG04010.html

@@ -205,9 +205,6 @@
205 205
 					<button id="ITP_BTN_MPOMNG04010_POP_SPPLY_SEARCH"><img src="../img/search.png"></button>
206 206
 				</form>
207 207
 			</div>
208
-			<div class="select_btn">
209
-				<button id="ITP_BTN_MPOMNG04010_POP_SPPLY_NM" class="btn_red">공급업체 <img src="../img/arrow_down.png"></button>
210
-			</div>
211 208
 			<div id="ITP_POP_MPOMNG04010_SPPLY_LIST_AREA" class="popup_scroll">
212 209
 				<ul id="ITP_POP_MPOMNG04010_SPPLY_LIST_ROWS" class="mb_0 panel-group itp_nav"></ul>
213 210
 				<div id="ITP_POP_MPOMNG04010_SPPLY_LIST_ROWCOPY" style="display: none;">
@@ -242,9 +239,6 @@
242 239
 					<button id="ITP_BTN_MPOMNG04010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
243 240
 				</form>
244 241
 			</div>
245
-			<div class="select_btn">
246
-				<button id="ITP_BTN_MPOMNG04010_POP_WHS_NM" class="btn_red">납품장소<img src="../img/arrow_down.png"></button>
247
-			</div>
248 242
 			<div id="ITP_LIST_MPOMNG04010_POP_WHS_AREA" class="popup_scroll">
249 243
 				<ul id="ITP_LIST_MPOMNG04010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
250 244
 				<div id="ITP_LIST_MPOMNG04010_POP_WHS_ROWCOPY" style="display: none;">

+ 3 - 9
src/main/webapp/mobile/app/mpomng/MPOMNG05010.html

@@ -34,7 +34,7 @@
34 34
 					<div class="line">
35 35
 						<label>공급업체</label>
36 36
 						<div class="float_left">
37
-							<input type="text" id="ITP_FORM_MPOMNG05010_LIST_SEARCH_SPPLY_NM" name="sspplyNm" placeholder="" readonly>
37
+							<input type="text" id="ITP_FORM_MPOMNG05010_LIST_SEARCH_SPPLY_NM" name="sspplyNm" readonly>
38 38
 							<input type="hidden" id="ITP_FORM_MPOMNG05010_LIST_SEARCH_SPPLY_ID" class="" name="sspplyId" />
39 39
 	           				<div class="itp_input_btn">
40 40
 								<button id="ITP_BTN_MPOMNG05010_LIST_SEARCH_SPPLY_NM"><img src="../img/search.png" alt=""></button>
@@ -47,7 +47,7 @@
47 47
 					<div class="line">
48 48
 						<label>납품장소</label>
49 49
 						<div class="float_left">
50
-							<input type="text" id="ITP_FORM_MPOMNG05010_LIST_SEARCH_WHS_NM" class="" name="swhsNm" placeholder="매장명" readonly />
50
+							<input type="text" id="ITP_FORM_MPOMNG05010_LIST_SEARCH_WHS_NM" class="" name="swhsNm" readonly />
51 51
 							<input type="hidden" id="ITP_FORM_MPOMNG05010_LIST_SEARCH_WHS_ID" class="" name="swhsId" />
52 52
 	           				<div class="itp_input_btn">
53 53
 								<button id="ITP_BTN_MPOMNG05010_LIST_SEARCH_WHS_NM"><img src="../img/search.png" alt=""></button>
@@ -60,7 +60,7 @@
60 60
 					<div class="line">
61 61
 						<label>품목명</label>
62 62
 						<div class="float_left name">
63
-							<input id="ITP_FORM_MPOMNG05010_LIST_ITEM_NM" name="sitemNm" type="text" placeholder="">
63
+							<input id="ITP_FORM_MPOMNG05010_LIST_ITEM_NM" name="sitemNm" type="text">
64 64
 						</div>
65 65
 					</div>
66 66
 					<div class="line">
@@ -162,9 +162,6 @@
162 162
 					<button id="ITP_BTN_MPOMNG05010_POP_SPPLY_SEARCH"><img src="../img/search.png"></button>
163 163
 				</form>
164 164
 			</div>
165
-			<div class="select_btn">
166
-				<button id="ITP_BTN_MPOMNG05010_POP_SPPLY_NM" class="btn_red">공급업체 <img src="../img/arrow_down.png"></button>
167
-			</div>
168 165
 			<div id="ITP_POP_MPOMNG05010_LIST_SPPLY_AREA" class="popup_scroll">
169 166
 				<ul id="ITP_POP_MPOMNG05010_LIST_SPPLY_ROWS" class="mb_0 panel-group itp_nav"></ul>
170 167
 				<div id="ITP_POP_MPOMNG05010_LIST_SPPLY_ROWCOPY" style="display: none;">
@@ -199,9 +196,6 @@
199 196
 					<button id="ITP_BTN_MPOMNG05010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
200 197
 				</form>
201 198
 			</div>
202
-			<div class="select_btn">
203
-				<button id="ITP_BTN_MPOMNG05010_POP_WHS_NM" class="btn_red">납품장소 <img src="../img/arrow_down.png"></button>
204
-			</div>
205 199
 			<div id="ITP_LIST_MPOMNG05010_POP_WHS_AREA" class="popup_scroll">
206 200
 				<ul id="ITP_LIST_MPOMNG05010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
207 201
 				<div id="ITP_LIST_MPOMNG05010_POP_WHS_ROWCOPY" style="display: none;">

+ 0 - 6
src/main/webapp/mobile/app/mpomng/MPOMNG06010.html

@@ -143,9 +143,6 @@
143 143
 					<button id="ITP_BTN_MPOMNG06010_POP_SPPLY_SEARCH"><img src="../img/search.png"></button>
144 144
 				</form>
145 145
 			</div>
146
-			<div class="select_btn">
147
-				<button id="ITP_BTN_MPOMNG06010_POP_SPPLY_NM" class="btn_red">공급업체 <img src="../img/arrow_down.png"></button>
148
-			</div>
149 146
 			<div id="ITP_POP_MPOMNG06010_LIST_SPPLY_AREA" class="popup_scroll">
150 147
 				<ul id="ITP_POP_MPOMNG06010_LIST_SPPLY_ROWS" class="mb_0 panel-group itp_nav"></ul>
151 148
 				<div id="ITP_POP_MPOMNG06010_LIST_SPPLY_ROWCOPY" style="display: none;;">
@@ -180,9 +177,6 @@
180 177
 					<button id="ITP_BTN_MPOMNG06010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
181 178
 				</form>
182 179
 			</div>
183
-			<div class="select_btn">
184
-				<button id="ITP_BTN_MPOMNG06010_POP_WHS_NM" class="btn_red">수거창고 <img src="../img/arrow_down.png"></button>
185
-			</div>
186 180
 			<div id="ITP_LIST_MPOMNG06010_POP_WHS_AREA" class="popup_scroll">
187 181
 				<ul id="ITP_LIST_MPOMNG06010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
188 182
 				<div id="ITP_LIST_MPOMNG06010_POP_WHS_ROWCOPY" style="display: none;">

+ 0 - 6
src/main/webapp/mobile/app/mpomng/MPOMNG07010.html

@@ -140,9 +140,6 @@
140 140
 					<button id="ITP_BTN_MPOMNG07010_POP_SPPLY_SEARCH"><img src="../img/search.png"></button>
141 141
 				</form>
142 142
 			</div>
143
-			<div class="select_btn">
144
-				<button id="ITP_BTN_MPOMNG07010_POP_SPPLY_NM" class="btn_red">공급업체 <img src="../img/arrow_down.png"></button>
145
-			</div>
146 143
 			<div id="ITP_POP_MPOMNG07010_LIST_SPPLY_AREA" class="popup_scroll">
147 144
 				<ul id="ITP_POP_MPOMNG07010_LIST_SPPLY_ROWS" class="mb_0 panel-group itp_nav"></ul>
148 145
 				<div id="ITP_POP_MPOMNG07010_LIST_SPPLY_ROWCOPY" style="display: none;">
@@ -177,9 +174,6 @@
177 174
 					<button id="ITP_BTN_MPOMNG07010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
178 175
 				</form>
179 176
 			</div>
180
-			<div class="select_btn">
181
-				<button id="ITP_BTN_MPOMNG07010_POP_WHS_NM" class="btn_red">납품장소 <img src="../img/arrow_down.png"></button>
182
-			</div>
183 177
 			<div id="ITP_LIST_MPOMNG07010_POP_WHS_AREA" class="popup_scroll">
184 178
 				<ul id="ITP_LIST_MPOMNG07010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
185 179
 				<div id="ITP_LIST_MPOMNG07010_POP_WHS_ROWCOPY" style="display: none;">

+ 0 - 4
src/main/webapp/mobile/app/mrtnmng/MRTNMNG01010.html

@@ -130,9 +130,6 @@
130 130
 					<button id="ITP_BTN_MRTNMNG01010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
131 131
 				</form>
132 132
 			</div>
133
-			<div class="select_btn">
134
-				<button id="ITP_BTN_MRTNMNG01010_POP_WHS_NM" class="btn_red">반품장소 <img src="../img/arrow_down.png"></button>
135
-			</div>
136 133
 			<div id="ITP_LIST_MRTNMNG01010_POP_WHS_AREA" class="popup_scroll">
137 134
 				<ul id="ITP_LIST_MRTNMNG01010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
138 135
 				<div id="ITP_LIST_MRTNMNG01010_POP_WHS_ROWCOPY" style="display: none;">
@@ -168,7 +165,6 @@
168 165
 				</div>
169 166
 				<div class="select_btn">
170 167
 					<button id="ITP_BTN_MRTNMNG01010_POP_ITEM_ADD" class="btn_blue ">추가</button>
171
-					<button id="ITP_BTN_MRTNMNG01010_POP_ITEM_NM" class="btn_red">품목명 <img src="../img/arrow_down.png"></button>
172 168
 				</div>
173 169
 			</form>
174 170
 			<div id="ITP_LIST_MRTNMNG01010_POP_ITEM_AREA" class="popup_scroll">

+ 0 - 4
src/main/webapp/mobile/app/mrtnmng/MRTNMNG02010.html

@@ -285,9 +285,6 @@
285 285
 					<button id="ITP_BTN_MRTNMNG02010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
286 286
 				</form>
287 287
 			</div>
288
-			<div class="select_btn">
289
-				<button id="ITP_BTN_MRTNMNG02010_POP_WHS_NM" class="btn_red">반품장소 <img src="../img/arrow_down.png"></button>
290
-			</div>
291 288
 			<div id="ITP_LIST_MRTNMNG02010_POP_WHS_AREA" class="popup_scroll">
292 289
 				<ul id="ITP_LIST_MRTNMNG02010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
293 290
 				<div id="ITP_LIST_MRTNMNG02010_POP_WHS_ROWCOPY" style="display: none;">
@@ -323,7 +320,6 @@
323 320
 				</div>
324 321
 				<div class="select_btn">
325 322
 					<button id="ITP_BTN_MRTNMNG02010_POP_ITEM_ADD" class="btn_blue ">추가</button>
326
-					<button id="ITP_BTN_MRTNMNG02010_POP_ITEM_NM" class="btn_red">품목명 <img src="../img/arrow_down.png"></button>
327 323
 				</div>
328 324
 			</form>
329 325
 			<div id="ITP_LIST_MRTNMNG02010_POP_ITEM_AREA" class="popup_scroll">

+ 0 - 3
src/main/webapp/mobile/app/mrtnmng/MRTNMNG04010.html

@@ -220,9 +220,6 @@
220 220
 					<button id="ITP_BTN_MRTNMNG04010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
221 221
 				</form>
222 222
 			</div>
223
-			<div class="select_btn">
224
-				<button id="ITP_BTN_MRTNMNG04010_POP_WHS_NM" class="btn_red">창 고 <img src="../img/arrow_down.png"></button>
225
-			</div>
226 223
 			<div id="ITP_LIST_MRTNMNG04010_POP_WHS_AREA" class="popup_scroll">
227 224
 				<ul id="ITP_LIST_MRTNMNG04010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
228 225
 				<div id="ITP_LIST_MRTNMNG04010_POP_WHS_ROWCOPY" style="display:none;">

+ 0 - 6
src/main/webapp/mobile/app/mrtnmng/MRTNMNG05010.html

@@ -142,9 +142,6 @@
142 142
 					<button id="ITP_BTN_MRTNMNG05010_POP_SPPLY_SEARCH"><img src="../img/search.png"></button>
143 143
 				</form>
144 144
 			</div>
145
-			<div class="select_btn">
146
-				<button id="ITP_BTN_MRTNMNG05010_POP_SPPLY_NM" class="btn_red">공급업체 <img src="../img/arrow_down.png"></button>
147
-			</div>
148 145
 			<div id="ITP_POP_MRTNMNG05010_LIST_SPPLY_AREA" class="popup_scroll">
149 146
 				<ul id="ITP_POP_MRTNMNG05010_LIST_SPPLY_ROWS" class="mb_0 panel-group itp_nav"></ul>
150 147
 				<div id="ITP_POP_MRTNMNG05010_LIST_SPPLY_ROWCOPY" style="display: none;">
@@ -179,9 +176,6 @@
179 176
 					<button id="ITP_BTN_MRTNMNG05010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
180 177
 				</form>
181 178
 			</div>
182
-			<div class="select_btn">
183
-				<button id="ITP_BTN_MRTNMNG05010_POP_WHS_NM" class="btn_red">수거장소 <img src="../img/arrow_down.png"></button>
184
-			</div>
185 179
 			<div id="ITP_LIST_MRTNMNG05010_POP_WHS_AREA" class="popup_scroll">
186 180
 				<ul id="ITP_LIST_MRTNMNG05010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
187 181
 				<div id="ITP_LIST_MRTNMNG05010_POP_WHS_ROWCOPY" style="display: none;">

+ 0 - 6
src/main/webapp/mobile/app/mrtnmng/MRTNMNG06010.html

@@ -133,9 +133,6 @@
133 133
 					<button id="ITP_BTN_MRTNMNG06010_POP_SPPLY_SEARCH"><img src="../img/search.png"></button>
134 134
 				</form>
135 135
 			</div>
136
-			<div class="select_btn">
137
-				<button id="ITP_BTN_MRTNMNG06010_POP_SPPLY_NM" class="btn_red">공급업체 <img src="../img/arrow_down.png"></button>
138
-			</div>
139 136
 			<div id="ITP_POP_MRTNMNG06010_LIST_SPPLY_AREA" class="popup_scroll">
140 137
 				<ul id="ITP_POP_MRTNMNG06010_LIST_SPPLY_ROWS" class="mb_0 panel-group itp_nav"></ul>
141 138
 				<div id="ITP_POP_MRTNMNG06010_LIST_SPPLY_ROWCOPY" style="display: none;">
@@ -170,9 +167,6 @@
170 167
 					<button id="ITP_BTN_MRTNMNG06010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
171 168
 				</form>
172 169
 			</div>
173
-			<div class="select_btn">
174
-				<button id="ITP_BTN_MRTNMNG06010_POP_WHS_NM" class="btn_red">수거장소 <img src="../img/arrow_down.png"></button>
175
-			</div>
176 170
 			<div id="ITP_LIST_MRTNMNG06010_POP_WHS_AREA" class="popup_scroll">
177 171
 				<ul id="ITP_LIST_MRTNMNG06010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
178 172
 				<div id="ITP_LIST_MRTNMNG06010_POP_WHS_ROWCOPY" style="display: none;">