Browse Source

모바일 재고관리 메뉴 html 메뉴

whakdo963 2 years ago
parent
commit
a09bd3d16a

+ 50 - 46
src/main/webapp/mobile/app/mstockmng/MSTOCKMNG01010.html

@@ -4,26 +4,24 @@
4
 		  <input type="hidden" id="ITP_FORM_MSTOCKMNG01010_LIST_SEARCH_BRAND_ID" name="sbrandId" value="">
4
 		  <input type="hidden" id="ITP_FORM_MSTOCKMNG01010_LIST_SEARCH_BRAND_ID" name="sbrandId" value="">
5
 		  <input type="hidden" id="ITP_FORM_MSTOCKMNG01010_LIST_SEARCH_STORE_ID" name="sstoreId" value="">
5
 		  <input type="hidden" id="ITP_FORM_MSTOCKMNG01010_LIST_SEARCH_STORE_ID" name="sstoreId" value="">
6
 		  <div class="content">
6
 		  <div class="content">
7
+		  	<div class="line header">
8
+				<div class="itp_search_header"><img src="../img/right_arrow_pink.png" alt="">재고현황</div>
9
+	      	</div>
7
 			<div class="line">
10
 			<div class="line">
8
 			  <label>창고선택</label>
11
 			  <label>창고선택</label>
9
-				<div class="line_right">
10
-					<select name="swhsId" id="ITP_FORM_MSTOCKMNG01010_LIST_SEARCH_WHS_NM">
11
-						<option value=""></option>
12
-					</select>
13
-				</div>
14
-			  <!--<div class="search_wrap">
15
-				  <div class="float_left">
16
-					<input id="ITP_FORM_MSTOCKMNG01010_LIST_SEARCH_WHS_NM" type="text" placeholder="A매장명">
17
-				  </div>
18
-				  <div class="float_left_btn">
12
+			  <div class="float_left">
13
+				<input id="ITP_FORM_MSTOCKMNG01010_LIST_SEARCH_WHS_NM" name="whsNm" type="text" placeholder="A창고명">
14
+				<div class="itp_input_btn">		
19
 					<button id="ITP_BTN_MSTOCKMNG01010_LIST_SEARCH_WHS_NM"><img src="../img/search.png" alt=""></button>
15
 					<button id="ITP_BTN_MSTOCKMNG01010_LIST_SEARCH_WHS_NM"><img src="../img/search.png" alt=""></button>
20
-					<button id="ITP_BTN_MSTOCKMNG01010_LIST_DETELE_WHS_NM"><img src="../img/delete.png" alt=""></button>
21
-				  </div>
22
-			  </div>-->
16
+				</div>
17
+			  </div>
18
+			  <div class="float_right_btn">
19
+				<button id="ITP_BTN_MSTOCKMNG01010_LIST_DELETE_WHS_NM"><img src="../img/delete.png" alt=""></button>
20
+			  </div>
23
 			</div>
21
 			</div>
24
 			<div class="line">
22
 			<div class="line">
25
 			  <label>Location</label>
23
 			  <label>Location</label>
26
-			  <div class="line_right">
24
+			  <div class="float_left">
27
 				<select name="slocation" id="ITP_FORM_MSTOCKMNG01010_LIST_SEARCH_LOCATION">
25
 				<select name="slocation" id="ITP_FORM_MSTOCKMNG01010_LIST_SEARCH_LOCATION">
28
 				  <option value=""></option>
26
 				  <option value=""></option>
29
 				</select>
27
 				</select>
@@ -31,8 +29,8 @@
31
 			</div>
29
 			</div>
32
 			<div class="line">
30
 			<div class="line">
33
 			  <label>품목명</label>
31
 			  <label>품목명</label>
34
-			  <div class="search_wrap">
35
-				<input id="ITP_FORM_MSTOCKMNG01010_LIST_SEARCH_ITEM_NM" name="sitemNm" style="width: 262px;" type="text" placeholder="품목명">
32
+			  <div class="float_left">
33
+				<input id="ITP_FORM_MSTOCKMNG01010_LIST_SEARCH_ITEM_NM" name="sitemNm" type="text" placeholder="품목명">
36
 			  </div>
34
 			  </div>
37
 			</div>
35
 			</div>
38
 			<div class="line" style="height:45px;">
36
 			<div class="line" style="height:45px;">
@@ -41,18 +39,19 @@
41
 			  </div>
39
 			  </div>
42
 			</div>
40
 			</div>
43
 			<div class="table_header">
41
 			<div class="table_header">
44
-			  <h1>> 재고 목록</h1>
42
+			  <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>
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>
46
 			</div>
44
 			</div>
47
 		  </div>
45
 		  </div>
48
 			<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-2">
49
-			  <ul id="ITP_LIST_MSTOCKMNG01010_LIST_ITEM_ROWS" class="panel-group"></ul>
50
-			  <div id="ITP_LIST_MSTOCKMNG01010_LIST_ITEM_ROWCOPY" style="display:none;">
51
-				<li class="history_list list-row">
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: block;">
49
+				<li class="history_list2 list-row">
52
 				  <div>
50
 				  <div>
53
 					<div class="left">
51
 					<div class="left">
54
 					  <div class="nomal">
52
 					  <div class="nomal">
55
-						<label>창고번호 &nbsp;:</label>
53
+						<label>창고번호 </label>
54
+						<span>:</span>
56
 						<div>
55
 						<div>
57
 						  <div class="fnWhsId"></div>
56
 						  <div class="fnWhsId"></div>
58
 						</div>
57
 						</div>
@@ -62,21 +61,23 @@
62
 						</div>
61
 						</div>
63
 					  </div>
62
 					  </div>
64
 					</div>
63
 					</div>
65
-					  <div class="left">
66
-						  <div class="nomal">
67
-							  <label>품목번호 &nbsp;:</label>
68
-							  <div>
69
-								  <div class="fnItemId"></div>
70
-							  </div>
71
-							  <label>품목명&nbsp;:</label>
72
-							  <div>
73
-								  <div class="fnItemNm"></div>
74
-							  </div>
64
+				    <div class="left">
65
+					  <div class="nomal">
66
+						  <label>품목번호</label>
67
+						  <span>:</span>
68
+						  <div>
69
+							  <div class="fnItemId"></div>
70
+						  </div>
71
+						  <label>품목명&nbsp;:</label>
72
+						  <div>
73
+							  <div class="fnItemNm"></div>
75
 						  </div>
74
 						  </div>
76
 					  </div>
75
 					  </div>
76
+				    </div>
77
 					<div class="left">
77
 					<div class="left">
78
 					  <div class="nomal">
78
 					  <div class="nomal">
79
-						<label>단위 &nbsp;:</label>
79
+						<label>단위</label>
80
+						<span>:</span>
80
 						<div>
81
 						<div>
81
 						  <div class="fnUnit"></div>
82
 						  <div class="fnUnit"></div>
82
 						</div>
83
 						</div>
@@ -88,21 +89,23 @@
88
 					</div>
89
 					</div>
89
 					<div class="left">
90
 					<div class="left">
90
 					  <div class="nomal">
91
 					  <div class="nomal">
91
-						<label>현재고수량 &nbsp;:</label>
92
-						<div class="col_5 fn">
93
-						  <div class="col_5 fnStckQty"></div>
92
+						<label>현재고수량</label>
93
+						<span>:</span>
94
+						<div>
95
+						  <div class=" fnStckQty"></div>
94
 						</div>
96
 						</div>
95
 						<label>적정재고수량&nbsp;:</label>
97
 						<label>적정재고수량&nbsp;:</label>
96
-						<div class="fn">
98
+						<div>
97
 						  <div class="fnPrpStckQty"></div>
99
 						  <div class="fnPrpStckQty"></div>
98
 						</div>
100
 						</div>
99
 					  </div>
101
 					  </div>
100
 					</div>
102
 					</div>
101
 					<div class="left">
103
 					<div class="left">
102
 					  <div class="nomal">
104
 					  <div class="nomal">
103
-						<label>안전재고비율 &nbsp;:</label>
104
-						<div class="col_5 fn">
105
-						  <div class="col_5 fnSftStckRt"></div>
105
+						<label>안전재고비율</label>
106
+						<span>:</span>
107
+						<div>
108
+						  <div class="fnSftStckRt"></div>
106
 						</div>
109
 						</div>
107
 						<label class="col_0">Location&nbsp;:</label>
110
 						<label class="col_0">Location&nbsp;:</label>
108
 						<div class="fn">
111
 						<div class="fn">
@@ -121,7 +124,7 @@
121
 		<div class="pop">
124
 		<div class="pop">
122
 			<div class="header">
125
 			<div class="header">
123
 				<div class="header_left">
126
 				<div class="header_left">
124
-					<label>> 납품장소</label>
127
+					<label>납품장소</label>
125
 				</div>
128
 				</div>
126
 				<div class="header_right">
129
 				<div class="header_right">
127
 					<button type="button" id="ITP_BTN_MSTOCKMNG01010_POP_WHS_CLOSE" class="btn-pop-close"><img src="../img/close.png"></button>
130
 					<button type="button" id="ITP_BTN_MSTOCKMNG01010_POP_WHS_CLOSE" class="btn-pop-close"><img src="../img/close.png"></button>
@@ -135,16 +138,17 @@
135
 					<button id="ITP_BTN_MSTOCKMNG01010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
138
 					<button id="ITP_BTN_MSTOCKMNG01010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
136
 				</form>
139
 				</form>
137
 			</div>
140
 			</div>
138
-			<div class="search_bar">
141
+			<div class="select_btn">
139
 				<button id="ITP_BTN_MSTOCKMNG01010_POP_WHS_NM" class="btn_blue">납품장소▼</button>
142
 				<button id="ITP_BTN_MSTOCKMNG01010_POP_WHS_NM" class="btn_blue">납품장소▼</button>
140
 			</div>
143
 			</div>
141
 			<div id="ITP_LIST_MSTOCKMNG01010_POP_WHS_AREA" class="popup_scroll">
144
 			<div id="ITP_LIST_MSTOCKMNG01010_POP_WHS_AREA" class="popup_scroll">
142
-				<ul id="ITP_LIST_MSTOCKMNG01010_POP_WHS_ROWS" class="panel-group itp_nav"></ul>
143
-				<div id="ITP_LIST_MSTOCKMNG01010_POP_WHS_ROWCOPY" style="display:none;">
144
-					<li class="list-row">
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: block;">
147
+					<li class="row_2">
145
 						<div class="scroll_left">
148
 						<div class="scroll_left">
146
 							<div class="fnWhsNm">브랜드 창고 명A</div>
149
 							<div class="fnWhsNm">브랜드 창고 명A</div>
147
-							<div class="fnLocationNm">(상세위치내용)</div>
150
+							<div class="sub fnLocationNm">(상세위치내용)</div>
151
+							<div class="sub fnLocationNm">(상세위치내용)</div>
148
 						</div>
152
 						</div>
149
 						<div class="scroll_right">
153
 						<div class="scroll_right">
150
 							<button id="ITP_BTN_MSTOCKMNG01010_POP_WHS_CHOICE" class="fnWhsId" data-whs-id="">선택</button>
154
 							<button id="ITP_BTN_MSTOCKMNG01010_POP_WHS_CHOICE" class="fnWhsId" data-whs-id="">선택</button>
@@ -158,7 +162,7 @@
158
 		<div class="pop">
162
 		<div class="pop">
159
 			<div class="header">
163
 			<div class="header">
160
 				<div class="header_left">
164
 				<div class="header_left">
161
-					<label>> 재고처리</label>
165
+					<label>재고처리</label>
162
 				</div>
166
 				</div>
163
 				<div class="header_right">
167
 				<div class="header_right">
164
 					<button type="button" id="ITP_BTN_MSTOCKMNG01010_POP_ITEM_CLOSE" class="btn-pop-close"><img src="../img/close.png"></button>
168
 					<button type="button" id="ITP_BTN_MSTOCKMNG01010_POP_ITEM_CLOSE" class="btn-pop-close"><img src="../img/close.png"></button>

+ 161 - 52
src/main/webapp/mobile/app/mstockmng/MSTOCKMNG02010.html

@@ -4,39 +4,36 @@
4
 		 <input type="hidden" id="ITP_FORM_MSTOCKMNG02010_LIST_SEARCH_BRAND_ID" name="brandId" value="">
4
 		 <input type="hidden" id="ITP_FORM_MSTOCKMNG02010_LIST_SEARCH_BRAND_ID" name="brandId" value="">
5
 		 <input type="hidden" id="ITP_FORM_MSTOCKMNG02010_LIST_SEARCH_STORE_ID" name="storeId" value="">
5
 		 <input type="hidden" id="ITP_FORM_MSTOCKMNG02010_LIST_SEARCH_STORE_ID" name="storeId" value="">
6
 		  <div class="content">
6
 		  <div class="content">
7
+		  <div class="line header">
8
+				<div class="itp_search_header"><img src="../img/right_arrow_pink.png" alt="">재고실사</div>
9
+	      	</div>
7
 			<div class="line">
10
 			<div class="line">
8
-			  <label>재고실사일자</label>
9
-			  <div class="line_right">
10
-				<input id="ITP_FORM_MSTOCKMNG02010_LIST_SEARCH_STCK_DT" name="cddDt" class="date" type="date" data-check-required="empty">
11
+			  <label style="margin-left:5px; margin-right:5px;">재고실사일자</label>
12
+			  <div class="float_left">
13
+				<input id="ITP_FORM_MSTOCKMNG02010_LIST_SEARCH_STCK_DT" name="cddDt" class="date full" type="date" data-check-required="empty">
11
 			  </div>
14
 			  </div>
12
 			</div>
15
 			</div>
13
 			<div class="line">
16
 			<div class="line">
14
 			  <label>창고선택</label>
17
 			  <label>창고선택</label>
15
-			  <div class="line_right">
16
-				<select name="swhsId" id="ITP_FORM_MSTOCKMNG02010_LIST_SEARCH_WHS_ID">
17
-					<option value=""></option>
18
-				</select>
18
+			  <div class="float_left">
19
+				<input id="ITP_FORM_MSTOCKMNG02010_LIST_SEARCH_WHS_NM" name="whsNm" type="text" placeholder="A창고명">
20
+				<div class="itp_input_btn">		
21
+					<button id="ITP_BTN_MSTOCKMNG02010_LIST_SEARCH_WHS_NM"><img src="../img/search.png" alt=""></button>
22
+				</div>
23
+			  </div>
24
+			  <div class="float_right_btn">
25
+				<button id="ITP_BTN_MSTOCKMNG02010_LIST_DELETE_WHS_NM"><img src="../img/delete.png" alt=""></button>
19
 			  </div>
26
 			  </div>
20
-			  <!--<div class="search_nm">
21
-				  <div class="float_left">
22
-					  <input id="ITP_FORM_MSTOCKMNG02010_LIST_SEARCH_WHS_NM" name="whsNm" type="text" placeholder="창고명" data-check-required="empty" readonly>
23
-					  <input id="ITP_FORM_MSTOCKMNG02010_LIST_SEARCH_WHS_ID" name="whsId" type="hidden">
24
-				  </div>
25
-				  <div class="float_left_btn">
26
-					  <button id="ITP_BTN_MSTOCKMNG02010_LIST_SEARCH_WHS_NM"><img src="../img/search.png" alt=""></button>
27
-					  <button id="ITP_BTN_MSTOCKMNG02010_LIST_DELETE_WHS_NM"><img src="../img/delete.png" alt=""></button>
28
-				  </div>
29
-			  </div>-->
30
 			</div>
27
 			</div>
31
 			<div class="line">
28
 			<div class="line">
32
 			  <label>Location</label>
29
 			  <label>Location</label>
33
-			  <div class="line_right">
30
+			  <div class="float_left">
34
 				<select name="slocation" id="ITP_FORM_MSTOCKMNG02010_LIST_SEARCH_LOCATION" data-check-required="empty"></select>
31
 				<select name="slocation" id="ITP_FORM_MSTOCKMNG02010_LIST_SEARCH_LOCATION" data-check-required="empty"></select>
35
 			  </div>
32
 			  </div>
36
 			</div>
33
 			</div>
37
 			  <div class="line">
34
 			  <div class="line">
38
 				  <label>실사구분</label>
35
 				  <label>실사구분</label>
39
-				  <div class="line_right">
36
+				  <div class="float_left">
40
 					  <select id="ITP_FORM_MSTOCKMNG02010_LIST_SEARCH_CDD_DVSN" data-select-code="CDD_DVSN" data-check-required="empty" name="cddDvsn"></select>
37
 					  <select id="ITP_FORM_MSTOCKMNG02010_LIST_SEARCH_CDD_DVSN" data-select-code="CDD_DVSN" data-check-required="empty" name="cddDvsn"></select>
41
 				  </div>
38
 				  </div>
42
 			  </div>
39
 			  </div>
@@ -46,18 +43,109 @@
46
 			  </div>
43
 			  </div>
47
 			</div>
44
 			</div>
48
 			<div class="table_header">
45
 			<div class="table_header">
49
-			  <h1>> 실사 목록</h1>
46
+			  <h1><실사 목록></h1>
50
 			  <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>
51
 			</div>
48
 			</div>
52
 		  </div>
49
 		  </div>
53
-			<div id="ITP_LIST_MSTOCKMNG02010_LIST_ITEM_AREA" class="scroll_area row-2">
54
-			  <ul id="ITP_LIST_MSTOCKMNG02010_LIST_ITEM_ROWS" class="panel-group"></ul>
55
-			  <div id="ITP_LIST_MSTOCKMNG02010_LIST_ITEM_ROWCOPY" style="display:none;">
50
+			<div id="ITP_LIST_MSTOCKMNG02010_LIST_ITEM_AREA" class="scroll_area row-3-2">
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 -->
53
+				<li class="history_list5 list-row">
54
+				  <div>
55
+					<div class="left">
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>
103
+						<span>:</span>
104
+						<div>
105
+						  <div class="fnItemId"></div>
106
+						</div>
107
+						<label>품목명&nbsp;:</label>
108
+						<div>
109
+						  <div class="fnItemNm"></div>
110
+						</div>
111
+					  </div>
112
+					</div>
113
+					<div class="left">
114
+					  <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>
56
 				<li class="history_list5 list-row">
143
 				<li class="history_list5 list-row">
57
 				  <div>
144
 				  <div>
58
 					<div class="left">
145
 					<div class="left">
59
 					  <div class="nomal">
146
 					  <div class="nomal">
60
-						<label>품목번호 &nbsp;:</label>
147
+						<label>품목번호</label>
148
+						<span>:</span>
61
 						<div>
149
 						<div>
62
 						  <div class="fnItemId"></div>
150
 						  <div class="fnItemId"></div>
63
 						</div>
151
 						</div>
@@ -69,7 +157,8 @@
69
 					</div>
157
 					</div>
70
 					<div class="left">
158
 					<div class="left">
71
 					  <div class="nomal">
159
 					  <div class="nomal">
72
-						<label>단위 &nbsp;:</label>
160
+						<label>단위</label>
161
+						<span>:</span>
73
 						<div>
162
 						<div>
74
 						  <div class="fnUnit"></div>
163
 						  <div class="fnUnit"></div>
75
 						</div>
164
 						</div>
@@ -81,7 +170,8 @@
81
 					</div>
170
 					</div>
82
 					<div class="left">
171
 					<div class="left">
83
 					  <div class="nomal">
172
 					  <div class="nomal">
84
-						<label class="col_0">현재고수량 &nbsp;:</label>
173
+						<label class="col_0">현재고수량</label>
174
+						<span>:</span>
85
 						<div class="fn">
175
 						<div class="fn">
86
 						  <div class="fnStckQty"></div>
176
 						  <div class="fnStckQty"></div>
87
 						</div>
177
 						</div>
@@ -119,7 +209,7 @@
119
 		<div class="pop">
209
 		<div class="pop">
120
 			<div class="header">
210
 			<div class="header">
121
 				<div class="header_left">
211
 				<div class="header_left">
122
-					<label>> 납품장소</label>
212
+					<label>납품장소</label>
123
 				</div>
213
 				</div>
124
 				<div class="header_right">
214
 				<div class="header_right">
125
 					<button type="button" id="ITP_BTN_MSTOCKMNG02010_POP_WHS_CLOSE" class="btn-pop-close"><img src="../img/close.png"></button>
215
 					<button type="button" id="ITP_BTN_MSTOCKMNG02010_POP_WHS_CLOSE" class="btn-pop-close"><img src="../img/close.png"></button>
@@ -133,16 +223,17 @@
133
 					<button id="ITP_BTN_MSTOCKMNG02010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
223
 					<button id="ITP_BTN_MSTOCKMNG02010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
134
 				</form>
224
 				</form>
135
 			</div>
225
 			</div>
136
-			<div class="search_bar">
226
+			<div class="select_btn">
137
 				<button id="ITP_BTN_MSTOCKMNG02010_POP_WHS_NM" class="btn_blue">납품장소▼</button>
227
 				<button id="ITP_BTN_MSTOCKMNG02010_POP_WHS_NM" class="btn_blue">납품장소▼</button>
138
 			</div>
228
 			</div>
139
 			<div id="ITP_LIST_MSTOCKMNG02010_POP_WHS_AREA" class="popup_scroll">
229
 			<div id="ITP_LIST_MSTOCKMNG02010_POP_WHS_AREA" class="popup_scroll">
140
-				<ul id="ITP_LIST_MSTOCKMNG02010_POP_WHS_ROWS" class="panel-group itp_nav"></ul>
141
-				<div id="ITP_LIST_MSTOCKMNG02010_POP_WHS_ROWCOPY" style="display:none;">
142
-					<li class="list-row">
230
+				<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;">
232
+					<li class="row_2">
143
 						<div class="scroll_left">
233
 						<div class="scroll_left">
144
 							<div class="fnWhsNm">브랜드 창고 명A</div>
234
 							<div class="fnWhsNm">브랜드 창고 명A</div>
145
-							<div class="fnLocationNm">(상세위치내용)</div>
235
+							<div class="sub fnLocationNm">(상세위치내용)</div>
236
+							<div class="sub fnLocationNm">(상세위치내용)</div>
146
 						</div>
237
 						</div>
147
 						<div class="scroll_right">
238
 						<div class="scroll_right">
148
 							<button id="ITP_BTN_MSTOCKMNG02010_POP_WHS_CHOICE" class="fnWhsId" data-whs-id="">선택</button>
239
 							<button id="ITP_BTN_MSTOCKMNG02010_POP_WHS_CHOICE" class="fnWhsId" data-whs-id="">선택</button>
@@ -156,7 +247,7 @@
156
 		<div class="pop">
247
 		<div class="pop">
157
 			<div class="header">
248
 			<div class="header">
158
 				<div class="header_left">
249
 				<div class="header_left">
159
-					<label>> 품목 검색</label>
250
+					<label>품목 검색</label>
160
 				</div>
251
 				</div>
161
 				<div class="header_right">
252
 				<div class="header_right">
162
 					<button type="button" id="ITP_BTN_MSTOCKMNG02010_POP_ITEM_CLOSE" class="btn-pop-close"><img src="../img/close.png"></button>
253
 					<button type="button" id="ITP_BTN_MSTOCKMNG02010_POP_ITEM_CLOSE" class="btn-pop-close"><img src="../img/close.png"></button>
@@ -178,25 +269,43 @@
178
 					</div>
269
 					</div>
179
 				</div>
270
 				</div>
180
 			</form>
271
 			</form>
181
-			<table id="ITP_POP_MSTOCKMNG02010_TABLE_AREA" border="1">
182
-				<thead>
183
-				<th><input type="checkbox" class="chkAll" checked></th>
184
-				<th>품목번호</th>
185
-				<th>품목명</th>
186
-				<th>단위</th>
187
-				<th>현재고수량</th>
188
-				</thead>
189
-				<tbody>
190
-				</tbody>
191
-			</table>
192
-			<div id="ITP_POP_MSTOCKMNG02010_TABLE_TR" style="display:none;">
193
-				<tr>
194
-					<td><input type="checkbox" class="chkItem" checked></td>
195
-					<td class="fnItemId"></td>
196
-					<td class="fnItemNm"></td>
197
-					<td class="fnUnit"></td>
198
-					<td class="fnStckQty"></td>
199
-				</tr>
272
+			<div id="ITP_POP_MSTOCKMNG02010_TABLE_AREA" class="table">
273
+				<div class="table_tr">
274
+					<div class="tabel_th" style="width:10%; border:none;">
275
+						<label><input type="checkbox" class="chkAll" checked></label>
276
+					</div>
277
+					<div class="tabel_th">
278
+						<label>품목번호</label>
279
+					</div>
280
+					<div class="tabel_th">
281
+						<label>품목명</label>
282
+					</div>
283
+					<div class="tabel_th">
284
+						<label>단위</label>
285
+					</div>
286
+					<div class="tabel_th">
287
+						<label>현재고수량</label>
288
+					</div>
289
+				</div>
290
+			</div>
291
+			<div id="ITP_POP_MSTOCKMNG02010_TABLE_TR" class="table_body" style="display: block;">
292
+				<div class="table_tr">
293
+					<div class="table_td" style="width:10%; border:none;">
294
+						<input type="checkbox" class="chkItem" checked>
295
+					</div>
296
+					<div class="table_td">
297
+						<div class="fnItemId"></div>
298
+					</div>
299
+					<div class="table_td">
300
+						<div class="fnItemNm"></div>
301
+					</div>
302
+					<div class="table_td">
303
+						<div class="fnUnit"></div>
304
+					</div>
305
+					<div class="table_td">
306
+						<div class="fnStckQty"></div>
307
+					</div>
308
+				</div>
200
 			</div>
309
 			</div>
201
 		</div>
310
 		</div>
202
 	</div>
311
 	</div>

+ 23 - 10
src/main/webapp/mobile/css/style.css

@@ -31,9 +31,9 @@ section .popup2 {position: fixed; width: 100%; height: 100%; background: rgba(20
31
 section .popup2 .content {position: fixed; z-index: 10; width:100%; background: #fff;}
31
 section .popup2 .content {position: fixed; z-index: 10; width:100%; background: #fff;}
32
 section .popup2 .barcode {width: 100%;}
32
 section .popup2 .barcode {width: 100%;}
33
 section .popup2 .barcode_area {width: 300px; height: 300px; margin: auto; background: #fff; border: 1px solid #000; margin-top: 10%;}
33
 section .popup2 .barcode_area {width: 300px; height: 300px; margin: auto; background: #fff; border: 1px solid #000; margin-top: 10%;}
34
-section .popup2 .barcode h1{text-align: left; width: 85%; font-size: 1.1rem; margin:auto; margin-top: 20%;}
34
+section .popup2 .barcode h1{text-align: left; width: 85%; font-size: 20px; margin:auto; margin-top: 20%;}
35
 section .popup2 .btn_barcode {margin-top: 20%;}
35
 section .popup2 .btn_barcode {margin-top: 20%;}
36
-section .popup2 .btn_barcode button {width: 35%; height: 50px; font-size: 1rem;}
36
+section .popup2 .btn_barcode button {width: 35%; height: 50px; font-size: 15px; font-weight:100;}
37
 section .popup2 .pop { position: absolute; top: 45%; left: 50%; transform: translate(-50%,-50%); width: 95%; height: 85%; background: #fff; border: 1px solid #000; border-radius:10px;}
37
 section .popup2 .pop { position: absolute; top: 45%; left: 50%; transform: translate(-50%,-50%); width: 95%; height: 85%; background: #fff; border: 1px solid #000; border-radius:10px;}
38
 section .popup2 .pop .header {position: relative; height: 50px; background: #f0831e; color:#eee; border-bottom: 1px solid #000; border-top-right-radius: 10px; border-top-left-radius: 10px;}
38
 section .popup2 .pop .header {position: relative; height: 50px; background: #f0831e; color:#eee; border-bottom: 1px solid #000; border-top-right-radius: 10px; border-top-left-radius: 10px;}
39
 section .popup2 .pop .header .header_left {padding-top: 12px;}
39
 section .popup2 .pop .header .header_left {padding-top: 12px;}
@@ -48,16 +48,26 @@ section .popup2 .pop .search_bar input {width: 90%; margin:0 5%; height: 40px; p
48
 section .popup2 .pop .search_bar button {position:relative; top:-74px; background:transparent; margin-right:5%; float: right; border: none; padding-top:3px;}
48
 section .popup2 .pop .search_bar button {position:relative; top:-74px; background:transparent; margin-right:5%; float: right; border: none; padding-top:3px;}
49
 section .popup2 .pop .search_bar button img {width: 22px;}
49
 section .popup2 .pop .search_bar button img {width: 22px;}
50
 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;}
50
 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;}
51
-section .popup2 .pop .search_item_bar {width:100%; margin-top:10px;}
52
-section .popup2 .pop .search_item_bar input {width:22%; border-radius:2px;}
53
-section .popup2 .pop .search_item_bar select {width:22%;border-radius:2px;}
51
+section .popup2 .pop .search_item_bar {width:98%;margin:5px auto; display:flex;}
52
+section .popup2 .pop .search_item_bar input {width:40%; border-radius:5px; margin:0;}
53
+section .popup2 .pop .search_item_bar select {width:22%;border-radius:5px; margin-right:5px;}
54
 section .popup2 .pop .search_btn_bar {width:100%; height:50px; margin-top:10px; margin-right:10px;}
54
 section .popup2 .pop .search_btn_bar {width:100%; height:50px; margin-top:10px; margin-right:10px;}
55
 section .popup2 .pop .search_btn_bar .btn_right {float:right; margin-right:10px;}
55
 section .popup2 .pop .search_btn_bar .btn_right {float:right; margin-right:10px;}
56
 section .popup2 .pop .search_btn_bar .btn_right button img{width:18px; height:18px; margin-right:2px;}
56
 section .popup2 .pop .search_btn_bar .btn_right button img{width:18px; height:18px; margin-right:2px;}
57
-section .popup2 .pop .search_btn_bar .btn_right button {height:35px; padding:5px 8px; font-size:12px; border-radius:3px; border:1px solid #333;}
58
-section .popup2 .pop table{width:98%; margin:0 1%;}
59
-section .popup2 .pop table tbody th {height:50px; font-size:16px;}
60
-section .popup2 .pop table tbody input{width:15px;}
57
+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;}
58
+
59
+section .popup2 .pop .table{width:98%; margin:0 auto; border:1px solid #aaa; border-bottom:none;}
60
+section .popup2 .pop .table .table_tr {display:flex;}
61
+section .popup2 .pop .table .table_tr .tabel_th{width:23%;; height:30px; border-left:1px solid #aaa; background:#eee;}
62
+section .popup2 .pop .table .table_tr .tabel_th label {font-size:14px; font-weight:100;}
63
+section .popup2 .pop .table .table_tr .tabel_th .chkAll {margin:-2px;}
64
+
65
+section .popup2 .pop .table_body{width:98%; margin:0 auto; border:1px solid #aaa; border-bottom: none;}
66
+section .popup2 .pop .table_body .table_tr {display:flex; height:31px; border-bottom:1px solid #aaa;}
67
+section .popup2 .pop .table_body .table_tr .table_td{width:23%;; height:30px; padding-top:5px; border-left:1px solid #aaa; background:#fff;}
68
+section .popup2 .pop .table_body .table_tr .table_td div {font-size:14px; font-weight:100;}
69
+section .popup2 .pop .table_body .table_tr .table_td .chkItem {margin:-7px;}
70
+
61
 section .popup2 .pop .popup_scroll ul.mb_0 {margin-bottom:0 !important;}
71
 section .popup2 .pop .popup_scroll ul.mb_0 {margin-bottom:0 !important;}
62
 section .popup2 .pop .popup_scroll {position: relative; top:-25px; width: 100%;height: 540px; overflow: auto; border-top:1px solid #E0B8AB;}
72
 section .popup2 .pop .popup_scroll {position: relative; top:-25px; width: 100%;height: 540px; overflow: auto; border-top:1px solid #E0B8AB;}
63
 section .popup2 .pop .popup_scroll li {list-style: none; width: 100%; height: 50px; border-bottom: 1px solid #E0B8AB;}
73
 section .popup2 .pop .popup_scroll li {list-style: none; width: 100%; height: 50px; border-bottom: 1px solid #E0B8AB;}
@@ -314,7 +324,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
314
 .content .line .line_right input.date{width:140px; margin-right:132px; height:35px;} 
324
 .content .line .line_right input.date{width:140px; margin-right:132px; height:35px;} 
315
 .content .line .line_right select {float: right; width: 180px; height: 30px; margin-top: 7px; border: 1px solid #000; font-size: 1rem; margin-right:93px;}
325
 .content .line .line_right select {float: right; width: 180px; height: 30px; margin-top: 7px; border: 1px solid #000; font-size: 1rem; margin-right:93px;}
316
 .content .line input.date {width: 50%; margin: 5px 0; height: 35px; float: left; text-align:center; font-size:14px;background: url(../img/calender.png)no-repeat 95% 50%/20px auto #fff;}
326
 .content .line input.date {width: 50%; margin: 5px 0; height: 35px; float: left; text-align:center; font-size:14px;background: url(../img/calender.png)no-repeat 95% 50%/20px auto #fff;}
317
-.content .line input.date2 {width: 140px; height: 30px; margin-right:133px;}
327
+.content .line input.full {width: 100%;}
318
 .content .line div.date_to {display:flex; width:60%; float: left; margin-right:0px;}
328
 .content .line div.date_to {display:flex; width:60%; float: left; margin-right:0px;}
319
 .content .line div.date_to input {font-weight:100; width:47%; font-size:14px;}
329
 .content .line div.date_to input {font-weight:100; width:47%; font-size:14px;}
320
 
330
 
@@ -384,6 +394,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
384
 .row-2{top: 345px;}
394
 .row-2{top: 345px;}
385
 .row-2-1{top:317px;}
395
 .row-2-1{top:317px;}
386
 .row-3{top: 395px;}
396
 .row-3{top: 395px;}
397
+.row-3-2{top:393px;}
387
 .row-3-1{top: 355px;}
398
 .row-3-1{top: 355px;}
388
 .row-4{top: 435px;}
399
 .row-4{top: 435px;}
389
 .row-4-1 {top: 400px;}
400
 .row-4-1 {top: 400px;}
@@ -517,6 +528,8 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
517
 
528
 
518
 @media screen and (min-width: 550px) {
529
 @media screen and (min-width: 550px) {
519
 	.content .line input.date {width: 70%;}
530
 	.content .line input.date {width: 70%;}
531
+	.content .line input.full {width: 100%;}
532
+	
520
 	.content .line .line_right {width:80%}
533
 	.content .line .line_right {width:80%}
521
 	.content .line .float_left .itp_input_btn {width:70%;}
534
 	.content .line .float_left .itp_input_btn {width:70%;}
522
 	.content .line .float_left {width:70%;}
535
 	.content .line .float_left {width:70%;}