Browse Source

모바일 재고관리 수정

whakdo963 2 years ago
parent
commit
f2a5de9a08

+ 12 - 13
src/main/webapp/mobile/app/mstockmng/MSTOCKMNG01010.html

@@ -19,7 +19,7 @@
19
 				<button id="ITP_BTN_MSTOCKMNG01010_LIST_DELETE_WHS_NM"><img src="../img/delete.png" alt=""></button>
19
 				<button id="ITP_BTN_MSTOCKMNG01010_LIST_DELETE_WHS_NM"><img src="../img/delete.png" alt=""></button>
20
 			  </div>
20
 			  </div>
21
 			</div>
21
 			</div>
22
-			<div class="line">
22
+			<div class="line top6">
23
 			  <label>Location</label>
23
 			  <label>Location</label>
24
 			  <div class="float_left">
24
 			  <div class="float_left">
25
 				<select name="slocation" id="ITP_FORM_MSTOCKMNG01010_LIST_SEARCH_LOCATION">
25
 				<select name="slocation" id="ITP_FORM_MSTOCKMNG01010_LIST_SEARCH_LOCATION">
@@ -27,13 +27,13 @@
27
 				</select>
27
 				</select>
28
 			  </div>
28
 			  </div>
29
 			</div>
29
 			</div>
30
-			<div class="line">
30
+			<div class="line top6">
31
 			  <label>품목명</label>
31
 			  <label>품목명</label>
32
 			  <div class="float_left">
32
 			  <div class="float_left">
33
 				<input id="ITP_FORM_MSTOCKMNG01010_LIST_SEARCH_ITEM_NM" name="sitemNm" type="text" placeholder="품목명">
33
 				<input id="ITP_FORM_MSTOCKMNG01010_LIST_SEARCH_ITEM_NM" name="sitemNm" type="text" placeholder="품목명">
34
 			  </div>
34
 			  </div>
35
 			</div>
35
 			</div>
36
-			<div class="line" style="height:45px;">
36
+			<div class="line top3">
37
 			  <div class="search">
37
 			  <div class="search">
38
 				<button id="ITP_BTN_MSTOCKMNG01010_LIST_SEARCH" class="btn-primary btn-sm ADB">검색</button>
38
 				<button id="ITP_BTN_MSTOCKMNG01010_LIST_SEARCH" class="btn-primary btn-sm ADB">검색</button>
39
 			  </div>
39
 			  </div>
@@ -43,9 +43,9 @@
43
 			  <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>
43
 			  <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>
44
 			</div>
44
 			</div>
45
 		  </div>
45
 		  </div>
46
-			<div id="ITP_LIST_MSTOCKMNG01010_LIST_ITEM_AREA" class="scroll_area row-2">
46
+			<div id="ITP_LIST_MSTOCKMNG01010_LIST_ITEM_AREA" class="scroll_area row-12">
47
 			  <ul id="ITP_LIST_MSTOCKMNG01010_LIST_ITEM_ROWS" class="mb_0 panel-group"></ul>
47
 			  <ul id="ITP_LIST_MSTOCKMNG01010_LIST_ITEM_ROWS" class="mb_0 panel-group"></ul>
48
-			  <div id="ITP_LIST_MSTOCKMNG01010_LIST_ITEM_ROWCOPY" style="display: none;">
48
+			  <div id="ITP_LIST_MSTOCKMNG01010_LIST_ITEM_ROWCOPY" style="display: grid;"><!-- style="display: grid;" -->
49
 				<li class="history_list2 list-row">
49
 				<li class="history_list2 list-row">
50
 				  <div>
50
 				  <div>
51
 					<div class="left">
51
 					<div class="left">
@@ -139,16 +139,15 @@
139
 				</form>
139
 				</form>
140
 			</div>
140
 			</div>
141
 			<div class="select_btn">
141
 			<div class="select_btn">
142
-				<button id="ITP_BTN_MSTOCKMNG01010_POP_WHS_NM" class="btn_blue">납품장소</button>
142
+				<button id="ITP_BTN_MSTOCKMNG01010_POP_WHS_NM" class="btn_blue">납품장소 <img src="../img/arrow_down.png"></button>
143
 			</div>
143
 			</div>
144
 			<div id="ITP_LIST_MSTOCKMNG01010_POP_WHS_AREA" class="popup_scroll">
144
 			<div id="ITP_LIST_MSTOCKMNG01010_POP_WHS_AREA" class="popup_scroll">
145
 				<ul id="ITP_LIST_MSTOCKMNG01010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
145
 				<ul id="ITP_LIST_MSTOCKMNG01010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
146
-				<div id="ITP_LIST_MSTOCKMNG01010_POP_WHS_ROWCOPY" style="display: none;">
146
+				<div id="ITP_LIST_MSTOCKMNG01010_POP_WHS_ROWCOPY" style="display: block;">
147
 					<li class="row_2">
147
 					<li class="row_2">
148
 						<div class="scroll_left">
148
 						<div class="scroll_left">
149
-							<div class="fnWhsNm">브랜드 창고 명A</div>
150
-							<div class="sub fnLocationNm">(상세위치내용)</div>
151
-							<div class="sub fnLocationNm">(상세위치내용)</div>
149
+							<div class="con_2 fnWhsNm">브랜드 창고 명A</div>
150
+							<div class="con_2 sub fnLocationNm">(상세위치내용)</div>
152
 						</div>
151
 						</div>
153
 						<div class="scroll_right">
152
 						<div class="scroll_right">
154
 							<button id="ITP_BTN_MSTOCKMNG01010_POP_WHS_CHOICE" class="fnWhsId" data-whs-id="">선택</button>
153
 							<button id="ITP_BTN_MSTOCKMNG01010_POP_WHS_CHOICE" class="fnWhsId" data-whs-id="">선택</button>
@@ -173,13 +172,13 @@
173
 				<input type="hidden" id="ITP_FORM_MSTOCKMNG01010_POP_ITEM_ID" name="itemId" value="">
172
 				<input type="hidden" id="ITP_FORM_MSTOCKMNG01010_POP_ITEM_ID" name="itemId" value="">
174
 				<input type="hidden" id="ITP_FORM_MSTOCKMNG01010_POP_SOURCE_LOCATION" name="sourceLocation" value="">
173
 				<input type="hidden" id="ITP_FORM_MSTOCKMNG01010_POP_SOURCE_LOCATION" name="sourceLocation" value="">
175
 				<input type="hidden" id="ITP_FORM_MSTOCKMNG01010_POP_SOURCE_WHS_ID" name="sourceWhsId" value="">
174
 				<input type="hidden" id="ITP_FORM_MSTOCKMNG01010_POP_SOURCE_WHS_ID" name="sourceWhsId" value="">
176
-			<div style="margin-top:10px;">
175
+			<div>
177
 				<div class="list_line">
176
 				<div class="list_line">
178
 					<div class="list_label">
177
 					<div class="list_label">
179
 						<label>창고명</label>
178
 						<label>창고명</label>
180
 					</div>
179
 					</div>
181
 					<div class="list_info">
180
 					<div class="list_info">
182
-						<div class="pay_info fnWhsNm"></div>
181
+						<div class="pay_info fnWhsNm">fasdfsafsf</div>
183
 					</div>
182
 					</div>
184
 				</div>
183
 				</div>
185
 				<div class="list_line">
184
 				<div class="list_line">
@@ -261,4 +260,4 @@
261
 			</div>
260
 			</div>
262
 		</div>
261
 		</div>
263
 	</div>
262
 	</div>
264
-  </section>
263
+  </section

+ 16 - 107
src/main/webapp/mobile/app/mstockmng/MSTOCKMNG02010.html

@@ -13,7 +13,7 @@
13
 				  <input type="text" id="ITP_FORM_MSTOCKMNG02010_LIST_SEARCH_STCK_DT" name="cddDt" class="itp_input date full" data-check-required="empty" data-alert-required="ONLYCHK" data-alert-msg="재고실사일자" readonly>
13
 				  <input type="text" id="ITP_FORM_MSTOCKMNG02010_LIST_SEARCH_STCK_DT" name="cddDt" class="itp_input date full" data-check-required="empty" data-alert-required="ONLYCHK" data-alert-msg="재고실사일자" readonly>
14
 			  </div>
14
 			  </div>
15
 			</div>
15
 			</div>
16
-			<div class="line">
16
+			<div class="line top3">
17
 			  <label>창고선택</label>
17
 			  <label>창고선택</label>
18
 			  <div class="float_left">
18
 			  <div class="float_left">
19
 				<input id="ITP_FORM_MSTOCKMNG02010_LIST_SEARCH_WHS_NM" name="swhsNm" type="text" placeholder="A창고명">
19
 				<input id="ITP_FORM_MSTOCKMNG02010_LIST_SEARCH_WHS_NM" name="swhsNm" type="text" placeholder="A창고명">
@@ -25,19 +25,19 @@
25
 				<button id="ITP_BTN_MSTOCKMNG02010_LIST_DELETE_WHS_NM"><img src="../img/delete.png" alt=""></button>
25
 				<button id="ITP_BTN_MSTOCKMNG02010_LIST_DELETE_WHS_NM"><img src="../img/delete.png" alt=""></button>
26
 			  </div>
26
 			  </div>
27
 			</div>
27
 			</div>
28
-			<div class="line">
28
+			<div class="line top9">
29
 			  <label>Location</label>
29
 			  <label>Location</label>
30
 			  <div class="float_left">
30
 			  <div class="float_left">
31
 				<select name="slocation" id="ITP_FORM_MSTOCKMNG02010_LIST_SEARCH_LOCATION" data-check-required="empty" data-alert-required="ONLYCHK" data-alert-msg="Location"></select>
31
 				<select name="slocation" id="ITP_FORM_MSTOCKMNG02010_LIST_SEARCH_LOCATION" data-check-required="empty" data-alert-required="ONLYCHK" data-alert-msg="Location"></select>
32
 			  </div>
32
 			  </div>
33
 			</div>
33
 			</div>
34
-			  <div class="line">
34
+			  <div class="line top12">
35
 				  <label>실사구분</label>
35
 				  <label>실사구분</label>
36
 				  <div class="float_left">
36
 				  <div class="float_left">
37
 					  <select id="ITP_FORM_MSTOCKMNG02010_LIST_SEARCH_CDD_DVSN" data-select-code="CDD_DVSN" data-check-required="empty" data-alert-required="ONLYCHK" data-alert-msg="실사구분" name="cddDvsn"></select>
37
 					  <select id="ITP_FORM_MSTOCKMNG02010_LIST_SEARCH_CDD_DVSN" data-select-code="CDD_DVSN" data-check-required="empty" data-alert-required="ONLYCHK" data-alert-msg="실사구분" name="cddDvsn"></select>
38
 				  </div>
38
 				  </div>
39
 			  </div>
39
 			  </div>
40
-			<div class="line" style="height:45px;">
40
+			<div class="line top12" >
41
 			  <div class="search">
41
 			  <div class="search">
42
 				<button id="ITP_BTN_MSTOCKMNG02010_LIST_SEARCH" class="btn-primary btn-sm ADB">대상 검색</button>
42
 				<button id="ITP_BTN_MSTOCKMNG02010_LIST_SEARCH" class="btn-primary btn-sm ADB">대상 검색</button>
43
 			  </div>
43
 			  </div>
@@ -47,64 +47,19 @@
47
 			  <button id="ITP_BTN_MSTOCKMNG02010_LIST_BARCODE" class="btn-primary btn-sm ADB">바코드</button>
47
 			  <button id="ITP_BTN_MSTOCKMNG02010_LIST_BARCODE" class="btn-primary btn-sm ADB">바코드</button>
48
 			</div>
48
 			</div>
49
 		  </div>
49
 		  </div>
50
-			<div id="ITP_LIST_MSTOCKMNG02010_LIST_ITEM_AREA" class="scroll_area row-3-2">
50
+			<div id="ITP_LIST_MSTOCKMNG02010_LIST_ITEM_AREA" class="scroll_area row-4">
51
 			  <ul id="ITP_LIST_MSTOCKMNG02010_LIST_ITEM_ROWS" class="mb_0 panel-group"></ul>
51
 			  <ul id="ITP_LIST_MSTOCKMNG02010_LIST_ITEM_ROWS" class="mb_0 panel-group"></ul>
52
 			  <div id="ITP_LIST_MSTOCKMNG02010_LIST_ITEM_ROWCOPY" style="display: grid;"> <!-- display:gird -->
52
 			  <div id="ITP_LIST_MSTOCKMNG02010_LIST_ITEM_ROWCOPY" style="display: grid;"> <!-- display:gird -->
53
 				<li class="history_list5 list-row">
53
 				<li class="history_list5 list-row">
54
 				  <div>
54
 				  <div>
55
 					<div class="left">
55
 					<div class="left">
56
 					  <div class="nomal">
56
 					  <div class="nomal">
57
-						<label>품목번호</label>
58
-						<span>:</span>
59
-						<div>
60
-						  <div class="fnItemId"></div>
61
-						</div>
62
-						<label>품목명&nbsp;:</label>
63
-						<div>
64
-						  <div class="fnItemNm"></div>
65
-						</div>
66
-					  </div>
67
-					</div>
68
-					<div class="left">
69
-					  <div class="nomal">
70
-						<label>단위</label>
71
-						<span>:</span>
72
-						<div>
73
-						  <div class="fnUnit"></div>
74
-						</div>
75
-						<label>단위수량&nbsp;:</label>
76
-						<div>
77
-						  <div class="fnUnitQty"></div>
78
-						</div>
79
-					  </div>
80
-					</div>
81
-					<div class="left">
82
-					  <div class="nomal">
83
-						<label class="col_0">현재고수량</label>
84
-						<span>:</span>
85
-						<div class="fn">
86
-						  <div class="fnStckQty"></div>
87
-						</div>
88
-						<label class="col_6">실사수량&nbsp;:</label>
89
-						<div class="btn_bar">
90
-						  <button class="DETAIL_ITEM_MINUS"><</button>
91
-						  <div class="fnCddQty col_0">1</div>
92
-						  <button class="DETAIL_ITEM_PLUS">></button>
93
-						</div>
94
-					  </div>
95
-					</div>
96
-				  </div>
97
-				</li>
98
-				<li class="history_list5 list-row">
99
-				  <div>
100
-					<div class="left">
101
-					  <div class="nomal">
102
-						<label>품목번호</label>
57
+						<label class="col_3">품목번호</label>
103
 						<span>:</span>
58
 						<span>:</span>
104
 						<div>
59
 						<div>
105
 						  <div class="fnItemId"></div>
60
 						  <div class="fnItemId"></div>
106
 						</div>
61
 						</div>
107
-						<label>품목명&nbsp;:</label>
62
+						<label class="col_0">품목명&nbsp;:</label>
108
 						<div>
63
 						<div>
109
 						  <div class="fnItemNm"></div>
64
 						  <div class="fnItemNm"></div>
110
 						</div>
65
 						</div>
@@ -112,57 +67,12 @@
112
 					</div>
67
 					</div>
113
 					<div class="left">
68
 					<div class="left">
114
 					  <div class="nomal">
69
 					  <div class="nomal">
115
-						<label>단위</label>
116
-						<span>:</span>
117
-						<div>
118
-						  <div class="fnUnit"></div>
119
-						</div>
120
-						<label>단위수량&nbsp;:</label>
121
-						<div>
122
-						  <div class="fnUnitQty"></div>
123
-						</div>
124
-					  </div>
125
-					</div>
126
-					<div class="left">
127
-					  <div class="nomal">
128
-						<label class="col_0">현재고수량</label>
129
-						<span>:</span>
130
-						<div class="fn">
131
-						  <div class="fnStckQty"></div>
132
-						</div>
133
-						<label class="col_6">실사수량&nbsp;:</label>
134
-						<div class="btn_bar">
135
-						  <button class="DETAIL_ITEM_MINUS"><</button>
136
-						  <div class="fnCddQty col_0">1</div>
137
-						  <button class="DETAIL_ITEM_PLUS">></button>
138
-						</div>
139
-					  </div>
140
-					</div>
141
-				  </div>
142
-				</li>
143
-				<li class="history_list5 list-row">
144
-				  <div>
145
-					<div class="left">
146
-					  <div class="nomal">
147
-						<label>품목번호</label>
148
-						<span>:</span>
149
-						<div>
150
-						  <div class="fnItemId"></div>
151
-						</div>
152
-						<label>품목명&nbsp;:</label>
153
-						<div>
154
-						  <div class="fnItemNm"></div>
155
-						</div>
156
-					  </div>
157
-					</div>
158
-					<div class="left">
159
-					  <div class="nomal">
160
-						<label>단위</label>
70
+						<label class="col_3">단위</label>
161
 						<span>:</span>
71
 						<span>:</span>
162
 						<div>
72
 						<div>
163
 						  <div class="fnUnit"></div>
73
 						  <div class="fnUnit"></div>
164
 						</div>
74
 						</div>
165
-						<label>단위수량&nbsp;:</label>
75
+						<label class="col_0">단위수량&nbsp;:</label>
166
 						<div>
76
 						<div>
167
 						  <div class="fnUnitQty"></div>
77
 						  <div class="fnUnitQty"></div>
168
 						</div>
78
 						</div>
@@ -170,12 +80,12 @@
170
 					</div>
80
 					</div>
171
 					<div class="left">
81
 					<div class="left">
172
 					  <div class="nomal">
82
 					  <div class="nomal">
173
-						<label class="col_0">현재고수량</label>
83
+						<label class="col_3">현재고수량</label>
174
 						<span>:</span>
84
 						<span>:</span>
175
 						<div class="fn">
85
 						<div class="fn">
176
 						  <div class="fnStckQty"></div>
86
 						  <div class="fnStckQty"></div>
177
 						</div>
87
 						</div>
178
-						<label class="col_6">실사수량&nbsp;:</label>
88
+						<label class="col_3">실사수량&nbsp;:</label>
179
 						<div class="btn_bar">
89
 						<div class="btn_bar">
180
 						  <button class="DETAIL_ITEM_MINUS"><</button>
90
 						  <button class="DETAIL_ITEM_MINUS"><</button>
181
 						  <div class="fnCddQty col_0">1</div>
91
 						  <div class="fnCddQty col_0">1</div>
@@ -196,7 +106,7 @@
196
 	<div id="ITP_MOBILE_JS"></div>
106
 	<div id="ITP_MOBILE_JS"></div>
197
 	<div id="ITP_POP_MSTOCKMNG02010_BARCODE_AREA" class="popup2" style="display: none;">
107
 	<div id="ITP_POP_MSTOCKMNG02010_BARCODE_AREA" class="popup2" style="display: none;">
198
 		<div class="barcode">
108
 		<div class="barcode">
199
-			<h1>바코드를 스캔 하시면 재고  실사 목록에 스캔한<br>바코드의품목이 추가 되고 실사 수량을 입력<br>하시기 바랍니다.</h1>
109
+			<h1>바코드를 스캔 하시면 재고  실사 목록에 스캔한 바코드의품목이 추가 되고 실사 수량을 입력하시기 바랍니다.</h1>
200
 		</div>
110
 		</div>
201
 		<div class="barcode_area">
111
 		<div class="barcode_area">
202
 
112
 
@@ -224,16 +134,15 @@
224
 				</form>
134
 				</form>
225
 			</div>
135
 			</div>
226
 			<div class="select_btn">
136
 			<div class="select_btn">
227
-				<button id="ITP_BTN_MSTOCKMNG02010_POP_WHS_NM" class="btn_blue">납품장소</button>
137
+				<button id="ITP_BTN_MSTOCKMNG02010_POP_WHS_NM" class="btn_blue">납품장소 <img src="../img/arrow_down.png"></button>
228
 			</div>
138
 			</div>
229
 			<div id="ITP_LIST_MSTOCKMNG02010_POP_WHS_AREA" class="popup_scroll">
139
 			<div id="ITP_LIST_MSTOCKMNG02010_POP_WHS_AREA" class="popup_scroll">
230
 				<ul id="ITP_LIST_MSTOCKMNG02010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
140
 				<ul id="ITP_LIST_MSTOCKMNG02010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
231
 				<div id="ITP_LIST_MSTOCKMNG02010_POP_WHS_ROWCOPY" style="display: block;">
141
 				<div id="ITP_LIST_MSTOCKMNG02010_POP_WHS_ROWCOPY" style="display: block;">
232
 					<li class="row_2">
142
 					<li class="row_2">
233
 						<div class="scroll_left">
143
 						<div class="scroll_left">
234
-							<div class="fnWhsNm">브랜드 창고 명A</div>
235
-							<div class="sub fnLocationNm">(상세위치내용)</div>
236
-							<div class="sub fnLocationNm">(상세위치내용)</div>
144
+							<div class="con_2 fnWhsNm">브랜드 창고 명A</div>
145
+							<div class="con_2 sub fnLocationNm">(상세위치내용)</div>
237
 						</div>
146
 						</div>
238
 						<div class="scroll_right">
147
 						<div class="scroll_right">
239
 							<button id="ITP_BTN_MSTOCKMNG02010_POP_WHS_CHOICE" class="fnWhsId" data-whs-id="">선택</button>
148
 							<button id="ITP_BTN_MSTOCKMNG02010_POP_WHS_CHOICE" class="fnWhsId" data-whs-id="">선택</button>
@@ -288,7 +197,7 @@
288
 					</div>
197
 					</div>
289
 				</div>
198
 				</div>
290
 			</div>
199
 			</div>
291
-			<div id="ITP_POP_MSTOCKMNG02010_TABLE_TR" class="table_body" style="display: none;">
200
+			<div id="ITP_POP_MSTOCKMNG02010_TABLE_TR" class="table_body" style="display: block;">
292
 				<div class="table_tr">
201
 				<div class="table_tr">
293
 					<div class="table_td" style="width:10%; border:none;">
202
 					<div class="table_td" style="width:10%; border:none;">
294
 						<input type="checkbox" class="chkItem" checked>
203
 						<input type="checkbox" class="chkItem" checked>

+ 20 - 17
src/main/webapp/mobile/css/style.css

@@ -12,7 +12,7 @@ body{background: #fff; position: relative; width: 100%; height: auto; font-famil
12
 body .login {position:fixed;}
12
 body .login {position:fixed;}
13
 .color-gray {color:#aaa;}
13
 .color-gray {color:#aaa;}
14
 /* 팝업 */
14
 /* 팝업 */
15
-section .popup { position: fixed; width: 100%; height: 100%; background: transparent; z-index: 11;}
15
+section .popup {position: fixed; width: 100%; height: 100%; background: transparent; z-index: 11;}
16
 section .popup .pop {position: absolute; top: 45%; left: 50%; transform: translate(-50%,-50%); width: 70%; height: 360px; padding-top: 20px; background: #fff; border: 2px solid #000; border-top-left-radius: 10px; border-top-right-radius: 10px;}
16
 section .popup .pop {position: absolute; top: 45%; left: 50%; transform: translate(-50%,-50%); width: 70%; height: 360px; padding-top: 20px; background: #fff; border: 2px solid #000; border-top-left-radius: 10px; border-top-right-radius: 10px;}
17
 section .popup .pop.short {height:260px;}
17
 section .popup .pop.short {height:260px;}
18
 section .popup .pop label.pop_label {position:relative; top:10px; font-size: 16px;}
18
 section .popup .pop label.pop_label {position:relative; top:10px; font-size: 16px;}
@@ -33,9 +33,9 @@ section .popup2 {position: fixed; width: 100%; height: 100%; background: rgba(20
33
 section .popup2 .content {position: fixed; z-index: 10; width:100%; background: #fff;}
33
 section .popup2 .content {position: fixed; z-index: 10; width:100%; background: #fff;}
34
 section .popup2 .barcode {width: 100%;}
34
 section .popup2 .barcode {width: 100%;}
35
 section .popup2 .barcode_area {width: 300px; height: 300px; margin: auto; background: #fff; border: 1px solid #000; margin-top: 10%;}
35
 section .popup2 .barcode_area {width: 300px; height: 300px; margin: auto; background: #fff; border: 1px solid #000; margin-top: 10%;}
36
-section .popup2 .barcode h1{text-align: left; width: 85%; font-size: 20px; margin:auto; margin-top: 20%;}
36
+section .popup2 .barcode h1{text-align: left; width: 85%; font-size: 16px; margin:auto; margin-top: 10%;}
37
 section .popup2 .btn_barcode {margin-top: 20%;}
37
 section .popup2 .btn_barcode {margin-top: 20%;}
38
-section .popup2 .btn_barcode button {width: 35%; height: 50px; font-size: 15px; font-weight:100;}
38
+section .popup2 .btn_barcode button {width: 35%; height: 40px; font-size: 15px; font-weight:100;}
39
 section .popup2 .pop { position: absolute; top: 40%; left: 50%; transform: translate(-50%,-50%); width: 95%; height: 70%; background: #fff; border: 1px solid #000; border-radius:10px;}
39
 section .popup2 .pop { position: absolute; top: 40%; left: 50%; transform: translate(-50%,-50%); width: 95%; height: 70%; background: #fff; border: 1px solid #000; border-radius:10px;}
40
 section .popup2 .pop .header {position: relative; height: 40px; background: #f0831e; color:#eee; border-bottom: 1px solid #000; border-top-right-radius: 10px; border-top-left-radius: 10px;}
40
 section .popup2 .pop .header {position: relative; height: 40px; background: #f0831e; color:#eee; border-bottom: 1px solid #000; border-top-right-radius: 10px; border-top-left-radius: 10px;}
41
 section .popup2 .pop .header .header_left {padding-top: 12px;}
41
 section .popup2 .pop .header .header_left {padding-top: 12px;}
@@ -51,10 +51,10 @@ section .popup2 .pop .search_bar input {width: 90%; margin:0 5%; height: 27px; p
51
 section .popup2 .pop .search_bar button {position:relative; top:-64px; background:transparent; margin-right:5%; float: right; border: none; padding-top:3px;}
51
 section .popup2 .pop .search_bar button {position:relative; top:-64px; background:transparent; margin-right:5%; float: right; border: none; padding-top:3px;}
52
 section .popup2 .pop .search_bar button img {width: 18px;}
52
 section .popup2 .pop .search_bar button img {width: 18px;}
53
 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;}
53
 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;}
54
-section .popup2 .pop .search_item_bar {width:98%;margin:5px auto; display:flex;}
55
-section .popup2 .pop .search_item_bar input {width:40%; border-radius:5px; margin:0;}
54
+section .popup2 .pop .search_item_bar {width:98%;margin:5px auto; position: relative; top:-40px; display:flex;}
55
+section .popup2 .pop .search_item_bar input {width:40%; height:34px; border-radius:5px; margin:0;}
56
 section .popup2 .pop .search_item_bar select {width:22%;border-radius:5px; margin-right:5px;}
56
 section .popup2 .pop .search_item_bar select {width:22%;border-radius:5px; margin-right:5px;}
57
-section .popup2 .pop .search_btn_bar {width:100%; height:50px; margin-top:10px; margin-right:10px;}
57
+section .popup2 .pop .search_btn_bar {width:100%; height:50px; margin-top:-30px; margin-right:10px;}
58
 section .popup2 .pop .search_btn_bar .btn_right {float:right; margin-right:10px;}
58
 section .popup2 .pop .search_btn_bar .btn_right {float:right; margin-right:10px;}
59
 section .popup2 .pop .search_btn_bar .btn_right button img{width:18px; height:18px; margin-right:2px;}
59
 section .popup2 .pop .search_btn_bar .btn_right button img{width:18px; height:18px; margin-right:2px;}
60
 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;}
60
 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;}
@@ -62,14 +62,14 @@ section .popup2 .pop .search_btn_bar .btn_right button {height:30px; padding:5px
62
 section .popup2 .pop .table{width:98%; margin:0 auto; border:1px solid #aaa; border-bottom:none;}
62
 section .popup2 .pop .table{width:98%; margin:0 auto; border:1px solid #aaa; border-bottom:none;}
63
 section .popup2 .pop .table .table_tr {display:flex;}
63
 section .popup2 .pop .table .table_tr {display:flex;}
64
 section .popup2 .pop .table .table_tr .tabel_th{width:23%;; height:30px; border-left:1px solid #aaa; background:#eee;}
64
 section .popup2 .pop .table .table_tr .tabel_th{width:23%;; height:30px; border-left:1px solid #aaa; background:#eee;}
65
-section .popup2 .pop .table .table_tr .tabel_th label {font-size:14px; font-weight:100;}
66
-section .popup2 .pop .table .table_tr .tabel_th .chkAll {margin:-2px;}
65
+section .popup2 .pop .table .table_tr .tabel_th label {font-size:14px; padding-top:5px; font-weight:100;}
66
+section .popup2 .pop .table .table_tr .tabel_th .chkAll {margin:-3px;}
67
 
67
 
68
 section .popup2 .pop .table_body{width:98%; margin:0 auto; border:1px solid #aaa; border-bottom: none;}
68
 section .popup2 .pop .table_body{width:98%; margin:0 auto; border:1px solid #aaa; border-bottom: none;}
69
 section .popup2 .pop .table_body .table_tr {display:flex; height:31px; border-bottom:1px solid #aaa;}
69
 section .popup2 .pop .table_body .table_tr {display:flex; height:31px; border-bottom:1px solid #aaa;}
70
 section .popup2 .pop .table_body .table_tr .table_td{width:23%;; height:30px; padding-top:5px; border-left:1px solid #aaa; background:#fff;}
70
 section .popup2 .pop .table_body .table_tr .table_td{width:23%;; height:30px; padding-top:5px; border-left:1px solid #aaa; background:#fff;}
71
 section .popup2 .pop .table_body .table_tr .table_td div {font-size:14px; font-weight:100;}
71
 section .popup2 .pop .table_body .table_tr .table_td div {font-size:14px; font-weight:100;}
72
-section .popup2 .pop .table_body .table_tr .table_td .chkItem {margin:-7px;}
72
+section .popup2 .pop .table_body .table_tr .table_td .chkItem {margin:-3px;}
73
 
73
 
74
 section .popup2 .pop .popup_scroll ul.mb_0 {margin-bottom:0 !important;}
74
 section .popup2 .pop .popup_scroll ul.mb_0 {margin-bottom:0 !important;}
75
 section .popup2 .pop .popup_scroll {position: relative; top:-25px; width: 100%;height: 75%; overflow: auto; border-top:1px solid #E0B8AB; border-bottom:1px solid #E0B8AB;}
75
 section .popup2 .pop .popup_scroll {position: relative; top:-25px; width: 100%;height: 75%; overflow: auto; border-top:1px solid #E0B8AB; border-bottom:1px solid #E0B8AB;}
@@ -98,10 +98,10 @@ section .popup2 .pop .popup_scroll li .right {position: relative; display: flex;
98
 section .popup2 .pop .popup_scroll li .right button {padding: 5px; font-size: 22px; width:24px;}
98
 section .popup2 .pop .popup_scroll li .right button {padding: 5px; font-size: 22px; width:24px;}
99
 section .popup2 .pop .popup_scroll li .add button{float: right; width: 60px; height: 55px; margin: 12px 9px; border-radius: 10px; font-size: 1rem; background: rgb(198, 170, 250);}
99
 section .popup2 .pop .popup_scroll li .add button{float: right; width: 60px; height: 55px; margin: 12px 9px; border-radius: 10px; font-size: 1rem; background: rgb(198, 170, 250);}
100
 section .popup2 .pop .content .line button {width: 35%; height: 35px;font-size: 14px; font-weight:100; padding-top: 7px; margin: 0 10px;}
100
 section .popup2 .pop .content .line button {width: 35%; height: 35px;font-size: 14px; font-weight:100; padding-top: 7px; margin: 0 10px;}
101
-section .popup2	.list_line {width:98%; float:left; height:50px;display: inline-flex; margin:0 1%; font-size:12px;}
101
+section .popup2	.list_line {width:98%; float:left; height:40px;display: inline-flex; margin:0 1%; font-size:12px;}
102
 section .popup2 .border {border-bottom: 1px solid #000 !important;}
102
 section .popup2 .border {border-bottom: 1px solid #000 !important;}
103
-section .popup2 .list_line .list_label {width:30%;border:1px solid #000; height:50px; padding-top:17px; border-bottom:none; background:#eee;}
104
-section .popup2 .list_line .list_info {width:70%;height:50px; border:1px solid #000; padding-top:17px; border-left:none; border-bottom:none;}
103
+section .popup2 .list_line .list_label {width:30%;border:1px solid #000; height:40px; padding-top:10px; border-bottom:none; background:#eee;}
104
+section .popup2 .list_line .list_info {width:70%;height:40px; border:1px solid #000; padding-top:10px; border-left:none; border-bottom:none;}
105
 section .popup2 .list_line .list_info input{width:90%;}
105
 section .popup2 .list_line .list_info input{width:90%;}
106
 section .popup2 .list_line .mail input {width:30%;}
106
 section .popup2 .list_line .mail input {width:30%;}
107
 section .popup2 .list_line .mail select {width:30%;}
107
 section .popup2 .list_line .mail select {width:30%;}
@@ -109,7 +109,7 @@ section .popup2 .list_line .list_info .pay_info {text-align:left; padding-left:1
109
 section .popup_scroll li .right .num {padding:8px 12px; width: auto; border-top:1px solid #E0B8AB; border-bottom:1px solid #E0B8AB;}
109
 section .popup_scroll li .right .num {padding:8px 12px; width: auto; border-top:1px solid #E0B8AB; border-bottom:1px solid #E0B8AB;}
110
 section .popup_scroll li .right button {background:#e1cac1; color:#fff; border:1px solid #E0B8AB; padding:0px 7px; font-size: 1.5rem; border-radius: 0px;}
110
 section .popup_scroll li .right button {background:#e1cac1; color:#fff; border:1px solid #E0B8AB; padding:0px 7px; font-size: 1.5rem; border-radius: 0px;}
111
 section .popup2 .list_line .line_right {float:right; width:70%;}
111
 section .popup2 .list_line .line_right {float:right; width:70%;}
112
-section .popup2 .list_line .line_right select {width:200px; float:right;}
112
+section .popup2 .list_line .line_right select {width:200px; float:right; height:27px; margin-top:6px;}
113
 section .popup2 .list_line .line_right input {width:200px; float:right;}
113
 section .popup2 .list_line .line_right input {width:200px; float:right;}
114
 section .popup2 .list_line .info{width:30%; padding-top:10px; padding-left:20px; text-align:left;}
114
 section .popup2 .list_line .info{width:30%; padding-top:10px; padding-left:20px; text-align:left;}
115
 
115
 
@@ -338,7 +338,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
338
 .content .line .line_right input.mg0 {margin-right:10px;}
338
 .content .line .line_right input.mg0 {margin-right:10px;}
339
 .content .line .line_right input.date{width:140px; margin-right:132px; height:35px;} 
339
 .content .line .line_right input.date{width:140px; margin-right:132px; height:35px;} 
340
 .content .line .line_right select {float: right; width: 180px; height: 30px; margin-top: 7px; border: 1px solid #000; font-size: 1rem; margin-right:93px;}
340
 .content .line .line_right select {float: right; width: 180px; height: 30px; margin-top: 7px; border: 1px solid #000; font-size: 1rem; margin-right:93px;}
341
-.content .line input.date {width: 55%; margin: 5px 0; height: 27px; float: left; text-align:center; font-size:14px;background: url(../img/calender.png)no-repeat 95% 50%/20px auto #fff;}
341
+.content .line input.date {width: 55%; height: 27px; float: left; text-align:center; font-size:14px;background: url(../img/calender.png)no-repeat 95% 50%/20px auto #fff;}
342
 .content .line input.full {width: 100%;}
342
 .content .line input.full {width: 100%;}
343
 .content .line div.date_to {display:flex; width:60%; height:27px; float: left; margin-right:0px;}
343
 .content .line div.date_to {display:flex; width:60%; height:27px; float: left; margin-right:0px;}
344
 .content .line div.date_to input {font-weight:100; width:47%; height:27px; font-size:14px; margin:0;}
344
 .content .line div.date_to input {font-weight:100; width:47%; height:27px; font-size:14px; margin:0;}
@@ -461,7 +461,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
461
 .scroll_area li.history_list6 {height: 110px; padding-top:5px;}
461
 .scroll_area li.history_list6 {height: 110px; padding-top:5px;}
462
 .scroll_area li.history_list7 {height: 120px; padding-top:5px;}
462
 .scroll_area li.history_list7 {height: 120px; padding-top:5px;}
463
 .scroll_area li .history_info {width: auto;}
463
 .scroll_area li .history_info {width: auto;}
464
-.scroll_area li .left {width:100%; height:30px; margin-top:0px;}
464
+.scroll_area li .left {width:100%; height:26px; margin-top:0px;}
465
 .scroll_area li .btn_list {width:calc(100% - 65px); height:35px; padding-top:12px;}
465
 .scroll_area li .btn_list {width:calc(100% - 65px); height:35px; padding-top:12px;}
466
 .scroll_area li .left div {display: inline-block;}
466
 .scroll_area li .left div {display: inline-block;}
467
 .scroll_area li .left label{font-size: 1.1rem;}
467
 .scroll_area li .left label{font-size: 1.1rem;}
@@ -496,14 +496,15 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
496
 .scroll_area li .left .nomal .btn_bar button{width: 25px; height: 30px; font-size: 1rem; padding: 0;}
496
 .scroll_area li .left .nomal .btn_bar button{width: 25px; height: 30px; font-size: 1rem; padding: 0;}
497
 .scroll_area li .left .nomal .btn_bar .col_0{min-width: auto; margin: 5px 20px;}
497
 .scroll_area li .left .nomal .btn_bar .col_0{min-width: auto; margin: 5px 20px;}
498
 
498
 
499
-.scroll_area li .left .nomal label{position:relative; margin-left: 10px; font-size:14px; font-weight:700; min-width:81px; text-align:left;}
499
+.scroll_area li .left .nomal label{position:relative; margin-left: 10px; font-size:14px; font-weight:100; min-width:81px; text-align:left;}
500
 .scroll_area li .left .nomal label.sub_info{min-width: auto; display: inline-flex;}
500
 .scroll_area li .left .nomal label.sub_info{min-width: auto; display: inline-flex;}
501
+.scroll_area li .left .nomal label.col_0{min-width: auto;}
501
 .scroll_area li .left .nomal label.col_1{min-width: 45px;}
502
 .scroll_area li .left .nomal label.col_1{min-width: 45px;}
502
 .scroll_area li .left .nomal label.col_3{min-width: 70px;}
503
 .scroll_area li .left .nomal label.col_3{min-width: 70px;}
503
 .scroll_area li .left .nomal label.col_2{width: 95px;}
504
 .scroll_area li .left .nomal label.col_2{width: 95px;}
504
 
505
 
505
 .scroll_area li .left .nomal i{width: 50px; text-align: center;}
506
 .scroll_area li .left .nomal i{width: 50px; text-align: center;}
506
-.scroll_area li .left .nomal div{ display: inline-flex; font-weight: 100; font-size: 15px;}
507
+.scroll_area li .left .nomal div{display: inline-flex; font-weight: 700; font-size: 15px;}
507
 .scroll_area li .left .nomal .col_5{min-width:50px;}
508
 .scroll_area li .left .nomal .col_5{min-width:50px;}
508
 
509
 
509
 .scroll_area li .right {margin: 12px 10px 0 0; position: relative; display: flex; height:35px; font-size: 1.4rem; font-weight: 700; float: right;}
510
 .scroll_area li .right {margin: 12px 10px 0 0; position: relative; display: flex; height:35px; font-size: 1.4rem; font-weight: 700; float: right;}
@@ -543,6 +544,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
543
 #ITP_FOOTER .itp_modal .itp_form .itp_mip {padding: 8px 5px 4px 12px; height:42px; text-align: left; font-size: 16px; border:1px solid #ccc;}
544
 #ITP_FOOTER .itp_modal .itp_form .itp_mip {padding: 8px 5px 4px 12px; height:42px; text-align: left; font-size: 16px; border:1px solid #ccc;}
544
 
545
 
545
 @media screen and (min-width: 550px) {
546
 @media screen and (min-width: 550px) {
547
+	
546
 	.content .line input.date {width: 70%;}
548
 	.content .line input.date {width: 70%;}
547
 	.content .line input.full {width: 100%;}
549
 	.content .line input.full {width: 100%;}
548
 	
550
 	
@@ -558,6 +560,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
558
 	.content .line .search_wrap select {width:78%;}	
560
 	.content .line .search_wrap select {width:78%;}	
559
 }
561
 }
560
 @media screen and (max-width: 380px) {
562
 @media screen and (max-width: 380px) {
563
+	section .popup2 .barcode_area {width: 250px; height: 250px;}
561
 	section .popup2 .pop .popup_scroll li.row_2 {height: 85px;}
564
 	section .popup2 .pop .popup_scroll li.row_2 {height: 85px;}
562
 	section .popup2 .pop .popup_scroll li .scroll_left .mg_0 {margin:0; width:100px;}
565
 	section .popup2 .pop .popup_scroll li .scroll_left .mg_0 {margin:0; width:100px;}
563
 	.type_hide {display:none;}
566
 	.type_hide {display:none;}