Browse Source

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

juney 2 years ago
parent
commit
edec648c1d

+ 4 - 4
src/main/webapp/js/app/loanmng/ITP_LOANMNG02010.js

@@ -66,13 +66,13 @@ const gridColModel = {
66
 		{
66
 		{
67
 			index: 'STORE_NM', name: 'storeNm',
67
 			index: 'STORE_NM', name: 'storeNm',
68
 			label: "매장명", 
68
 			label: "매장명", 
69
-			width: '12', fixed: false, align: 'left',
69
+			width: '10', fixed: false, align: 'left',
70
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
70
 			sortable: false, hidden: false, classes: 'ui-ellipsis'
71
 		},
71
 		},
72
 		{
72
 		{
73
 			index: 'LOAN_DVSN_NM', name: 'loanDvsnNm',
73
 			index: 'LOAN_DVSN_NM', name: 'loanDvsnNm',
74
 			label: "정산타입", 
74
 			label: "정산타입", 
75
-			width: '10', fixed: false, align: 'center',
75
+			width: '9', fixed: false, align: 'center',
76
 			sortable: false, hidden: false
76
 			sortable: false, hidden: false
77
 		},
77
 		},
78
 		{
78
 		{
@@ -84,7 +84,7 @@ const gridColModel = {
84
 		{
84
 		{
85
 			index: 'DPST_AMT', name: 'dpstAmt',
85
 			index: 'DPST_AMT', name: 'dpstAmt',
86
 			label: "입금금액", 
86
 			label: "입금금액", 
87
-			width: '10', fixed: false, align: 'right',
87
+			width: '11', fixed: false, align: 'right',
88
 			sortable: false, hidden: false, 
88
 			sortable: false, hidden: false, 
89
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
89
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
90
 		},
90
 		},
@@ -116,7 +116,7 @@ const gridColModel = {
116
 		{
116
 		{
117
 			index: 'RCV_ACCT_NO', name: 'rcvAcctNo',
117
 			index: 'RCV_ACCT_NO', name: 'rcvAcctNo',
118
 			label: "입금계좌번호", 
118
 			label: "입금계좌번호", 
119
-			minwidth: 140,
119
+			minwidth: 150,
120
 			width: '10', fixed: false, align: 'center',
120
 			width: '10', fixed: false, align: 'center',
121
 			sortable: false, hidden: false
121
 			sortable: false, hidden: false
122
 		},
122
 		},

+ 3 - 6
src/main/webapp/mobile/app/mcollmng/MCOLLMNG01010.html

@@ -12,7 +12,7 @@
12
 				<div class="line">
12
 				<div class="line">
13
 				  <label>수거장소</label>
13
 				  <label>수거장소</label>
14
 				  <div class="float_left">
14
 				  <div class="float_left">
15
-					<input id="ITP_FORM_MCOLLMNG01010_LIST_SEARCH_WHS_NM" name="swhsNm" type="text" placeholder="수거장소(매장/창고)">
15
+					<input id="ITP_FORM_MCOLLMNG01010_LIST_SEARCH_WHS_NM" name="swhsNm" type="text">
16
 					<input type="hidden" id="ITP_FORM_MCOLLMNG01010_LIST_SEARCH_WHS_ID" class="form-control itp_input" name="swhsId"/>
16
 					<input type="hidden" id="ITP_FORM_MCOLLMNG01010_LIST_SEARCH_WHS_ID" class="form-control itp_input" name="swhsId"/>
17
 					<div class="itp_input_btn">
17
 					<div class="itp_input_btn">
18
 						<button id="ITP_BTN_MCOLLMNG01010_LIST_SEARCH_WHS_NM"><img src="../img/search.png" alt=""></button>
18
 						<button id="ITP_BTN_MCOLLMNG01010_LIST_SEARCH_WHS_NM"><img src="../img/search.png" alt=""></button>
@@ -220,7 +220,7 @@
220
 		<div class="pop">
220
 		<div class="pop">
221
 			<div class="header">
221
 			<div class="header">
222
 				<div class="header_left">
222
 				<div class="header_left">
223
-					<label>납품장소</label>
223
+					<label>수거장소</label>
224
 				</div>
224
 				</div>
225
 				<div class="header_right">
225
 				<div class="header_right">
226
 					<button type="button" id="ITP_BTN_MCOLLMNG01010_POP_WHS_CLOSE" class="btn-pop-close"><img src="../img/close.png"></button>
226
 					<button type="button" id="ITP_BTN_MCOLLMNG01010_POP_WHS_CLOSE" class="btn-pop-close"><img src="../img/close.png"></button>
@@ -230,13 +230,10 @@
230
 				<form id="ITP_FORM_MCOLLMNG01010_POP_WHS" class="form-horizontal" onsubmit="return false;">
230
 				<form id="ITP_FORM_MCOLLMNG01010_POP_WHS" class="form-horizontal" onsubmit="return false;">
231
 					<input type="hidden" id="ITP_FORM_MCOLLMNG01010_WHS_ITEM_BRAND_ID" name="sbrandId" value="">
231
 					<input type="hidden" id="ITP_FORM_MCOLLMNG01010_WHS_ITEM_BRAND_ID" name="sbrandId" value="">
232
 					<input type="hidden" id="ITP_FORM_MCOLLMNG01010_WHS_ITEM_STORE_ID" name="sstoreId" value="">
232
 					<input type="hidden" id="ITP_FORM_MCOLLMNG01010_WHS_ITEM_STORE_ID" name="sstoreId" value="">
233
-					<input id="ITP_FORM_MCOLLMNG01010_POP_WHS_KEYWORD" type="text" name="swhsNm" placeholder="납품장소명">
233
+					<input id="ITP_FORM_MCOLLMNG01010_POP_WHS_KEYWORD" type="text" name="swhsNm" placeholder="수거장소명">
234
 					<button id="ITP_BTN_MCOLLMNG01010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
234
 					<button id="ITP_BTN_MCOLLMNG01010_POP_WHS_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_MCOLLMNG01010_POP_WHS_NM" class="btn_red">납품장소 <img src="../img/arrow_down.png"></button>
239
-			</div>
240
 			<div id="ITP_LIST_MCOLLMNG01010_POP_WHS_AREA" class="popup_scroll">
237
 			<div id="ITP_LIST_MCOLLMNG01010_POP_WHS_AREA" class="popup_scroll">
241
 				<ul id="ITP_LIST_MCOLLMNG01010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
238
 				<ul id="ITP_LIST_MCOLLMNG01010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
242
 				<div id="ITP_LIST_MCOLLMNG01010_POP_WHS_ROWCOPY" style="display: none;">
239
 				<div id="ITP_LIST_MCOLLMNG01010_POP_WHS_ROWCOPY" style="display: none;">

+ 2 - 5
src/main/webapp/mobile/app/mcollmng/MCOLLMNG02010.html

@@ -240,7 +240,7 @@
240
 		<div class="pop">
240
 		<div class="pop">
241
 			<div class="header">
241
 			<div class="header">
242
 				<div class="header_left">
242
 				<div class="header_left">
243
-					<label>납품장소</label>
243
+					<label>수거장소</label>
244
 				</div>
244
 				</div>
245
 				<div class="header_right">
245
 				<div class="header_right">
246
 					<button type="button" id="ITP_BTN_MCOLLMNG02010_POP_WHS_CLOSE" class="btn-pop-close"><img src="../img/close.png"></button>
246
 					<button type="button" id="ITP_BTN_MCOLLMNG02010_POP_WHS_CLOSE" class="btn-pop-close"><img src="../img/close.png"></button>
@@ -250,13 +250,10 @@
250
 				<form id="ITP_FORM_MCOLLMNG02010_POP_WHS" class="form-horizontal" onsubmit="return false;">
250
 				<form id="ITP_FORM_MCOLLMNG02010_POP_WHS" class="form-horizontal" onsubmit="return false;">
251
 					<input type="hidden" id="ITP_FORM_MCOLLMNG02010_WHS_ITEM_BRAND_ID" name="sbrandId" value="">
251
 					<input type="hidden" id="ITP_FORM_MCOLLMNG02010_WHS_ITEM_BRAND_ID" name="sbrandId" value="">
252
 					<input type="hidden" id="ITP_FORM_MCOLLMNG02010_WHS_ITEM_STORE_ID" name="sstoreId" value="">
252
 					<input type="hidden" id="ITP_FORM_MCOLLMNG02010_WHS_ITEM_STORE_ID" name="sstoreId" value="">
253
-					<input id="ITP_FORM_MCOLLMNG02010_POP_WHS_KEYWORD" type="text" name="swhsNm" placeholder="납품장소명">
253
+					<input id="ITP_FORM_MCOLLMNG02010_POP_WHS_KEYWORD" type="text" name="swhsNm" placeholder="수거장소명">
254
 					<button id="ITP_BTN_MCOLLMNG02010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
254
 					<button id="ITP_BTN_MCOLLMNG02010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
255
 				</form>
255
 				</form>
256
 			</div>
256
 			</div>
257
-			<div class="select_btn">
258
-				<button id="ITP_BTN_MCOLLMNG02010_POP_WHS_NM" class="btn_red">납품장소 <img src="../img/arrow_down.png"></button>
259
-			</div>
260
 			<div id="ITP_LIST_MCOLLMNG02010_POP_WHS_AREA" class="popup_scroll">
257
 			<div id="ITP_LIST_MCOLLMNG02010_POP_WHS_AREA" class="popup_scroll">
261
 				<ul id="ITP_LIST_MCOLLMNG02010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
258
 				<ul id="ITP_LIST_MCOLLMNG02010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
262
 				<div id="ITP_LIST_MCOLLMNG02010_POP_WHS_ROWCOPY" style="display: none;">
259
 				<div id="ITP_LIST_MCOLLMNG02010_POP_WHS_ROWCOPY" style="display: none;">

+ 2 - 5
src/main/webapp/mobile/app/mcollmng/MCOLLMNG03010.html

@@ -270,7 +270,7 @@
270
 		<div class="pop">
270
 		<div class="pop">
271
 			<div class="header">
271
 			<div class="header">
272
 				<div class="header_left">
272
 				<div class="header_left">
273
-					<label>납품장소</label>
273
+					<label>수거장소</label>
274
 				</div>
274
 				</div>
275
 				<div class="header_right">
275
 				<div class="header_right">
276
 					<button type="button" id="ITP_BTN_MCOLLMNG03010_POP_WHS_CLOSE" class="btn-pop-close"><img src="../img/close.png"></button>
276
 					<button type="button" id="ITP_BTN_MCOLLMNG03010_POP_WHS_CLOSE" class="btn-pop-close"><img src="../img/close.png"></button>
@@ -280,13 +280,10 @@
280
 				<form id="ITP_FORM_MCOLLMNG03010_POP_WHS" class="form-horizontal" onsubmit="return false;">
280
 				<form id="ITP_FORM_MCOLLMNG03010_POP_WHS" class="form-horizontal" onsubmit="return false;">
281
 					<input type="hidden" id="ITP_FORM_MCOLLMNG03010_WHS_ITEM_BRAND_ID" name="sbrandId" value="">
281
 					<input type="hidden" id="ITP_FORM_MCOLLMNG03010_WHS_ITEM_BRAND_ID" name="sbrandId" value="">
282
 					<input type="hidden" id="ITP_FORM_MCOLLMNG03010_WHS_ITEM_STORE_ID" name="sstoreId" value="">
282
 					<input type="hidden" id="ITP_FORM_MCOLLMNG03010_WHS_ITEM_STORE_ID" name="sstoreId" value="">
283
-					<input id="ITP_FORM_MCOLLMNG03010_POP_WHS_KEYWORD" type="text" name="swhsNm" placeholder="납품장소명">
283
+					<input id="ITP_FORM_MCOLLMNG03010_POP_WHS_KEYWORD" type="text" name="swhsNm" placeholder="수거장소명">
284
 					<button id="ITP_BTN_MCOLLMNG03010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
284
 					<button id="ITP_BTN_MCOLLMNG03010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
285
 				</form>
285
 				</form>
286
 			</div>
286
 			</div>
287
-			<div class="select_btn">
288
-				<button id="ITP_BTN_MCOLLMNG03010_POP_WHS_NM" class="btn_red">납품장소 <img src="../img/arrow_down.png"></button>
289
-			</div>
290
 			<div id="ITP_LIST_MCOLLMNG03010_POP_WHS_AREA" class="popup_scroll">
287
 			<div id="ITP_LIST_MCOLLMNG03010_POP_WHS_AREA" class="popup_scroll">
291
 				<ul id="ITP_LIST_MCOLLMNG03010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
288
 				<ul id="ITP_LIST_MCOLLMNG03010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
292
 				<div id="ITP_LIST_MCOLLMNG03010_POP_WHS_ROWCOPY" style="display: none;">
289
 				<div id="ITP_LIST_MCOLLMNG03010_POP_WHS_ROWCOPY" style="display: none;">

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

@@ -131,7 +131,7 @@
131
 						  <div class="fnUseAmtTotal">0원</div>
131
 						  <div class="fnUseAmtTotal">0원</div>
132
 					  </div>
132
 					  </div>
133
 				  </div>
133
 				  </div>
134
-				<div class="line top6">
134
+				<div class="line">
135
 				  <label>거래일자</label>
135
 				  <label>거래일자</label>
136
 				  <div class="date_to">
136
 				  <div class="date_to">
137
 					  <input type="text" id="ITP_FORM_MLOANMNG01010_VIEW_SEARCH_FROM_DT" name="fromDt" class="itp_input date">
137
 					  <input type="text" id="ITP_FORM_MLOANMNG01010_VIEW_SEARCH_FROM_DT" name="fromDt" class="itp_input date">

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

@@ -45,7 +45,7 @@
45
 				  </div>
45
 				  </div>
46
 				</div>
46
 				</div>
47
 				<div class="table_header">
47
 				<div class="table_header">
48
-				  <h1><입금 요청 내역></h1>
48
+				  <h1 style="margin-top:3px;" ><입금 요청 내역></h1>
49
 				</div>
49
 				</div>
50
 			</div>
50
 			</div>
51
 		  </div>
51
 		  </div>

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

@@ -20,7 +20,7 @@
20
 						<button id="ITP_BTN_MLOANMNG03010_LIST_DELETE_STORE_NM"><img src="../img/delete.png" alt=""></button>
20
 						<button id="ITP_BTN_MLOANMNG03010_LIST_DELETE_STORE_NM"><img src="../img/delete.png" alt=""></button>
21
 					</div>
21
 					</div>
22
 				</div>
22
 				</div>
23
-				<div class="line top9">
23
+				<div class="line">
24
 				  <label>정산요청일</label>
24
 				  <label>정산요청일</label>
25
 				  <div class="date_to">
25
 				  <div class="date_to">
26
 					  <input type="text" id="ITP_FORM_MLOANMNG03010_LIST_SEARCH_FROM_DT" name="fromDt" class="itp_input date">
26
 					  <input type="text" id="ITP_FORM_MLOANMNG03010_LIST_SEARCH_FROM_DT" name="fromDt" class="itp_input date">
@@ -28,7 +28,7 @@
28
 					  <input type="text" id="ITP_FORM_MLOANMNG03010_LIST_SEARCH_TO_DT" name="toDt" class="itp_input date">
28
 					  <input type="text" id="ITP_FORM_MLOANMNG03010_LIST_SEARCH_TO_DT" name="toDt" class="itp_input date">
29
 				  </div>
29
 				  </div>
30
 				</div>
30
 				</div>
31
-				<div class="line top6">
31
+				<div class="line">
32
 				  <div class="search">
32
 				  <div class="search">
33
 					<button id="ITP_BTN_MLOANMNG03010_LIST_SEARCH" class="btn-primary btn-sm ADB">검색</button>
33
 					<button id="ITP_BTN_MLOANMNG03010_LIST_SEARCH" class="btn-primary btn-sm ADB">검색</button>
34
 				  </div>
34
 				  </div>

+ 0 - 3
src/main/webapp/mobile/app/mordmng/MORDMNG01010.html

@@ -240,9 +240,6 @@
240
 					<button id="ITP_BTN_MORDMNG01010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
240
 					<button id="ITP_BTN_MORDMNG01010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
241
 				</form>
241
 				</form>
242
 			</div>
242
 			</div>
243
-			<div class="select_btn">
244
-				<button id="ITP_BTN_MORDMNG01010_POP_WHS_NM" class="btn_red">납품장소 <img src="../img/arrow_down.png"></button>
245
-			</div>
246
 			<div id="ITP_LIST_MORDMNG01010_POP_WHS_AREA" class="popup_scroll">
243
 			<div id="ITP_LIST_MORDMNG01010_POP_WHS_AREA" class="popup_scroll">
247
 				<ul id="ITP_LIST_MORDMNG01010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
244
 				<ul id="ITP_LIST_MORDMNG01010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
248
 				<div id="ITP_LIST_MORDMNG01010_POP_WHS_ROWCOPY" style="display: none;">
245
 				<div id="ITP_LIST_MORDMNG01010_POP_WHS_ROWCOPY" style="display: none;">

+ 0 - 3
src/main/webapp/mobile/app/mordmng/MORDMNG02010.html

@@ -246,9 +246,6 @@
246
           <button id="ITP_BTN_MORDMNG02010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
246
           <button id="ITP_BTN_MORDMNG02010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
247
         </form>
247
         </form>
248
       </div>
248
       </div>
249
-      <div class="select_btn">
250
-        <button id="ITP_BTN_MORDMNG02010_POP_WHS_NM" class="btn_red">납품장소 <img src="../img/arrow_down.png"></button>
251
-      </div>
252
       <div id="ITP_LIST_MORDMNG02010_POP_WHS_AREA" class="popup_scroll">
249
       <div id="ITP_LIST_MORDMNG02010_POP_WHS_AREA" class="popup_scroll">
253
         <ul id="ITP_LIST_MORDMNG02010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
250
         <ul id="ITP_LIST_MORDMNG02010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
254
         <div id="ITP_LIST_MORDMNG02010_POP_WHS_ROWCOPY" style="display: none;">
251
         <div id="ITP_LIST_MORDMNG02010_POP_WHS_ROWCOPY" style="display: none;">

+ 0 - 3
src/main/webapp/mobile/app/mordmng/MORDMNG03010.html

@@ -285,9 +285,6 @@
285
 					<button id="ITP_BTN_MORDMNG03010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
285
 					<button id="ITP_BTN_MORDMNG03010_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_MORDMNG03010_POP_WHS_NM" class="btn_red">납품장소 <img src="../img/arrow_down.png"></button>
290
-			</div>
291
 			<div id="ITP_LIST_MORDMNG03010_POP_WHS_AREA" class="popup_scroll">
288
 			<div id="ITP_LIST_MORDMNG03010_POP_WHS_AREA" class="popup_scroll">
292
 				<ul id="ITP_LIST_MORDMNG03010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
289
 				<ul id="ITP_LIST_MORDMNG03010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
293
 				<div id="ITP_LIST_MORDMNG03010_POP_WHS_ROWCOPY" style="display: none;">
290
 				<div id="ITP_LIST_MORDMNG03010_POP_WHS_ROWCOPY" style="display: none;">

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

@@ -119,8 +119,8 @@
119
 				</div>
119
 				</div>
120
 			</div>
120
 			</div>
121
 			<div class="button_bar">
121
 			<div class="button_bar">
122
-				<button id="ITP_BTN_MPOMNG06010_LIST_SAVE" class="btn_col_6 btn-m-orange INPS">입고처리</button>
123
-				<button id="ITP_BTN_MPOMNG06010_LIST_CANCEL" class="btn_col_3 btn-gray CLB">취소</button>
122
+				<!-- <button id="ITP_BTN_MPOMNG06010_LIST_SAVE" class="btn_col_6 btn-m-orange INPS">입고처리</button> -->
123
+				<button id="ITP_BTN_MPOMNG06010_LIST_CANCEL" class="col_12 btn-gray CLB">취소</button>
124
 			</div>
124
 			</div>
125
 		</form>
125
 		</form>
126
 	</div>
126
 	</div>

+ 3 - 6
src/main/webapp/mobile/app/mstockmng/MSTOCKMNG01010.html

@@ -40,7 +40,7 @@
40
 					<button id="ITP_BTN_MSTOCKMNG01010_LIST_SEARCH" class="btn-primary btn-sm ADB">검색</button>
40
 					<button id="ITP_BTN_MSTOCKMNG01010_LIST_SEARCH" class="btn-primary btn-sm ADB">검색</button>
41
 				  </div>
41
 				  </div>
42
 				</div>
42
 				</div>
43
-				<div class="table_header">
43
+				<div class="table_btn line">
44
 				  <h1><재고 목록></h1>
44
 				  <h1><재고 목록></h1>
45
 				  <button type="button" id="ITP_BTN_MSTOCKMNG01010_LIST_ADD_STCK" class="btn-primary btn-sm ADB" data-call-popup="ITP_POP_MSTOCKMNG01010_STCK_AREA">재고처리</button>
45
 				  <button type="button" id="ITP_BTN_MSTOCKMNG01010_LIST_ADD_STCK" class="btn-primary btn-sm ADB" data-call-popup="ITP_POP_MSTOCKMNG01010_STCK_AREA">재고처리</button>
46
 				</div>
46
 				</div>
@@ -116,9 +116,6 @@
116
 					<button id="ITP_BTN_MSTOCKMNG01010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
116
 					<button id="ITP_BTN_MSTOCKMNG01010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
117
 				</form>
117
 				</form>
118
 			</div>
118
 			</div>
119
-			<div class="select_btn">
120
-				<button id="ITP_BTN_MSTOCKMNG01010_POP_WHS_NM" class="btn_red">창 고<img src="../img/arrow_down.png"></button>
121
-			</div>
122
 			<div id="ITP_LIST_MSTOCKMNG01010_POP_WHS_AREA" class="popup_scroll">
119
 			<div id="ITP_LIST_MSTOCKMNG01010_POP_WHS_AREA" class="popup_scroll">
123
 				<ul id="ITP_LIST_MSTOCKMNG01010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
120
 				<ul id="ITP_LIST_MSTOCKMNG01010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
124
 				<div id="ITP_LIST_MSTOCKMNG01010_POP_WHS_ROWCOPY" style="display: none;">
121
 				<div id="ITP_LIST_MSTOCKMNG01010_POP_WHS_ROWCOPY" style="display: none;">
@@ -230,10 +227,10 @@
230
 				</div>
227
 				</div>
231
 			    <div class="search">
228
 			    <div class="search">
232
 	 				<div class="left">
229
 	 				<div class="left">
233
-	 					<button id="ITP_BTN_MSTOCKMNG01010_POP_PROC_STCK_CANCEL" class="col_3 btn-danger btn-sm CLB">취소</button>
230
+	 					<button id="ITP_BTN_MSTOCKMNG01010_POP_PROC_STCK_CANCEL" style="float:right; margin-right:5px;" class="col_3 btn-danger btn-sm CLB">취소</button>
234
 	 				</div>
231
 	 				</div>
235
 					<div class="right">				  		
232
 					<div class="right">				  		
236
-			  			<button id="ITP_BTN_MSTOCKMNG01010_POP_PROC_STCK_REQ" class="col_3 btn-primary btn-sm ">저장</button>
233
+			  			<button id="ITP_BTN_MSTOCKMNG01010_POP_PROC_STCK_REQ" style="float:left; margin-left:5px;" class="col_3 btn-primary btn-sm ">저장</button>
237
 					</div>			  		
234
 					</div>			  		
238
 			    </div>
235
 			    </div>
239
 			</div>
236
 			</div>

+ 1 - 4
src/main/webapp/mobile/app/mstockmng/MSTOCKMNG02010.html

@@ -44,7 +44,7 @@
44
 					<button id="ITP_BTN_MSTOCKMNG02010_LIST_SEARCH" class="btn-primary btn-sm ADB">대상 검색</button>
44
 					<button id="ITP_BTN_MSTOCKMNG02010_LIST_SEARCH" class="btn-primary btn-sm ADB">대상 검색</button>
45
 				  </div>
45
 				  </div>
46
 				</div>
46
 				</div>
47
-				<div class="table_header">
47
+				<div class="table_btn line">
48
 				  <h1><실사 목록></h1>
48
 				  <h1><실사 목록></h1>
49
 				  <button id="ITP_BTN_MSTOCKMNG02010_LIST_BARCODE" class="btn-primary btn-sm ADB">바코드</button>
49
 				  <button id="ITP_BTN_MSTOCKMNG02010_LIST_BARCODE" class="btn-primary btn-sm ADB">바코드</button>
50
 				</div>
50
 				</div>
@@ -125,9 +125,6 @@
125
 					<button id="ITP_BTN_MSTOCKMNG02010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
125
 					<button id="ITP_BTN_MSTOCKMNG02010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
126
 				</form>
126
 				</form>
127
 			</div>
127
 			</div>
128
-			<div class="select_btn">
129
-				<button id="ITP_BTN_MSTOCKMNG02010_POP_WHS_NM" class="btn_red">창 고 <img src="../img/arrow_down.png"></button>
130
-			</div>
131
 			<div id="ITP_LIST_MSTOCKMNG02010_POP_WHS_AREA" class="popup_scroll">
128
 			<div id="ITP_LIST_MSTOCKMNG02010_POP_WHS_AREA" class="popup_scroll">
132
 				<ul id="ITP_LIST_MSTOCKMNG02010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
129
 				<ul id="ITP_LIST_MSTOCKMNG02010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
133
 				<div id="ITP_LIST_MSTOCKMNG02010_POP_WHS_ROWCOPY" style="display: none;">
130
 				<div id="ITP_LIST_MSTOCKMNG02010_POP_WHS_ROWCOPY" style="display: none;">

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

@@ -60,12 +60,12 @@ section .popup2 .pop .search_bar button {position:relative; width:34px; height:3
60
 section .popup2 .pop .search_bar button img {width: 18px; position:relative; top:-1px;}
60
 section .popup2 .pop .search_bar button img {width: 18px; position:relative; top:-1px;}
61
 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;}
61
 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;}
62
 section .popup2 .pop .search_item_bar {width:98%;margin:5px auto; position: relative; top:-40px; display:flex;}
62
 section .popup2 .pop .search_item_bar {width:98%;margin:5px auto; position: relative; top:-40px; display:flex;}
63
-section .popup2 .pop .search_item_bar input {width:40%; height:27px; border-radius:5px; margin:0; font-size:12px;}
64
-section .popup2 .pop .search_item_bar select {width:22%; height:27px; padding:0; border-radius:5px; margin-right:5px;}
63
+section .popup2 .pop .search_item_bar input {width:40%; height:34px; border-radius:5px; margin:0; font-size:12px;}
64
+section .popup2 .pop .search_item_bar select {width:22%; height:34px; padding:0; border-radius:5px; margin-right:5px;}
65
 section .popup2 .pop .search_btn_bar {width:100%; height:50px; margin-top:-30px; margin-right:10px;}
65
 section .popup2 .pop .search_btn_bar {width:100%; height:50px; margin-top:-30px; margin-right:10px;}
66
 section .popup2 .pop .search_btn_bar .btn_right {float:right; margin-right:10px;}
66
 section .popup2 .pop .search_btn_bar .btn_right {float:right; margin-right:10px;}
67
 section .popup2 .pop .search_btn_bar .btn_right button img{width:18px; height:18px; margin-right:2px;}
67
 section .popup2 .pop .search_btn_bar .btn_right button img{width:18px; height:18px; margin-right:2px;}
68
-section .popup2 .pop .search_btn_bar .btn_right button {height:30px; padding:5px 12px; font-size:12px; font-weight:100; border-radius:3px; border:1px solid #333;}
68
+section .popup2 .pop .search_btn_bar .btn_right button {height:34px; padding:5px 12px; font-size:12pt; font-weight:100; border-radius:3px; border:1px solid #333;}
69
 section .popup2 .pop .table>tbody>tr {border-bottom:1px solid #ddd;}
69
 section .popup2 .pop .table>tbody>tr {border-bottom:1px solid #ddd;}
70
 section .popup2 .pop .table{width:98%; margin:0 auto; border:1px solid #aaa; border-bottom:none; border-left:none; border-right:none;}
70
 section .popup2 .pop .table{width:98%; margin:0 auto; border:1px solid #aaa; border-bottom:none; border-left:none; border-right:none;}
71
 section .popup2 .pop .table .table_tr {display:flex;}
71
 section .popup2 .pop .table .table_tr {display:flex;}
@@ -136,14 +136,14 @@ section .popup_scroll li .right button:hover {background:#FCD5C1;}
136
 section .popup_scroll li .right button:checked {background:#ccc;}
136
 section .popup_scroll li .right button:checked {background:#ccc;}
137
 section .popup2 .list_line .line_right {float:right; width:70%;}
137
 section .popup2 .list_line .line_right {float:right; width:70%;}
138
 section .popup2 .list_line .line_right select {width:200px; float:right; height:34px; margin-top:4px;}
138
 section .popup2 .list_line .line_right select {width:200px; float:right; height:34px; margin-top:4px;}
139
-section .popup2 .list_line .line_right input {width:200px; float:right;}
139
+section .popup2 .list_line .line_right input {width:200px; float:right; text-align:right;}
140
 section .popup2 .list_line .info{width:30%; padding-top:8px; padding-left:20px; text-align:left; font-size:12pt;}
140
 section .popup2 .list_line .info{width:30%; padding-top:8px; padding-left:20px; text-align:left; font-size:12pt;}
141
 
141
 
142
-section .popup2 .search .left {width:20%; float:left; margin:20px;}
143
-section .popup2 .search .right {width:20%; float:right; margin:20px;}
142
+section .popup2 .search .left {width:50%; float:left;}
143
+section .popup2 .search .right {width:50%; float:right;}
144
 
144
 
145
 section .popup2 .search .left button,
145
 section .popup2 .search .left button,
146
-section .popup2 .search .right button {width:100%;}
146
+section .popup2 .search .right button {width:70px; height:34px; font-size:12pt;}
147
 section .popup2 .content .line .search_wrap input {float:right; width:50%; margin-right:0px; margin-top:0;}
147
 section .popup2 .content .line .search_wrap input {float:right; width:50%; margin-right:0px; margin-top:0;}
148
 section .popup2 .content .line.mt_5 {margin-top:5px; width:300px;}
148
 section .popup2 .content .line.mt_5 {margin-top:5px; width:300px;}
149
 section .popup2 .content .line.ml_10 {}
149
 section .popup2 .content .line.ml_10 {}
@@ -301,7 +301,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
301
 #ITP_SIDEBAR .itp_nav.panel-group .panel+.panel {margin-top:0;}
301
 #ITP_SIDEBAR .itp_nav.panel-group .panel+.panel {margin-top:0;}
302
 #ITP_SIDEBAR .itp_nav .panel-heading {padding:0;}
302
 #ITP_SIDEBAR .itp_nav .panel-heading {padding:0;}
303
 #ITP_SIDEBAR .itp_nav .panel-title {line-height:1.1; border-bottom:1px solid #ddd;}
303
 #ITP_SIDEBAR .itp_nav .panel-title {line-height:1.1; border-bottom:1px solid #ddd;}
304
-#ITP_SIDEBAR .itp_nav .panel-title a {font-size:20px; display:block; padding:13px 15px; color:#333; text-decoration: none;}
304
+#ITP_SIDEBAR .itp_nav .panel-title a {font-size:20px; display:block; padding:13px 15px; color:#333; text-decoration: none; text-align:left;}
305
 #ITP_SIDEBAR .itp_nav .panel-title a .glyphicon {font-size:12px;}
305
 #ITP_SIDEBAR .itp_nav .panel-title a .glyphicon {font-size:12px;}
306
 #ITP_SIDEBAR .itp_nav .panel-default {margin-bottom:0; border:none;}
306
 #ITP_SIDEBAR .itp_nav .panel-default {margin-bottom:0; border:none;}
307
 #ITP_SIDEBAR .itp_nav * {border-radius:0; border-width:1px 0 1px 0;}
307
 #ITP_SIDEBAR .itp_nav * {border-radius:0; border-width:1px 0 1px 0;}
@@ -309,7 +309,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
309
 #ITP_SIDEBAR .itp_nav .itp_svgs_body {padding:0; border-top:0; border-bottom:1px solid #ddd;}
309
 #ITP_SIDEBAR .itp_nav .itp_svgs_body {padding:0; border-top:0; border-bottom:1px solid #ddd;}
310
 #ITP_SIDEBAR .itp_nav .itp_svgs {display:flex; align-content:flex-start; flex-direction:column; flex-wrap:wrap; overflow:auto;}
310
 #ITP_SIDEBAR .itp_nav .itp_svgs {display:flex; align-content:flex-start; flex-direction:column; flex-wrap:wrap; overflow:auto;}
311
 #ITP_SIDEBAR .itp_nav .itp_svgs .itp_svg_in {position:relative;}
311
 #ITP_SIDEBAR .itp_nav .itp_svgs .itp_svg_in {position:relative;}
312
-#ITP_SIDEBAR .itp_nav .itp_svgs li {width:100%; height:40px; border-top: 1px solid #ddd;}
312
+#ITP_SIDEBAR .itp_nav .itp_svgs li {width:100%; height:40px; border-top: 1px solid #ddd; padding-left:15px;}
313
 #ITP_SIDEBAR .itp_nav .itp_svgs li:first-child {border-top:none;}
313
 #ITP_SIDEBAR .itp_nav .itp_svgs li:first-child {border-top:none;}
314
 #ITP_SIDEBAR .itp_nav .itp_svgs li a {display:block; width:100%; color:#333; padding:10px 10px 5px 17px;}
314
 #ITP_SIDEBAR .itp_nav .itp_svgs li a {display:block; width:100%; color:#333; padding:10px 10px 5px 17px;}
315
 #ITP_SIDEBAR .itp_nav .itp_svgs li:first-child a {padding-top:11px;}
315
 #ITP_SIDEBAR .itp_nav .itp_svgs li:first-child a {padding-top:11px;}
@@ -385,7 +385,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
385
 .content .line div.date_to div.at {width: 6%;  font-size: 16px; padding-top:12px; float: right;}
385
 .content .line div.date_to div.at {width: 6%;  font-size: 16px; padding-top:12px; float: right;}
386
 .content .line .search {width: 100%; height: 50px; padding-top:6px;}
386
 .content .line .search {width: 100%; height: 50px; padding-top:6px;}
387
 .content .line .search button {width: 40%; height: 34px; font-size: 12pt; font-weight:100; padding: 0;}
387
 .content .line .search button {width: 40%; height: 34px; font-size: 12pt; font-weight:100; padding: 0;}
388
-.content .line .search button.col_3 {width: 25%; height:30px; margin:0 10px;}
388
+.content .line .search button.col_3 {width: 25%; height:34px; margin:0 10px;}
389
 .content .list_line {width:98%; float:left; height:50px;display: inline-flex; margin:0 1%; font-size:12px;}
389
 .content .list_line {width:98%; float:left; height:50px;display: inline-flex; margin:0 1%; font-size:12px;}
390
 .content .border {border-bottom: 1px solid #000 !important;}
390
 .content .border {border-bottom: 1px solid #000 !important;}
391
 .content .list_line .list_label {width:30%;border:1px solid #000; height:50px; padding-top:14px; border-bottom:none; background:#eee;}
391
 .content .list_line .list_label {width:30%;border:1px solid #000; height:50px; padding-top:14px; border-bottom:none; background:#eee;}
@@ -551,7 +551,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
551
 .scroll_area li .left .nomal .btn_bar button{width: 25px; height: 30px; font-size: 1rem; padding: 0;}
551
 .scroll_area li .left .nomal .btn_bar button{width: 25px; height: 30px; font-size: 1rem; padding: 0;}
552
 .scroll_area li .left .nomal .btn_bar .col_0{min-width: auto; margin: 5px 20px;}
552
 .scroll_area li .left .nomal .btn_bar .col_0{min-width: auto; margin: 5px 20px;}
553
 
553
 
554
-.scroll_area li .left .nomal .m_btn_bar{position: relative; display:inline-flex; width:90px; height:25px; font-size: 12pt; margin-left:10px;}
554
+.scroll_area li .left .nomal .m_btn_bar{position: relative; top:-1px; display:inline-flex; width:90px; height:25px; font-size: 12pt; margin-left:10px;}
555
 .scroll_area li .left .nomal .m_btn_bar button{width: 25px; height: 25px; font-size: 12pt; padding: 0; margin:0; border:1px solid #E0B8AB; border-radius:0; background: #e1cac1; color:#fff;}
555
 .scroll_area li .left .nomal .m_btn_bar button{width: 25px; height: 25px; font-size: 12pt; padding: 0; margin:0; border:1px solid #E0B8AB; border-radius:0; background: #e1cac1; color:#fff;}
556
 .scroll_area li .left .nomal .m_btn_bar button div{position:relative; width:10px; top:0px; left:1px;}
556
 .scroll_area li .left .nomal .m_btn_bar button div{position:relative; width:10px; top:0px; left:1px;}
557
 .scroll_area li .left .nomal .m_btn_bar .col_0{width: 40px; text-align:center; border-top:1px solid #E0B8AB; border-bottom:1px solid #E0B8AB;}
557
 .scroll_area li .left .nomal .m_btn_bar .col_0{width: 40px; text-align:center; border-top:1px solid #E0B8AB; border-bottom:1px solid #E0B8AB;}