Browse Source

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

juney 2 years ago
parent
commit
e14b1e139a

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

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

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

@@ -218,9 +218,6 @@
218
 					<button id="ITP_BTN_MLOANMNG01010_POP_STORE_SEARCH"><img src="../img/search.png"></button>
218
 					<button id="ITP_BTN_MLOANMNG01010_POP_STORE_SEARCH"><img src="../img/search.png"></button>
219
 				</form>
219
 				</form>
220
 			</div>
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
 			<div id="ITP_LIST_MLOANMNG01010_POP_STORE_AREA" class="popup_scroll">
221
 			<div id="ITP_LIST_MLOANMNG01010_POP_STORE_AREA" class="popup_scroll">
225
 				<ul id="ITP_LIST_MLOANMNG01010_POP_STORE_ROWS" class="mb_0 panel-group itp_nav"></ul>
222
 				<ul id="ITP_LIST_MLOANMNG01010_POP_STORE_ROWS" class="mb_0 panel-group itp_nav"></ul>
226
 				<div id="ITP_LIST_MLOANMNG01010_POP_STORE_ROWCOPY" style="display: none;">
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
 					<button id="ITP_BTN_MLOANMNG02010_POP_STORE_SEARCH"><img src="../img/search.png"></button>
234
 					<button id="ITP_BTN_MLOANMNG02010_POP_STORE_SEARCH"><img src="../img/search.png"></button>
235
 				</form>
235
 				</form>
236
 			</div>
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
 			<div id="ITP_LIST_MLOANMNG02010_POP_STORE_AREA" class="popup_scroll">
237
 			<div id="ITP_LIST_MLOANMNG02010_POP_STORE_AREA" class="popup_scroll">
241
 				<ul id="ITP_LIST_MLOANMNG02010_POP_STORE_ROWS" class="mb_0 panel-group itp_nav"></ul>
238
 				<ul id="ITP_LIST_MLOANMNG02010_POP_STORE_ROWS" class="mb_0 panel-group itp_nav"></ul>
242
 				<div id="ITP_LIST_MLOANMNG02010_POP_STORE_ROWCOPY" style="display: none;">
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
 					<button id="ITP_BTN_MLOANMNG03010_POP_STORE_SEARCH"><img src="../img/search.png"></button>
309
 					<button id="ITP_BTN_MLOANMNG03010_POP_STORE_SEARCH"><img src="../img/search.png"></button>
310
 				</form>
310
 				</form>
311
 			</div>
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
 			<div id="ITP_LIST_MLOANMNG03010_POP_STORE_AREA" class="popup_scroll">
312
 			<div id="ITP_LIST_MLOANMNG03010_POP_STORE_AREA" class="popup_scroll">
316
 				<ul id="ITP_LIST_MLOANMNG03010_POP_STORE_ROWS" class="mb_0 panel-group itp_nav"></ul>
313
 				<ul id="ITP_LIST_MLOANMNG03010_POP_STORE_ROWS" class="mb_0 panel-group itp_nav"></ul>
317
 				<div id="ITP_LIST_MLOANMNG03010_POP_STORE_ROWCOPY" style="display: none;">
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
           <button id="ITP_BTN_MPOMNG02010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
343
           <button id="ITP_BTN_MPOMNG02010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
344
         </form>
344
         </form>
345
       </div>
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
       <div id="ITP_LIST_MPOMNG02010_POP_WHS_AREA" class="popup_scroll">
346
       <div id="ITP_LIST_MPOMNG02010_POP_WHS_AREA" class="popup_scroll">
350
         <ul id="ITP_LIST_MPOMNG02010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
347
         <ul id="ITP_LIST_MPOMNG02010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
351
         <div id="ITP_LIST_MPOMNG02010_POP_WHS_ROWCOPY" style="display: none;">
348
         <div id="ITP_LIST_MPOMNG02010_POP_WHS_ROWCOPY" style="display: none;">
@@ -381,7 +378,6 @@
381
         </div>
378
         </div>
382
         <div class="select_btn">
379
         <div class="select_btn">
383
 		  <button id="ITP_BTN_MPOMNG02010_POP_ITEM_ADD" class="btn_blue">추가</button>
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
         </div>
381
         </div>
386
       </form>
382
       </form>
387
       <div id="ITP_LIST_MPOMNG02010_POP_ITEM_AREA" class="popup_scroll">
383
       <div id="ITP_LIST_MPOMNG02010_POP_ITEM_AREA" class="popup_scroll">
@@ -399,7 +395,7 @@
399
            	 <div class="itp_num_set">
395
            	 <div class="itp_num_set">
400
                 <div class="right">
396
                 <div class="right">
401
 				    <button id="ITP_BTN_MPOMNG02010_POP_ITEM_MINUS">-</button>
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
 				    <button id="ITP_BTN_MPOMNG02010_POP_ITEM_PLUS">+</button>
399
 				    <button id="ITP_BTN_MPOMNG02010_POP_ITEM_PLUS">+</button>
404
 			    </div>
400
 			    </div>
405
 		    </div>
401
 		    </div>

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

@@ -205,9 +205,6 @@
205
 					<button id="ITP_BTN_MPOMNG04010_POP_SPPLY_SEARCH"><img src="../img/search.png"></button>
205
 					<button id="ITP_BTN_MPOMNG04010_POP_SPPLY_SEARCH"><img src="../img/search.png"></button>
206
 				</form>
206
 				</form>
207
 			</div>
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
 			<div id="ITP_POP_MPOMNG04010_SPPLY_LIST_AREA" class="popup_scroll">
208
 			<div id="ITP_POP_MPOMNG04010_SPPLY_LIST_AREA" class="popup_scroll">
212
 				<ul id="ITP_POP_MPOMNG04010_SPPLY_LIST_ROWS" class="mb_0 panel-group itp_nav"></ul>
209
 				<ul id="ITP_POP_MPOMNG04010_SPPLY_LIST_ROWS" class="mb_0 panel-group itp_nav"></ul>
213
 				<div id="ITP_POP_MPOMNG04010_SPPLY_LIST_ROWCOPY" style="display: none;">
210
 				<div id="ITP_POP_MPOMNG04010_SPPLY_LIST_ROWCOPY" style="display: none;">
@@ -242,9 +239,6 @@
242
 					<button id="ITP_BTN_MPOMNG04010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
239
 					<button id="ITP_BTN_MPOMNG04010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
243
 				</form>
240
 				</form>
244
 			</div>
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
 			<div id="ITP_LIST_MPOMNG04010_POP_WHS_AREA" class="popup_scroll">
242
 			<div id="ITP_LIST_MPOMNG04010_POP_WHS_AREA" class="popup_scroll">
249
 				<ul id="ITP_LIST_MPOMNG04010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
243
 				<ul id="ITP_LIST_MPOMNG04010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
250
 				<div id="ITP_LIST_MPOMNG04010_POP_WHS_ROWCOPY" style="display: none;">
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
 					<div class="line">
34
 					<div class="line">
35
 						<label>공급업체</label>
35
 						<label>공급업체</label>
36
 						<div class="float_left">
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
 							<input type="hidden" id="ITP_FORM_MPOMNG05010_LIST_SEARCH_SPPLY_ID" class="" name="sspplyId" />
38
 							<input type="hidden" id="ITP_FORM_MPOMNG05010_LIST_SEARCH_SPPLY_ID" class="" name="sspplyId" />
39
 	           				<div class="itp_input_btn">
39
 	           				<div class="itp_input_btn">
40
 								<button id="ITP_BTN_MPOMNG05010_LIST_SEARCH_SPPLY_NM"><img src="../img/search.png" alt=""></button>
40
 								<button id="ITP_BTN_MPOMNG05010_LIST_SEARCH_SPPLY_NM"><img src="../img/search.png" alt=""></button>
@@ -47,7 +47,7 @@
47
 					<div class="line">
47
 					<div class="line">
48
 						<label>납품장소</label>
48
 						<label>납품장소</label>
49
 						<div class="float_left">
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
 							<input type="hidden" id="ITP_FORM_MPOMNG05010_LIST_SEARCH_WHS_ID" class="" name="swhsId" />
51
 							<input type="hidden" id="ITP_FORM_MPOMNG05010_LIST_SEARCH_WHS_ID" class="" name="swhsId" />
52
 	           				<div class="itp_input_btn">
52
 	           				<div class="itp_input_btn">
53
 								<button id="ITP_BTN_MPOMNG05010_LIST_SEARCH_WHS_NM"><img src="../img/search.png" alt=""></button>
53
 								<button id="ITP_BTN_MPOMNG05010_LIST_SEARCH_WHS_NM"><img src="../img/search.png" alt=""></button>
@@ -60,7 +60,7 @@
60
 					<div class="line">
60
 					<div class="line">
61
 						<label>품목명</label>
61
 						<label>품목명</label>
62
 						<div class="float_left name">
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
 						</div>
64
 						</div>
65
 					</div>
65
 					</div>
66
 					<div class="line">
66
 					<div class="line">
@@ -162,9 +162,6 @@
162
 					<button id="ITP_BTN_MPOMNG05010_POP_SPPLY_SEARCH"><img src="../img/search.png"></button>
162
 					<button id="ITP_BTN_MPOMNG05010_POP_SPPLY_SEARCH"><img src="../img/search.png"></button>
163
 				</form>
163
 				</form>
164
 			</div>
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
 			<div id="ITP_POP_MPOMNG05010_LIST_SPPLY_AREA" class="popup_scroll">
165
 			<div id="ITP_POP_MPOMNG05010_LIST_SPPLY_AREA" class="popup_scroll">
169
 				<ul id="ITP_POP_MPOMNG05010_LIST_SPPLY_ROWS" class="mb_0 panel-group itp_nav"></ul>
166
 				<ul id="ITP_POP_MPOMNG05010_LIST_SPPLY_ROWS" class="mb_0 panel-group itp_nav"></ul>
170
 				<div id="ITP_POP_MPOMNG05010_LIST_SPPLY_ROWCOPY" style="display: none;">
167
 				<div id="ITP_POP_MPOMNG05010_LIST_SPPLY_ROWCOPY" style="display: none;">
@@ -199,9 +196,6 @@
199
 					<button id="ITP_BTN_MPOMNG05010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
196
 					<button id="ITP_BTN_MPOMNG05010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
200
 				</form>
197
 				</form>
201
 			</div>
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
 			<div id="ITP_LIST_MPOMNG05010_POP_WHS_AREA" class="popup_scroll">
199
 			<div id="ITP_LIST_MPOMNG05010_POP_WHS_AREA" class="popup_scroll">
206
 				<ul id="ITP_LIST_MPOMNG05010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
200
 				<ul id="ITP_LIST_MPOMNG05010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
207
 				<div id="ITP_LIST_MPOMNG05010_POP_WHS_ROWCOPY" style="display: none;">
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
 					<button id="ITP_BTN_MPOMNG06010_POP_SPPLY_SEARCH"><img src="../img/search.png"></button>
143
 					<button id="ITP_BTN_MPOMNG06010_POP_SPPLY_SEARCH"><img src="../img/search.png"></button>
144
 				</form>
144
 				</form>
145
 			</div>
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
 			<div id="ITP_POP_MPOMNG06010_LIST_SPPLY_AREA" class="popup_scroll">
146
 			<div id="ITP_POP_MPOMNG06010_LIST_SPPLY_AREA" class="popup_scroll">
150
 				<ul id="ITP_POP_MPOMNG06010_LIST_SPPLY_ROWS" class="mb_0 panel-group itp_nav"></ul>
147
 				<ul id="ITP_POP_MPOMNG06010_LIST_SPPLY_ROWS" class="mb_0 panel-group itp_nav"></ul>
151
 				<div id="ITP_POP_MPOMNG06010_LIST_SPPLY_ROWCOPY" style="display: none;;">
148
 				<div id="ITP_POP_MPOMNG06010_LIST_SPPLY_ROWCOPY" style="display: none;;">
@@ -180,9 +177,6 @@
180
 					<button id="ITP_BTN_MPOMNG06010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
177
 					<button id="ITP_BTN_MPOMNG06010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
181
 				</form>
178
 				</form>
182
 			</div>
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
 			<div id="ITP_LIST_MPOMNG06010_POP_WHS_AREA" class="popup_scroll">
180
 			<div id="ITP_LIST_MPOMNG06010_POP_WHS_AREA" class="popup_scroll">
187
 				<ul id="ITP_LIST_MPOMNG06010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
181
 				<ul id="ITP_LIST_MPOMNG06010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
188
 				<div id="ITP_LIST_MPOMNG06010_POP_WHS_ROWCOPY" style="display: none;">
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
 					<button id="ITP_BTN_MPOMNG07010_POP_SPPLY_SEARCH"><img src="../img/search.png"></button>
140
 					<button id="ITP_BTN_MPOMNG07010_POP_SPPLY_SEARCH"><img src="../img/search.png"></button>
141
 				</form>
141
 				</form>
142
 			</div>
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
 			<div id="ITP_POP_MPOMNG07010_LIST_SPPLY_AREA" class="popup_scroll">
143
 			<div id="ITP_POP_MPOMNG07010_LIST_SPPLY_AREA" class="popup_scroll">
147
 				<ul id="ITP_POP_MPOMNG07010_LIST_SPPLY_ROWS" class="mb_0 panel-group itp_nav"></ul>
144
 				<ul id="ITP_POP_MPOMNG07010_LIST_SPPLY_ROWS" class="mb_0 panel-group itp_nav"></ul>
148
 				<div id="ITP_POP_MPOMNG07010_LIST_SPPLY_ROWCOPY" style="display: none;">
145
 				<div id="ITP_POP_MPOMNG07010_LIST_SPPLY_ROWCOPY" style="display: none;">
@@ -177,9 +174,6 @@
177
 					<button id="ITP_BTN_MPOMNG07010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
174
 					<button id="ITP_BTN_MPOMNG07010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
178
 				</form>
175
 				</form>
179
 			</div>
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
 			<div id="ITP_LIST_MPOMNG07010_POP_WHS_AREA" class="popup_scroll">
177
 			<div id="ITP_LIST_MPOMNG07010_POP_WHS_AREA" class="popup_scroll">
184
 				<ul id="ITP_LIST_MPOMNG07010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
178
 				<ul id="ITP_LIST_MPOMNG07010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
185
 				<div id="ITP_LIST_MPOMNG07010_POP_WHS_ROWCOPY" style="display: none;">
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
 					<button id="ITP_BTN_MRTNMNG01010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
130
 					<button id="ITP_BTN_MRTNMNG01010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
131
 				</form>
131
 				</form>
132
 			</div>
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
 			<div id="ITP_LIST_MRTNMNG01010_POP_WHS_AREA" class="popup_scroll">
133
 			<div id="ITP_LIST_MRTNMNG01010_POP_WHS_AREA" class="popup_scroll">
137
 				<ul id="ITP_LIST_MRTNMNG01010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
134
 				<ul id="ITP_LIST_MRTNMNG01010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
138
 				<div id="ITP_LIST_MRTNMNG01010_POP_WHS_ROWCOPY" style="display: none;">
135
 				<div id="ITP_LIST_MRTNMNG01010_POP_WHS_ROWCOPY" style="display: none;">
@@ -168,7 +165,6 @@
168
 				</div>
165
 				</div>
169
 				<div class="select_btn">
166
 				<div class="select_btn">
170
 					<button id="ITP_BTN_MRTNMNG01010_POP_ITEM_ADD" class="btn_blue ">추가</button>
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
 				</div>
168
 				</div>
173
 			</form>
169
 			</form>
174
 			<div id="ITP_LIST_MRTNMNG01010_POP_ITEM_AREA" class="popup_scroll">
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
 					<button id="ITP_BTN_MRTNMNG02010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
285
 					<button id="ITP_BTN_MRTNMNG02010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
286
 				</form>
286
 				</form>
287
 			</div>
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
 			<div id="ITP_LIST_MRTNMNG02010_POP_WHS_AREA" class="popup_scroll">
288
 			<div id="ITP_LIST_MRTNMNG02010_POP_WHS_AREA" class="popup_scroll">
292
 				<ul id="ITP_LIST_MRTNMNG02010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
289
 				<ul id="ITP_LIST_MRTNMNG02010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
293
 				<div id="ITP_LIST_MRTNMNG02010_POP_WHS_ROWCOPY" style="display: none;">
290
 				<div id="ITP_LIST_MRTNMNG02010_POP_WHS_ROWCOPY" style="display: none;">
@@ -323,7 +320,6 @@
323
 				</div>
320
 				</div>
324
 				<div class="select_btn">
321
 				<div class="select_btn">
325
 					<button id="ITP_BTN_MRTNMNG02010_POP_ITEM_ADD" class="btn_blue ">추가</button>
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
 				</div>
323
 				</div>
328
 			</form>
324
 			</form>
329
 			<div id="ITP_LIST_MRTNMNG02010_POP_ITEM_AREA" class="popup_scroll">
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
 					<button id="ITP_BTN_MRTNMNG04010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
220
 					<button id="ITP_BTN_MRTNMNG04010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
221
 				</form>
221
 				</form>
222
 			</div>
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
 			<div id="ITP_LIST_MRTNMNG04010_POP_WHS_AREA" class="popup_scroll">
223
 			<div id="ITP_LIST_MRTNMNG04010_POP_WHS_AREA" class="popup_scroll">
227
 				<ul id="ITP_LIST_MRTNMNG04010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
224
 				<ul id="ITP_LIST_MRTNMNG04010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
228
 				<div id="ITP_LIST_MRTNMNG04010_POP_WHS_ROWCOPY" style="display:none;">
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
 					<button id="ITP_BTN_MRTNMNG05010_POP_SPPLY_SEARCH"><img src="../img/search.png"></button>
142
 					<button id="ITP_BTN_MRTNMNG05010_POP_SPPLY_SEARCH"><img src="../img/search.png"></button>
143
 				</form>
143
 				</form>
144
 			</div>
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
 			<div id="ITP_POP_MRTNMNG05010_LIST_SPPLY_AREA" class="popup_scroll">
145
 			<div id="ITP_POP_MRTNMNG05010_LIST_SPPLY_AREA" class="popup_scroll">
149
 				<ul id="ITP_POP_MRTNMNG05010_LIST_SPPLY_ROWS" class="mb_0 panel-group itp_nav"></ul>
146
 				<ul id="ITP_POP_MRTNMNG05010_LIST_SPPLY_ROWS" class="mb_0 panel-group itp_nav"></ul>
150
 				<div id="ITP_POP_MRTNMNG05010_LIST_SPPLY_ROWCOPY" style="display: none;">
147
 				<div id="ITP_POP_MRTNMNG05010_LIST_SPPLY_ROWCOPY" style="display: none;">
@@ -179,9 +176,6 @@
179
 					<button id="ITP_BTN_MRTNMNG05010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
176
 					<button id="ITP_BTN_MRTNMNG05010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
180
 				</form>
177
 				</form>
181
 			</div>
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
 			<div id="ITP_LIST_MRTNMNG05010_POP_WHS_AREA" class="popup_scroll">
179
 			<div id="ITP_LIST_MRTNMNG05010_POP_WHS_AREA" class="popup_scroll">
186
 				<ul id="ITP_LIST_MRTNMNG05010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
180
 				<ul id="ITP_LIST_MRTNMNG05010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
187
 				<div id="ITP_LIST_MRTNMNG05010_POP_WHS_ROWCOPY" style="display: none;">
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
 					<button id="ITP_BTN_MRTNMNG06010_POP_SPPLY_SEARCH"><img src="../img/search.png"></button>
133
 					<button id="ITP_BTN_MRTNMNG06010_POP_SPPLY_SEARCH"><img src="../img/search.png"></button>
134
 				</form>
134
 				</form>
135
 			</div>
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
 			<div id="ITP_POP_MRTNMNG06010_LIST_SPPLY_AREA" class="popup_scroll">
136
 			<div id="ITP_POP_MRTNMNG06010_LIST_SPPLY_AREA" class="popup_scroll">
140
 				<ul id="ITP_POP_MRTNMNG06010_LIST_SPPLY_ROWS" class="mb_0 panel-group itp_nav"></ul>
137
 				<ul id="ITP_POP_MRTNMNG06010_LIST_SPPLY_ROWS" class="mb_0 panel-group itp_nav"></ul>
141
 				<div id="ITP_POP_MRTNMNG06010_LIST_SPPLY_ROWCOPY" style="display: none;">
138
 				<div id="ITP_POP_MRTNMNG06010_LIST_SPPLY_ROWCOPY" style="display: none;">
@@ -170,9 +167,6 @@
170
 					<button id="ITP_BTN_MRTNMNG06010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
167
 					<button id="ITP_BTN_MRTNMNG06010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
171
 				</form>
168
 				</form>
172
 			</div>
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
 			<div id="ITP_LIST_MRTNMNG06010_POP_WHS_AREA" class="popup_scroll">
170
 			<div id="ITP_LIST_MRTNMNG06010_POP_WHS_AREA" class="popup_scroll">
177
 				<ul id="ITP_LIST_MRTNMNG06010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
171
 				<ul id="ITP_LIST_MRTNMNG06010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
178
 				<div id="ITP_LIST_MRTNMNG06010_POP_WHS_ROWCOPY" style="display: none;">
172
 				<div id="ITP_LIST_MRTNMNG06010_POP_WHS_ROWCOPY" style="display: none;">