Browse Source

반품관리 메뉴 html 작업중

whakdo963 2 years ago
parent
commit
c91550fee4
32 changed files with 3349 additions and 694 deletions
  1. 57 57
      bin/src/main/webapp/app/oper/OPER01010.html
  2. 3 1
      bin/src/main/webapp/app/oper/OPER02010.html
  3. 20 42
      bin/src/main/webapp/app/pomng/POMNG02010.html
  4. 11 7
      bin/src/main/webapp/app/pomng/POMNG03010.html
  5. 21 17
      bin/src/main/webapp/app/pomng/POMNG04010.html
  6. 2 147
      bin/src/main/webapp/app/pomng/POMNG05010.html
  7. 7 3
      bin/src/main/webapp/app/pomng/POMNG06010.html
  8. 9 5
      bin/src/main/webapp/app/pomng/POMNG07010.html
  9. 37 82
      bin/src/main/webapp/app/rtnmng/RTNMNG01010.html
  10. 405 0
      bin/src/main/webapp/app/rtnmng/RTNMNG02010.html
  11. 524 0
      bin/src/main/webapp/app/rtnmng/RTNMNG03010.html
  12. 331 0
      bin/src/main/webapp/app/rtnmng/RTNMNG04010.html
  13. 146 0
      bin/src/main/webapp/app/rtnmng/RTNMNG05010.html
  14. 3 3
      bin/src/main/webapp/app/stinfo/STINFO05010.html
  15. 1 1
      bin/src/main/webapp/app/stinfo/STINFO06010.html
  16. 7 17
      bin/src/main/webapp/js/app/config.js
  17. 5 0
      bin/src/main/webapp/js/app/locales/locale-ko.js
  18. 8 5
      bin/src/main/webapp/js/app/oper/ITP_OPER02010.js
  19. 235 0
      bin/src/main/webapp/js/app/oper/ITP_OPER03010.js
  20. 20 42
      src/main/webapp/app/pomng/POMNG02010.html
  21. 11 7
      src/main/webapp/app/pomng/POMNG03010.html
  22. 21 17
      src/main/webapp/app/pomng/POMNG04010.html
  23. 2 147
      src/main/webapp/app/pomng/POMNG05010.html
  24. 7 3
      src/main/webapp/app/pomng/POMNG06010.html
  25. 9 5
      src/main/webapp/app/pomng/POMNG07010.html
  26. 37 82
      src/main/webapp/app/rtnmng/RTNMNG01010.html
  27. 405 0
      src/main/webapp/app/rtnmng/RTNMNG02010.html
  28. 524 0
      src/main/webapp/app/rtnmng/RTNMNG03010.html
  29. 331 0
      src/main/webapp/app/rtnmng/RTNMNG04010.html
  30. 146 0
      src/main/webapp/app/rtnmng/RTNMNG05010.html
  31. 3 3
      src/main/webapp/app/stinfo/STINFO05010.html
  32. 1 1
      src/main/webapp/app/stinfo/STINFO06010.html

+ 57 - 57
bin/src/main/webapp/app/oper/OPER01010.html

@@ -1,19 +1,19 @@
1
-<section id="ITP_TAB_OPERATION01010" class="tab-pane active itp_sec">
1
+<section id="ITP_TAB_OPER01010" class="tab-pane active itp_sec">
2 2
 	<div class="itp_cont">
3 3
 		<article class="itp_detail">
4 4
 			<div class="itp_det_head fix">
5 5
 				<h2 class="pull-left itp_det_tit"><i class="glyphicon glyphicon-chevron-right"></i> <strong>사용자관리</strong></h2>
6 6
 				<div class="pull-right itp_cicon">
7
-					<button type="button" id="ITP_BTN_OPERATION01010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i> 조회</button>
8
-					<button type="button" id="ITP_BTN_OPERATION01010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i> 수정</button>
9
-					<button type="button" id="ITP_BTN_OPERATION01010_NEWREG" class="btn btn-primary btn-sm NEB" style="display: inline-block;"><i class="glyphicon glyphicon-plus"></i> 신규등록</button>
10
-					<button type="button" id="ITP_BTN_OPERATION01010_DELETE" class="btn btn-danger btn-sm DEB"><i class="glyphicon glyphicon-remove"></i> 삭제</button>
11
-					<button type="button" id="ITP_BTN_OPERATION01010_CANCELLIST" class="btn btn-warning btn-sm PRB"><i class="glyphicon glyphicon-minus"></i> 취소/목록</button>
12
-					<button type="button" id="ITP_BTN_OPERATION01010_SAVE" class="btn btn-success btn-sm SAB"><i class="glyphicon glyphicon-ok"></i> 저장</button>
7
+					<button type="button" id="ITP_BTN_OPER01010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i> 조회</button>
8
+					<button type="button" id="ITP_BTN_OPER01010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i> 수정</button>
9
+					<button type="button" id="ITP_BTN_OPER01010_NEWREG" class="btn btn-primary btn-sm NEB" style="display: inline-block;"><i class="glyphicon glyphicon-plus"></i> 신규등록</button>
10
+					<button type="button" id="ITP_BTN_OPER01010_DELETE" class="btn btn-danger btn-sm DEB"><i class="glyphicon glyphicon-remove"></i> 삭제</button>
11
+					<button type="button" id="ITP_BTN_OPER01010_CANCELLIST" class="btn btn-warning btn-sm PRB"><i class="glyphicon glyphicon-minus"></i> 취소/목록</button>
12
+					<button type="button" id="ITP_BTN_OPER01010_SAVE" class="btn btn-success btn-sm SAB"><i class="glyphicon glyphicon-ok"></i> 저장</button>
13 13
 				</div>				
14 14
 			</div>
15 15
 			<div class="itp_det_in">
16
-				<div id="ITP_AJAX_OPERATION01010_LIST_CONTAINER">
16
+				<div id="ITP_AJAX_OPER01010_LIST_CONTAINER">
17 17
 					<div class="itp_lg_form itp_type1 fix">
18 18
 						<div class="itp_srh_border fix">
19 19
 							<div class="col-xs-12">
@@ -33,22 +33,22 @@
33 33
 									</div>
34 34
 									<div class="form-group">
35 35
 										<div class="col-xs-2 itp_ip itp_noMar">
36
-											<select id="ITP_FORM_OPERATION01010_SERVICE_ST_DT" class="form-control itp_input" name="serviceStDt">
36
+											<select id="ITP_FORM_OPER01010_SERVICE_ST_DT" class="form-control itp_input" name="serviceStDt">
37 37
 												<option value="">가입일</option>											
38 38
 											</select>
39 39
 										</div>
40 40
 										<div class="col-xs-3 itp_ip">
41 41
 											<div class="input-daterange input-group date">
42
-												<input type="text" id="ITP_FORM_OPERATION01010_SEARCH_FROM_DT" class="form-control itp_input" name="fromDt" value="" readonly>
42
+												<input type="text" id="ITP_FORM_OPER01010_SEARCH_FROM_DT" class="form-control itp_input" name="fromDt" value="" readonly>
43 43
 												<span class="input-group-addon itp_date_to">~</span>
44
-												<input type="text" id="ITP_FORM_OPERATION01010_SEARCH_TO_DT" class="form-control itp_input" name="toDt" value="" readonly>
44
+												<input type="text" id="ITP_FORM_OPER01010_SEARCH_TO_DT" class="form-control itp_input" name="toDt" value="" readonly>
45 45
 											</div>
46 46
 										</div>
47 47
 										<div class="col-xs-2 itp_ip">
48
-										<input type="text" id="ITP_FORM_OPERATION01010_SEARCH_USER_NM" class="form-control itp_input" name="suserNm" placeholder="아이디/성명 검색" />
48
+										<input type="text" id="ITP_FORM_OPER01010_SEARCH_USER_NM" class="form-control itp_input" name="suserNm" placeholder="아이디/성명 검색" />
49 49
 										</div>
50 50
 										<div class="col-xs-2 itp_ip itp_noMar">
51
-											<select id="ITP_FORM_OPERATION01010_SEARCH_USER_STAT_CD" class="form-control itp_input" name="suserStatCd"></select>
51
+											<select id="ITP_FORM_OPER01010_SEARCH_USER_STAT_CD" class="form-control itp_input" name="suserStatCd"></select>
52 52
 										</div>									
53 53
 									</div>
54 54
 								</form>
@@ -56,20 +56,20 @@
56 56
 						</div>
57 57
 					</div>
58 58
 					<div class="itp_table fix">
59
-						<div id="ITP_OPERATION01010_jqGrid_list" class="itp_tb_list itp_gType1" data-total-cnt="${totalCnt}">
60
-							<div id="ITP_OPERATION01010_jqGridView" class="itp_views fix"></div>
61
-							<table id="ITP_OPERATION01010_jqGrid"></table>
62
-							<div id="ITP_OPERATION01010_jqGridPager"></div>
63
-							<div id="ITP_OPERATION01010_jqGridEmpty" class="itp_no_data"></div>
59
+						<div id="ITP_OPER01010_jqGrid_list" class="itp_tb_list itp_gType1" data-total-cnt="${totalCnt}">
60
+							<div id="ITP_OPER01010_jqGridView" class="itp_views fix"></div>
61
+							<table id="ITP_OPER01010_jqGrid"></table>
62
+							<div id="ITP_OPER01010_jqGridPager"></div>
63
+							<div id="ITP_OPER01010_jqGridEmpty" class="itp_no_data"></div>
64 64
 						</div>
65 65
 					</div>
66 66
 				</div>
67
-				
68
-				<div id="ITP_AJAX_OPERATION01010_DETAIL_CONTAINER">
67
+
68
+				<div id="ITP_AJAX_OPER01010_DETAIL_CONTAINER">
69 69
 					<div class="itp_form itp_type1 fix">
70 70
 						<div class="col-xs-12">
71
-							<form id="ITP_FORM_OPERATION01010_DETAIL" class="form-horizontal">
72
-								<input type="hidden" id="ITP_FORM_OPERATION01010_DETAIL_VIEW_CD" name="viewCd" value="C">
71
+							<form id="ITP_FORM_OPER01010_DETAIL" class="form-horizontal">
72
+								<input type="hidden" id="ITP_FORM_OPER01010_DETAIL_VIEW_CD" name="viewCd" value="C">
73 73
 								<section class="itp_form_sec">
74 74
 									<!-- <h4 class="itp_form_tit">사용자정보 현재 테스트중</h4> -->
75 75
 									<div class="itp_form_in">
@@ -94,13 +94,13 @@
94 94
 											<label class="col-xs-2 itp_lb">사용자명</label>
95 95
 											<div class="col-xs-4 itp_ip">
96 96
 												<div class="col-xs-5 itp_in">
97
-													<input type="text" id="ITP_FORM_OPERATION01010_DETAIL_USER_NM" class="form-control itp_input" name="userNm" value="" maxlength="40">
97
+													<input type="text" id="ITP_FORM_OPER01010_DETAIL_USER_NM" class="form-control itp_input" name="userNm" value="" maxlength="40">
98 98
 												</div>
99 99
 											</div>
100 100
 											<label class="col-xs-2 itp_lb">상태</label>
101 101
 											<div class="col-xs-4 itp_ip">
102 102
 												<div class="col-xs-5 itp_in">
103
-													<select id="ITP_FORM_OPERATION01010_DETAIL_USER_STAT_CD" class="form-control itp_input" name="userStatCd">
103
+													<select id="ITP_FORM_OPER01010_DETAIL_USER_STAT_CD" class="form-control itp_input" name="userStatCd">
104 104
 													<option value=""></option>
105 105
 													</select>
106 106
 												</div>
@@ -111,9 +111,9 @@
111 111
 											<div class="col-xs-4 itp_ip">
112 112
 												<div class="col-xs-6 itp_in">
113 113
 													<div class="input-group">
114
-													<input type="text" id="ITP_FORM_OPERATION01010_DETAIL_USER_ID" class="form-control itp_input" name="userId" value="" maxlength="20" readonly>
114
+													<input type="text" id="ITP_FORM_OPER01010_DETAIL_USER_ID" class="form-control itp_input" name="userId" value="" maxlength="20" readonly>
115 115
 													<span class="input-group-btn">
116
-														<button id="ITP_FORM_OPERATION01010_DETAIL_DUP" class="btn btn-default btn-sm itp_btn SHOW" type="button" disabled><i class="glyphicon glyphicon-ok"></i></button>
116
+														<button id="ITP_FORM_OPER01010_DETAIL_DUP" class="btn btn-default btn-sm itp_btn SHOW" type="button" disabled><i class="glyphicon glyphicon-ok"></i></button>
117 117
 													</span>
118 118
 													</div>
119 119
 												</div>
@@ -127,14 +127,14 @@
127 127
 											<label class="col-xs-2 itp_lb">비밀번호</label>
128 128
 											<div class="col-xs-4 itp_ip">
129 129
 												<div class="col-xs-5 itp_in">
130
-													<input type="password" id="ITP_FORM_OPERATION01010_DETAIL_USER_PW" class="form-control itp_input" name="userPw" value="">																								
130
+													<input type="password" id="ITP_FORM_OPER01010_DETAIL_USER_PW" class="form-control itp_input" name="userPw" value="">
131 131
 												</div>
132
-												<button type="button" id="ITP_BTN_OPERATION01010_RESET_PW" class="btn btn-danger btn-xs PWC" style="margin: 3px 0px 0px 3px;">비밀번호 초기화</button>
132
+												<button type="button" id="ITP_BTN_OPER01010_RESET_PW" class="btn btn-danger btn-xs PWC" style="margin: 3px 0px 0px 3px;">비밀번호 초기화</button>
133 133
 											</div>
134 134
 											<label class="col-xs-2 itp_lb">핸드폰번호</label>
135 135
 											<div class="col-xs-4 itp_ip">
136 136
 												<div class="col-xs-5 itp_in">
137
-													<input type="text" id="ITP_FORM_OPERATION01010_DETAIL_TEL_NO" class="form-control itp_input" name="telNo" value="">
137
+													<input type="text" id="ITP_FORM_OPER01010_DETAIL_TEL_NO" class="form-control itp_input" name="telNo" value="">
138 138
 												</div>
139 139
 											</div>
140 140
 										</div>
@@ -142,13 +142,13 @@
142 142
 											<label class="col-xs-2 itp_lb">비밀번호 확인</label>
143 143
 											<div class="col-xs-4 itp_ip">
144 144
 												<div class="col-xs-5 itp_in">
145
-													<input type="password" id="ITP_FORM_OPERATION01010_DETAIL_USER_PW_CONFIRM" class="form-control itp_input" value="">
145
+													<input type="password" id="ITP_FORM_OPER01010_DETAIL_USER_PW_CONFIRM" class="form-control itp_input" value="">
146 146
 												</div>
147 147
 											</div>
148 148
 											<label class="col-xs-2 itp_lb">이메일</label>
149 149
 											<div class="col-xs-4 itp_ip">
150 150
 												<div class="col-xs-5 itp_in">
151
-													<input type="text" id="ITP_FORM_OPERATION01010_DETAIL_EMAIL" class="form-control itp_input" name="email" value="">
151
+													<input type="text" id="ITP_FORM_OPER01010_DETAIL_EMAIL" class="form-control itp_input" name="email" value="">
152 152
 												</div>
153 153
 											</div>
154 154
 										</div>
@@ -161,37 +161,37 @@
161 161
 											<div class="col-xs-4 itp_ip">
162 162
 												<div class="col-xs-5 itp_in fnLastLoginDt"></div>
163 163
 											</div>
164
-										</div>									
164
+										</div>
165 165
 									</div>
166
-								</section>								
166
+								</section>
167 167
 							</form>
168 168
 						</div>
169 169
 					</div>
170
-					
170
+
171 171
 					<div class="itp_table fix">
172 172
 						<div class="itp_table_head fix">
173 173
 							<!-- <h4 class="itp_table_tit">* 권한정보</h4> -->
174 174
 							<div class="pull-right itp_cicon">
175
-								<button type="button" id="ITP_BTN_OPERATION01010_DETAIL_ADDROW" class="btn btn-primary btn-sm ADB" style="display: inline-block;"><i class="glyphicon glyphicon-plus"></i> 추가</button>
176
-								<button type="button" id="ITP_BTN_OPERATION01010_DETAIL_DELROW" class="btn btn-danger btn-sm DEB"><i class="glyphicon glyphicon-remove"></i> 삭제</button>									
175
+								<button type="button" id="ITP_BTN_OPER01010_DETAIL_ADDROW" class="btn btn-primary btn-sm ADB" style="display: inline-block;"><i class="glyphicon glyphicon-plus"></i> 추가</button>
176
+								<button type="button" id="ITP_BTN_OPER01010_DETAIL_DELROW" class="btn btn-danger btn-sm DEB"><i class="glyphicon glyphicon-remove"></i> 삭제</button>
177 177
 							</div>
178 178
 						</div>
179
-						
180
-						<div id="ITP_OPERATION01010_DETAIL_jqGrid_list" class="itp_tb_list">
181
-							<div id="ITP_OPERATION01010_DETAIL_jqGridView" class="itp_views fix"></div>
182
-							<table id="ITP_OPERATION01010_DETAIL_jqGrid"></table>
183
-							<div id="ITP_OPERATION01010_DETAIL_jqGridPager"></div>
184
-							<div id="ITP_OPERATION01010_DETAIL_jqGridEmpty" class="itp_no_data"></div>
179
+
180
+						<div id="ITP_OPER01010_DETAIL_jqGrid_list" class="itp_tb_list">
181
+							<div id="ITP_OPER01010_DETAIL_jqGridView" class="itp_views fix"></div>
182
+							<table id="ITP_OPER01010_DETAIL_jqGrid"></table>
183
+							<div id="ITP_OPER01010_DETAIL_jqGridPager"></div>
184
+							<div id="ITP_OPER01010_DETAIL_jqGridEmpty" class="itp_no_data"></div>
185 185
 						</div>
186 186
 					</div>
187 187
 				</div>
188
-				<div id="ITP_AJAX_OPERATION01010_VIEW_CONTAINER">
188
+				<div id="ITP_AJAX_OPER01010_VIEW_CONTAINER">
189 189
 					<div class="itp_form itp_type1 fix">
190 190
 						<div class="col-xs-12">
191
-							<form id="ITP_FORM_OPERATION01010_VIEW" class="form-horizontal">
192
-								<input type="hidden" id="ITP_FORM_OPERATION01010_VIEW_VIEW_CD" name="viewCd" value="R">
193
-								<input type="hidden" id="ITP_FORM_OPERATION01010_VIEW_USER_ID" name="userId" value="">
194
-					
191
+							<form id="ITP_FORM_OPER01010_VIEW" class="form-horizontal">
192
+								<input type="hidden" id="ITP_FORM_OPER01010_VIEW_VIEW_CD" name="viewCd" value="R">
193
+								<input type="hidden" id="ITP_FORM_OPER01010_VIEW_USER_ID" name="userId" value="">
194
+
195 195
 								<section class="itp_form_sec">
196 196
 									<h4 class="itp_form_tit">사용자정보</h4>
197 197
 									<div class="itp_form_in">
@@ -234,25 +234,25 @@
234 234
 											<div class="col-xs-4 itp_ip">
235 235
 												<div class="col-xs-5 itp_in fnLastLoginDt"></div>
236 236
 											</div>
237
-										</div>									
237
+										</div>
238 238
 									</div>
239
-								</section>								
239
+								</section>
240 240
 							</form>
241 241
 						</div>
242 242
 					</div>
243
-					
243
+
244 244
 					<div class="itp_table fix">
245 245
 						<div class="itp_table_head fix">
246 246
 							<h4 class="itp_table_tit">*권한정보</h4>
247 247
 						</div>
248
-						
249
-						<div id="ITP_OPERATION01010_VIEW_jqGrid_list" class="itp_tb_list">
250
-							<div id="ITP_OPERATION01010_VIEW_jqGridView" class="itp_views fix"></div>
251
-							<table id="ITP_OPERATION01010_VIEW_jqGrid"></table>
252
-							<div id="ITP_OPERATION01010_VIEW_jqGridPager"></div>
253
-							<div id="ITP_OPERATION01010_VIEW_jqGridEmpty" class="itp_no_data"></div>
248
+
249
+						<div id="ITP_OPER01010_VIEW_jqGrid_list" class="itp_tb_list">
250
+							<div id="ITP_OPER01010_VIEW_jqGridView" class="itp_views fix"></div>
251
+							<table id="ITP_OPER01010_VIEW_jqGrid"></table>
252
+							<div id="ITP_OPER01010_VIEW_jqGridPager"></div>
253
+							<div id="ITP_OPER01010_VIEW_jqGridEmpty" class="itp_no_data"></div>
254 254
 						</div>
255
-					</div>					
255
+					</div>
256 256
 				</div>
257 257
 			</div>
258 258
 		</article>

+ 3 - 1
bin/src/main/webapp/app/oper/OPER02010.html

@@ -23,7 +23,7 @@
23 23
 										<div class="col-xs-2 itp_ip itp_noMar">
24 24
 											<input type="text" name="afflShopNm" id="ITP_FORM_OPER02010_SEARCH_AFFL_SHOP_NM" class="form-control itp_input" placeholder="가맹점명" readonly>
25 25
 										</div>
26
-										<div class="col-xs-2 itp_ip itp_noMar">
26
+										<div class="col-xs-2 itp_ip">
27 27
 											<button type="button" id="ITP_FORM_OPER02010_SEARCH_AFFL_SHOP" class="btn btn-success btn-sm SEB"><i class="glyphicon glyphicon-search"></i></button>
28 28
 											<button type="button" id="ITP_FORM_OPER02010_DELETE_AFFL_SHOP" class="btn btn-primary btn-sm SEB"><i class="glyphicon glyphicon-erase"></i></button>
29 29
 										</div>
@@ -83,6 +83,8 @@
83 83
 											<div class="col-xs-5 itp_ip">
84 84
 												<div class="col-xs-8 itp_in">
85 85
 													<input type="text" name="afflShopNm" id="ITP_FORM_OPER02010_DETAIL_SEARCH_AFFL_SHOP_NM" class="form-control itp_input" placeholder="가맹점명" readonly>
86
+												</div>
87
+												<div class="col-xs-3 itp_in">
86 88
 													<button type="button" id="ITP_FORM_OPER02010_DETAIL_SEARCH_AFFL_SHOP" class="btn btn-success btn-sm SEB"><i class="glyphicon glyphicon-search"></i></button>
87 89
 													<button type="button" id="ITP_FORM_OPER02010_DETAIL_DELETE_AFFL_SHOP" class="btn btn-primary btn-sm SEB"><i class="glyphicon glyphicon-erase"></i></button>
88 90
 												</div>

+ 20 - 42
bin/src/main/webapp/app/pomng/POMNG02010.html

@@ -19,7 +19,11 @@
19 19
 							<div class="col-xs-12">
20 20
 								<form id="ITP_FORM_POMNG02010_SEARCH" class="form-horizontal">
21 21
 									<div class="form-group">
22
-										<label class="col-xs-1" style="width:10%; top:5px;">구매요청일</label>
22
+										<div class="col-xs-2 itp_ip itp_noMar">
23
+											<select id="ITP_FORM_POMNG04010_SEARCH_PCH_REQ_DT" class="form-control itp_input" name="PCH_REQ_DT">
24
+												<option value="A">구매요청일</option>											
25
+											</select>
26
+										</div>										
23 27
 										<div class="col-xs-3 itp_ip itp_noMar">
24 28
 											<div class="input-daterange input-group date">
25 29
 												<input type="text" id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_DT" class="form-control itp_input" name="PCH_REQ_DT" value="">
@@ -32,7 +36,7 @@
32 36
 										</div>
33 37
 										<div class="col-xs-2 itp_in" style="padding-left: 5px;">
34 38
 											<button type="button" id="ITP_BTN_POMNG02010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
35
-											<button type="button" id="ITP_BTN_POMNG02010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i></button>
39
+											<button type="button" id="ITP_BTN_POMNG02010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
36 40
 						                </div>
37 41
 									</div>
38 42
 									<div class="form-group" style="padding-top: 10px; border-top: 1px dotted #ccc;">
@@ -400,62 +404,36 @@
400 404
 											 </tbody>
401 405
 											 <tbody class="check">
402 406
 												 <tr>
403
-													<td>
404
-													
405
-													</td>
407
+													<td></td>
406 408
 													<td>
407 409
 								    					<div id="ITP_FORM_POMNG02010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO"></div>
408 410
 													</td>
409 411
 													<td>
410 412
 								    					<div id="ITP_FORM_POMNG02010_ITEM_NM" name="ITEM_NM"></div>
411 413
 													</td>
412
-													<td>
413
-																											
414
-													</td>
415
-													<td>
416
-													
417
-													</td>
418
-													<td>
419
-													
420
-													</td>
421
-													<td>
422
-													
423
-													<td>
424
-													
425
-													</td>
426
-													<td>
427
-													
428
-													</td>
414
+													<td></td>
415
+													<td></td>
416
+													<td></td>
417
+													<td></td>
418
+													<td></td>
419
+													<td></td>
429 420
 												 </tr>
430 421
 											 </tbody>
431 422
 											 <tbody class="check">
432 423
 												 <tr>
433
-													<td>
434
-													
435
-													</td>
424
+													<td></td>
436 425
 													<td>
437 426
 								    					<div id="ITP_FORM_POMNG02010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO"></div>
438 427
 													</td>
439 428
 													<td>
440 429
 								    					<div id="ITP_FORM_POMNG02010_ITEM_NM" name="ITEM_NM"></div>
441 430
 													</td>
442
-													<td>
443
-																											
444
-													</td>
445
-													<td>
446
-													
447
-													</td>
448
-													<td>
449
-													
450
-													</td>
451
-													<td>
452
-													
453
-													<td>
454
-													
455
-													</td>
456
-													<td>
457
-													
458
-													</td>
431
+													<td></td>
432
+													<td></td>
433
+													<td></td>
434
+													<td></td>
435
+													<td></td>
436
+													<td></td>
459 437
 												 </tr>
460 438
 											 </tbody>
461 439
 										 </table>

+ 11 - 7
bin/src/main/webapp/app/pomng/POMNG03010.html

@@ -18,12 +18,16 @@
18 18
 							<div class="col-xs-12">
19 19
 								<form id="ITP_FORM_POMNG03010_SEARCH" class="form-horizontal">
20 20
 									<div class="form-group">
21
-										<label class="col-xs-1" style="width:11%; top:5px;">납기요청일 *</label>
21
+										<div class="col-xs-2 itp_ip itp_noMar">
22
+											<select id="ITP_FORM_POMNG04010_SEARCH_DLV_REQ_DT" class="form-control itp_input" name="DLV_REQ_DT">
23
+												<option value="A">납기요청일*</option>											
24
+											</select>
25
+										</div>											
22 26
 										<div class="col-xs-3 itp_ip itp_noMar">
23 27
 											<div class="input-daterange input-group date">
24
-												<input type="text" id="ITP_FORM_POMNG03010_SEARCH_PCH_REQ_DT" class="form-control itp_input" name="PCH_REQ_DT" value="">
28
+												<input type="text" id="ITP_FORM_POMNG03010_SEARCH_" class="form-control itp_input" name="" value="">
25 29
 												<span class="input-group-addon itp_date_to">~</span>
26
-												<input type="text" id="ITP_FORM_POMNG03010_SEARCH_PCH_REQ_DT" class="form-control itp_input" name="PCH_REQ_DT" value="">
30
+												<input type="text" id="ITP_FORM_POMNG03010_SEARCH_" class="form-control itp_input" name="" value="">
27 31
 											</div>
28 32
 										</div>
29 33
 									</div>
@@ -33,14 +37,14 @@
33 37
 										</div>
34 38
 										<div class="col-xs-1 itp_in" style="padding:0px; width:8%;">
35 39
 											<button type="button" id="ITP_BTN_POMNG03010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
36
-											<button type="button" id="ITP_BTN_POMNG03010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i></button>
40
+											<button type="button" id="ITP_BTN_POMNG03010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
37 41
 						                </div>
38 42
 										<div class="col-xs-2 itp_ip itp_noMar">
39 43
 											<input type="text" id="ITP_FORM_POMNG03010_SEARCH_DLV_PLACE" class="form-control itp_input" name="DLV_PLACE" value="매장/창고" />
40 44
 										</div>
41 45
 										<div class="col-xs-1 itp_in" style="padding:0px; width:10%;">
42 46
 											<button type="button" id="ITP_BTN_POMNG03010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
43
-											<button type="button" id="ITP_BTN_POMNG03010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i></button>
47
+											<button type="button" id="ITP_BTN_POMNG03010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
44 48
 						                </div>
45 49
 										<div class="col-xs-4 itp_ip itp_noMar">
46 50
 											<input type="text" id="ITP_FORM_POMNG03010_SEARCH_ITEM_NM" class="form-control itp_input" name="ITEM_NM" placeholder="품목번호 or 품목명" />
@@ -340,7 +344,7 @@
340 344
 												</div>
341 345
 												<div class="col-xs-4 itp_in" style="padding-left: 3px;">
342 346
 													<button type="button" id="ITP_BTN_POMNG03010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
343
-													<button type="button" id="ITP_BTN_POMNG03010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i></button>
347
+													<button type="button" id="ITP_BTN_POMNG03010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
344 348
 								                </div>
345 349
 											</div>
346 350
 											<label class="col-xs-2 itp_lb">발주일자</label>
@@ -356,7 +360,7 @@
356 360
 												</div>
357 361
 												<div class="col-xs-4 itp_in" style="padding-left: 3px;">
358 362
 													<button type="button" id="ITP_BTN_POMNG03010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
359
-													<button type="button" id="ITP_BTN_POMNG03010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i></button>
363
+													<button type="button" id="ITP_BTN_POMNG03010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
360 364
 								                </div>
361 365
 												</div>
362 366
 											<label class="col-xs-2 itp_lb">발주 총 금액</label>

+ 21 - 17
bin/src/main/webapp/app/pomng/POMNG04010.html

@@ -18,7 +18,11 @@
18 18
 							<div class="col-xs-12">
19 19
 								<form id="ITP_FORM_POMNG04010_SEARCH" class="form-horizontal">
20 20
 									<div class="form-group">
21
-										<label class="col-xs-1" style="width:11%; top:5px;">발주일자 *</label>
21
+										<div class="col-xs-2 itp_ip itp_noMar">
22
+											<select id="ITP_FORM_POMNG04010_SEARCH_ class="form-control itp_input" name="">
23
+												<option value="A">발주일자*</option>											
24
+											</select>
25
+										</div>										
22 26
 										<div class="col-xs-3 itp_ip itp_noMar">
23 27
 											<div class="input-daterange input-group date">
24 28
 												<input type="text" id="ITP_FORM_POMNG04010_SEARCH_PCH_REQ_DT" class="form-control itp_input" name="PCH_REQ_DT" value="">
@@ -38,14 +42,14 @@
38 42
 										</div>
39 43
 										<div class="col-xs-1 itp_in" style="padding: 0px; width:8%;">
40 44
 											<button type="button" id="ITP_BTN_POMNG04010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
41
-											<button type="button" id="ITP_BTN_POMNG04010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i></button>
45
+											<button type="button" id="ITP_BTN_POMNG04010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
42 46
 						                </div>
43 47
 										<div class="col-xs-2 itp_ip itp_noMar">
44 48
 											<input type="text" id="ITP_FORM_POMNG04010_SEARCH_DLV_PLACE" class="form-control itp_input" name="DLV_PLACE" value="매장/창고" />
45 49
 										</div>
46 50
 										<div class="col-xs-1 itp_in" style="padding: 0px; width:10%;">
47 51
 											<button type="button" id="ITP_BTN_POMNG04010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
48
-											<button type="button" id="ITP_BTN_POMNG04010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i></button>
52
+											<button type="button" id="ITP_BTN_POMNG04010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
49 53
 						                </div>
50 54
 										<div class="col-xs-4 itp_ip itp_noMar">
51 55
 											<input type="text" id="ITP_FORM_POMNG04010_SEARCH_ITEM_NM" class="form-control itp_input" name="ITEM_NM" placeholder="품목번호 or 품목명" />
@@ -198,28 +202,28 @@
198 202
 														<input type="checkbox" style="width:20px; height:17px;">
199 203
 													</td>
200 204
 													<td>
201
-								    					<div id="ITP_FORM_POMNGO4010_" name="">0010</div>
205
+								    					<div id="ITP_FORM_POMNG04010_" name="">0010</div>
202 206
 													</td>
203 207
 													<td>
204
-								    					<div id="ITP_FORM_POMNGO4010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022001</div>
208
+								    					<div id="ITP_FORM_POMNG04010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022001</div>
205 209
 													</td>
206 210
 													<td>
207
-								    					<div id="ITP_FORM_POMNGO4010_ITEM_NM" name="ITEM_NM">A품목</div>
211
+								    					<div id="ITP_FORM_POMNG04010_ITEM_NM" name="ITEM_NM">A품목</div>
208 212
 													</td>
209 213
 													<td>
210
-								    					<div id="ITP_FORM_POMNGO4010_" name="">1</div>
214
+								    					<div id="ITP_FORM_POMNG04010_" name="">1</div>
211 215
 													</td>
212 216
 													<td>
213
-								    					<div id="ITP_FORM_POMNGO4010_" name="">100,000</div>
217
+								    					<div id="ITP_FORM_POMNG04010_" name="">100,000</div>
214 218
 													</td>
215 219
 													<td>
216
-								    					<div id="ITP_FORM_POMNGO4010_UNIT" name="UNIT">EA</div>
220
+								    					<div id="ITP_FORM_POMNG04010_UNIT" name="UNIT">EA</div>
217 221
 													</td>
218 222
 													<td>
219 223
 														<input type="text" id="ITP_FORM_POMNG04010_STDD_QYT" class="form-control itp_input" name="STDD_QYT" value="10" />
220 224
 													</td>
221 225
 													<td>
222
-								    					<div id="ITP_FORM_POMNGO4010_DLV_REQ_DT" name="DLV_REQ_DT">1,000,000</div>
226
+								    					<div id="ITP_FORM_POMNG04010_DLV_REQ_DT" name="DLV_REQ_DT">1,000,000</div>
223 227
 								    				</td>
224 228
 													<td>
225 229
 														<div class="input-daterange input-group date">
@@ -232,28 +236,28 @@
232 236
 														<input type="checkbox" style="width:20px; height:17px;">
233 237
 													</td>
234 238
 													<td>
235
-								    					<div id="ITP_FORM_POMNGO4010_" name="">0020</div>
239
+								    					<div id="ITP_FORM_POMNG04010_" name="">0020</div>
236 240
 													</td>
237 241
 													<td>
238
-								    					<div id="ITP_FORM_POMNGO4010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022002</div>
242
+								    					<div id="ITP_FORM_POMNG04010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022002</div>
239 243
 													</td>
240 244
 													<td>
241
-								    					<div id="ITP_FORM_POMNGO4010_ITEM_NM" name="ITEM_NM">B품목</div>
245
+								    					<div id="ITP_FORM_POMNG04010_ITEM_NM" name="ITEM_NM">B품목</div>
242 246
 													</td>
243 247
 													<td>
244
-								    					<div id="ITP_FORM_POMNGO4010_" name="">1</div>
248
+								    					<div id="ITP_FORM_POMNG04010_" name="">1</div>
245 249
 													</td>
246 250
 													<td>
247
-								    					<div id="ITP_FORM_POMNGO4010_" name="">10,000</div>
251
+								    					<div id="ITP_FORM_POMNG04010_" name="">10,000</div>
248 252
 													</td>
249 253
 													<td>
250
-								    					<div id="ITP_FORM_POMNGO4010_UNIT" name="UNIT">EA</div>
254
+								    					<div id="ITP_FORM_POMNG04010_UNIT" name="UNIT">EA</div>
251 255
 													</td>
252 256
 													<td>
253 257
 														<input type="text" id="ITP_FORM_POMNG04010_STDD_QYT" class="form-control itp_input" name="STDD_QYT" value="100" />
254 258
 													</td>
255 259
 													<td>
256
-								    					<div id="ITP_FORM_POMNGO4010_DLV_REQ_DT" name="DLV_REQ_DT">1,000,000</div>
260
+								    					<div id="ITP_FORM_POMNG04010_DLV_REQ_DT" name="DLV_REQ_DT">1,000,000</div>
257 261
 								    				</td>
258 262
 													<td>
259 263
 														<div class="input-daterange input-group date">

+ 2 - 147
bin/src/main/webapp/app/pomng/POMNG05010.html

@@ -41,14 +41,14 @@
41 41
 										</div>
42 42
 										<div class="col-xs-1 itp_in" style="width:8%; padding:0px;">
43 43
 											<button type="button" id="ITP_BTN_POMNG05010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
44
-											<button type="button" id="ITP_BTN_POMNG05010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i></button>
44
+											<button type="button" id="ITP_BTN_POMNG05010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
45 45
 						                </div>
46 46
 										<div class="col-xs-2 itp_ip itp_noMar">
47 47
 											<input type="text" id="ITP_FORM_POMNG05010_SEARCH_DLV_PLACE" class="form-control itp_input" name="DLV_PLACE" value="매장/창고" />
48 48
 										</div>
49 49
 										<div class="col-xs-1 itp_in" style="width:11%; padding:0px;">
50 50
 											<button type="button" id="ITP_BTN_POMNG05010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
51
-											<button type="button" id="ITP_BTN_POMNG05010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i></button>
51
+											<button type="button" id="ITP_BTN_POMNG05010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
52 52
 						                </div>
53 53
 										<div class="col-xs-3 itp_ip itp_noMar">
54 54
 											<input type="text" id="ITP_FORM_POMNG05010_SEARCH_ITEM_NM" class="form-control itp_input" name="ITEM_NM" placeholder="품목번호 or 품목명" />
@@ -187,151 +187,6 @@
187 187
 						</table>
188 188
 					</div>
189 189
 				</div>
190
-				<!-- <div id="ITP_AJAX_POMNG05010_LIST_CONTAINER">
191
-					<div class="itp_form itp_type1 fix">
192
-						<div class="col-xs-12">
193
-							<form id="ITP_FORM_POMNG05010_DETAIL" class="form-horizontal">
194
-								<input type="hidden" id="ITP_FORM_POMNG05010_DETAIL_VIEW_CD" name="viewCd" value="C">
195
-					
196
-								<section class="itp_form_sec">
197
-									<h4 class="itp_form_tit">구매발주상세</h4>
198
-									<div class="itp_form_in">	
199
-										<div class="form-group">
200
-											<label class="col-xs-2 itp_lb">브랜드 *</label>
201
-											<div class="col-xs-4 itp_ip BRAND_NM"></div>
202
-											<label class="col-xs-2 itp_lb">발주번호/상태</label>
203
-											<div class="col-xs-4 itp_ip">
204
-												<div class="col-xs-3 itp_in">
205
-													<div class="input-group PCH_PODR_UNQ_NO" style="padding:5px;"></div>
206
-												</div>
207
-												<label class="col-xs-1" style="top:7px;">/</label>
208
-												<div class="col-xs-4 itp_in">
209
-													<div class="input-group PCH_ODR_ST_CD" style="padding:5px;"></div>
210
-												</div>
211
-											</div>
212
-										</div>
213
-									</div>
214
-									<div class="itp_form_in">
215
-										<div class="form-group">
216
-											<label class="col-xs-2 itp_lb">공급업체명</label>
217
-											<div class="col-xs-4 itp_ip SPPLY_NM"></div>
218
-											<label class="col-xs-2 itp_lb">발주일자</label>
219
-											<div class="col-xs-4 itp_ip "></div>
220
-										</div>
221
-									</div>
222
-									<div class="itp_form_in">	
223
-										<div class="form-group">
224
-											<label class="col-xs-2 itp_lb">납품장소</label>
225
-											<div class="col-xs-4 itp_ip DLV_PLACE"></div>
226
-											<label class="col-xs-2 itp_lb">발주 총 금액</label>
227
-											<div class="col-xs-4 itp_ip PODR_AMT"></div>
228
-										</div>
229
-									</div>
230
-									<div class="itp_form_in">	
231
-										<div class="form-group">
232
-											<label class="col-xs-2 itp_lb">발주담당자</label>
233
-											<div class="col-xs-4 itp_ip PODR_MGR_NM"></div>
234
-											<label class="col-xs-2 itp_lb">발주담당자연락처</label>
235
-											<div class="col-xs-4 itp_ip PODR_MGR_TEL_NO"></div>
236
-										</div>
237
-									</div>
238
-									
239
-									<div class="itp_form_in">
240
-										<div class="itp_table_head fix" style="background:#f5f5f5;">
241
-											<h4 class="itp_table_tit">발주 품목</h4>
242
-										</div>
243
-										<table class="table order">
244
-											<thead>
245
-												<tr>
246
-													<th style="width:5%;">선택</th>
247
-													<th style="width:5%;">항번</th>
248
-													<th style="width:10%;">품목번호</th>
249
-													<th style="width:10%;">품목명</th>
250
-													<th style="width:7%;">가격단위</th>
251
-													<th style="width:7%;">단가</th>
252
-													<th style="width:7%;">단위</th>
253
-													<th style="width:8%;">수량</th>
254
-													<th style="width:10%;">발주금액</th>
255
-													<th style="width:10%;">납기요청일</th>
256
-												 </tr>
257
-											 </thead>
258
-											 <tbody class="check">
259
-												 <tr>
260
-													<td>
261
-														<input type="checkbox" style="width:20px; height:17px;">
262
-													</td>
263
-													<td>
264
-								    					<div id="ITP_FORM_POMNG05010_" name="">0010</div>
265
-													</td>
266
-													<td>
267
-								    					<div id="ITP_FORM_POMNG05010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022001</div>
268
-													</td>
269
-													<td>
270
-								    					<div id="ITP_FORM_POMNG05010_ITEM_NM" name="ITEM_NM">A품목</div>
271
-													</td>
272
-													<td>
273
-								    					<div id="ITP_FORM_POMNG05010_" name="">1</div>
274
-													</td>
275
-													<td>
276
-								    					<div id="ITP_FORM_POMNG05010_" name="">100,000</div>
277
-													</td>
278
-													<td>
279
-								    					<div id="ITP_FORM_POMNG05010_UNIT" name="UNIT">EA</div>
280
-													</td>
281
-													<td>
282
-														<input type="text" id="ITP_FORM_POMNG05010_STDD_QYT" class="form-control itp_input" name="STDD_QYT" value="10" />
283
-													</td>
284
-													<td>
285
-								    					<div id="ITP_FORM_POMNG05010_DLV_REQ_DT" name="DLV_REQ_DT">1,000,000</div>
286
-								    				</td>
287
-													<td>
288
-														<div class="input-daterange input-group date">
289
-															<input type="text" id="ITP_FORM_POMNG05010_SEARCH_" class="form-control itp_input" name="" value="2022.10.01">
290
-														</div>
291
-													</td>
292
-												 </tr>
293
-												  <tr>
294
-													<td>
295
-														<input type="checkbox" style="width:20px; height:17px;">
296
-													</td>
297
-													<td>
298
-								    					<div id="ITP_FORM_POMNG05010_" name="">0020</div>
299
-													</td>
300
-													<td>
301
-								    					<div id="ITP_FORM_POMNG05010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022002</div>
302
-													</td>
303
-													<td>
304
-								    					<div id="ITP_FORM_POMNG05010_ITEM_NM" name="ITEM_NM">B품목</div>
305
-													</td>
306
-													<td>
307
-								    					<div id="ITP_FORM_POMNG05010_" name="">1</div>
308
-													</td>
309
-													<td>
310
-								    					<div id="ITP_FORM_POMNG05010_" name="">10,000</div>
311
-													</td>
312
-													<td>
313
-								    					<div id="ITP_FORM_POMNG05010_UNIT" name="UNIT">EA</div>
314
-													</td>
315
-													<td>
316
-														<input type="text" id="ITP_FORM_POMNG05010_STDD_QYT" class="form-control itp_input" name="STDD_QYT" value="100" />
317
-													</td>
318
-													<td>
319
-								    					<div id="ITP_FORM_POMNG05010_DLV_REQ_DT" name="DLV_REQ_DT">1,000,000</div>
320
-								    				</td>
321
-													<td>
322
-														<div class="input-daterange input-group date">
323
-															<input type="text" id="ITP_FORM_POMNG05010_SEARCH_" class="form-control itp_input" name="" value="2022.10.01">
324
-														</div>
325
-													</td>
326
-												 </tr>
327
-											 </tbody>
328
-										 </table>
329
-									</div>
330
-								</section>												
331
-							</form>
332
-						</div>
333
-					</div>
334
-				</div> -->
335 190
 			</div>
336 191
 		</article>
337 192
 	</div>

+ 7 - 3
bin/src/main/webapp/app/pomng/POMNG06010.html

@@ -17,7 +17,11 @@
17 17
 							<div class="col-xs-12">
18 18
 								<form id="ITP_FORM_POMNG06010_SEARCH" class="form-horizontal">
19 19
 									<div class="form-group">
20
-										<label class="col-xs-1" style="width:11%; top:5px;">납품예정일 *</label>
20
+										<div class="col-xs-2 itp_ip itp_noMar">
21
+											<select id="ITP_FORM_POMNG06010_SEARCH_DLV_SCH_DT" class="form-control itp_input" name="DLV_SCH_DT">
22
+												<option value="A">납품예정일*</option>											
23
+											</select>
24
+										</div>										
21 25
 										<div class="col-xs-3 itp_ip itp_noMar">
22 26
 											<div class="input-daterange input-group date">
23 27
 												<input type="text" id="ITP_FORM_POMNG06010_SEARCH_PCH_REQ_DT" class="form-control itp_input" name="PCH_REQ_DT" value="">
@@ -35,14 +39,14 @@
35 39
 										</div>
36 40
 										<div class="col-xs-1 itp_in" style="padding: 0px; width:8%;">
37 41
 											<button type="button" id="ITP_BTN_POMNG06010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
38
-											<button type="button" id="ITP_BTN_POMNG06010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i></button>
42
+											<button type="button" id="ITP_BTN_POMNG03010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
39 43
 														</div>
40 44
 										<div class="col-xs-2 itp_ip itp_noMar">
41 45
 											<input type="text" id="ITP_FORM_POMNG06010_SEARCH_DLV_PLACE" class="form-control itp_input" name="DLV_PLACE" value="매장/창고" />
42 46
 										</div>
43 47
 										<div class="col-xs-1 itp_in" style="padding: 0px; width:10%;">
44 48
 											<button type="button" id="ITP_BTN_POMNG06010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
45
-											<button type="button" id="ITP_BTN_POMNG06010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i></button>
49
+											<button type="button" id="ITP_BTN_POMNG03010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
46 50
 														</div>
47 51
 										<div class="col-xs-4 itp_ip itp_noMar">
48 52
 											<input type="text" id="ITP_FORM_POMNG06010_SEARCH_ITEM_NM" class="form-control itp_input" name="ITEM_NM" placeholder="품목번호 or 품목명" />

+ 9 - 5
bin/src/main/webapp/app/pomng/POMNG07010.html

@@ -14,12 +14,16 @@
14 14
 							<div class="col-xs-12">
15 15
 								<form id="ITP_FORM_POMNG07010_SEARCH" class="form-horizontal">
16 16
 									<div class="form-group">
17
-										<label class="col-xs-1" style="width:11%; top:5px;">입고일 *</label>
17
+										<div class="col-xs-2 itp_ip itp_noMar">
18
+											<select id="ITP_FORM_POMNG07010_SEARCH_" class="form-control itp_input" name="">
19
+												<option value="A">입고일*</option>											
20
+											</select>
21
+										</div>											
18 22
 										<div class="col-xs-3 itp_ip itp_noMar">
19 23
 											<div class="input-daterange input-group date">
20
-												<input type="text" id="ITP_FORM_POMNG07010_SEARCH_PCH_REQ_DT" class="form-control itp_input" name="PCH_REQ_DT" value="">
24
+												<input type="text" id="ITP_FORM_POMNG07010_SEARCH_DLV_REQ_DT" class="form-control itp_input" name="DLV_REQ_DT" value="">
21 25
 												<span class="input-group-addon itp_date_to">~</span>
22
-												<input type="text" id="ITP_FORM_POMNG07010_SEARCH_PCH_REQ_DT" class="form-control itp_input" name="PCH_REQ_DT" value="">
26
+												<input type="text" id="ITP_FORM_POMNG07010_SEARCH_DLV_CMPLT_DT" class="form-control itp_input" name="DLV_CMPLT_DT" value="">
23 27
 											</div>
24 28
 										</div>
25 29
 										<div class="col-xs-2 itp_ip itp_noMar" style="width:15.4%"></div>
@@ -33,14 +37,14 @@
33 37
 										</div>
34 38
 										<div class="col-xs-1 itp_in" style="padding: 0px; width:8%;">
35 39
 											<button type="button" id="ITP_BTN_POMNG07010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
36
-											<button type="button" id="ITP_BTN_POMNG07010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i></button>
40
+											<button type="button" id="ITP_BTN_POMNG07010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
37 41
 														</div>
38 42
 										<div class="col-xs-2 itp_ip itp_noMar">
39 43
 											<input type="text" id="ITP_FORM_POMNG07010_SEARCH_DLV_PLACE" class="form-control itp_input" name="DLV_PLACE" value="매장/창고" />
40 44
 										</div>
41 45
 										<div class="col-xs-1 itp_in" style="padding: 0px; width:10%;">
42 46
 											<button type="button" id="ITP_BTN_POMNG07010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
43
-											<button type="button" id="ITP_BTN_POMNG07010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i></button>
47
+											<button type="button" id="ITP_BTN_POMNG07010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
44 48
 														</div>
45 49
 										<div class="col-xs-4 itp_ip itp_noMar">
46 50
 											<input type="text" id="ITP_FORM_POMNG07010_SEARCH_ITEM_NM" class="form-control itp_input" name="ITEM_NM" placeholder="품목번호 or 품목명" />

+ 37 - 82
bin/src/main/webapp/app/rtnmng/RTNMNG01010.html

@@ -4,7 +4,7 @@
4 4
 			<div class="itp_det_head fix">
5 5
 				<h2 class="pull-left itp_det_tit"><i class="glyphicon glyphicon-chevron-right"></i><strong>반품 요청</strong></h2>
6 6
 				<div class="pull-right itp_cicon">
7
-					<button type="button" id="ITP_BTN_RTNMNG01010_SRH" class="btn btn-primary btn-sm REQ" style="display: inline-block;"><i class="glyphicon "></i>&nbsp;&nbsp;요청&nbsp;&nbsp;</button>
7
+					<button type="button" id="ITP_BTN_RTNMNG01010_REQ" class="btn btn-primary btn-sm REQ" style="display: inline-block;"><i class="glyphicon "></i>&nbsp;&nbsp;요청&nbsp;&nbsp;</button>
8 8
 				</div>
9 9
 			</div>
10 10
 			<div class="itp_det_in">
@@ -28,17 +28,17 @@
28 28
 											<label class="col-xs-2 itp_lb">반품장소</label>
29 29
 											<div class="col-xs-4 itp_ip">
30 30
 												<div class="col-xs-5 itp_in">
31
-													<input type="text" id="ITP_FORM_POMNG04010_SEARCH_DLV_PLACE" class="form-control itp_input" name="DLV_PLACE" value="매장/창고" />
31
+													<input type="text" id="ITP_FORM_RTNMNG01010_SEARCH_DLV_PLACE" class="form-control itp_input" name="DLV_PLACE" value="매장/창고" />
32 32
 												</div>
33 33
 												<div class="col-xs-4 itp_in" style="padding-left:3px">
34
-													<button type="button" id="ITP_BTN_POMNG04010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
35
-													<button type="button" id="ITP_BTN_POMNG04010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i></button>
34
+													<button type="button" id="ITP_BTN_RTNMNG01010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
35
+													<button type="button" id="ITP_BTN_RTNMNG01010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
36 36
 								                </div>
37 37
 											</div>
38 38
 											<label class="col-xs-2 itp_lb">수거요청일</label>
39 39
 											<div class="col-xs-4 itp_ip">
40
-												<div class="col-xs-4 itp_in input-daterange input-group date">
41
-													<input type="text" id="ITP_FORM_POMNG02010_SEARCH_COL_REQ_DT" class="form-control itp_input" name="COL_REQ_DT" value="">
40
+												<div class="col-xs-5 itp_in input-group date">
41
+													<input type="text" id="ITP_FORM_RTNMNG01010_SEARCH_COL_REQ_DT" class="form-control itp_input" name="COL_REQ_DT" value="">
42 42
 												</div>
43 43
 											</div>
44 44
 										</div>
@@ -66,11 +66,11 @@
66 66
 													<th style="width:17%;">품목번호</th>
67 67
 													<th style="width:18%;">품목명</th>
68 68
 													<th style="width:10%;">단위</th>
69
-													<th style="width:10%;">수량</th>
70
-													<th style="width:10%;">예상구매금액</th>
71
-													<th style="width:10%;">납기요청일</th>
72
-													<th style="width:10%;">납품장소</th>
73
-													<th style="width:10%;">납품장소상세</th>
69
+													<th style="width:10%;">반품수량</th>
70
+													<th style="width:10%;">반품예상금액</th>
71
+													<th style="width:10%;">반품구분</th>
72
+													<th style="width:10%;">사유구분</th>
73
+													<th style="width:10%;">사유</th>
74 74
 												 </tr>
75 75
 											 </thead>
76 76
 											 <tbody class="check">
@@ -79,92 +79,47 @@
79 79
 														<input type="checkbox" style="width:20px; height:17px;">
80 80
 													</td>
81 81
 													<td>
82
-								    					<div id="ITP_FORM_RTNMNG01010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO"></div>
82
+								    					<div id="ITP_FORM_RTNMNG01010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022001</div>
83 83
 													</td>
84 84
 													<td>
85
-								    					<div id="ITP_FORM_RTNMNG01010_ITEM_NM" name="ITEM_NM"></div>
85
+								    					<div id="ITP_FORM_RTNMNG01010_ITEM_NM" name="ITEM_NM">A품목</div>
86 86
 													</td>
87 87
 													<td>
88
-														<select id="ITP_FORM_RTNMNG01010_UNIT" class="form-control itp_input" name="UNIT">
89
-														</select>													
90
-													</td>
91
-													<td>
92
-														<input type="text" id="ITP_FORM_RTNMNG01010_STDD_QYT" class="form-control itp_input" name="STDD_QYT" value="">
93
-													</td>
94
-													<td>
95
-														<input type="text" id="ITP_FORM_RTNMNG01010_" class="form-control itp_input" name="" value="">
96
-													</td>
97
-													<td>
98
-														<div class="input-daterange input-group date itp_in">
99
-															<input type="text" id="ITP_FORM_RTNMNG01010_DLV_REQ_DT" class="form-control itp_input" name="DLV_REQ_DT" value="">
100
-														</div>
101
-													<td>
102
-														<select id="ITP_FORM_RTNMNG01010_DETAIL_BNK_CD" class="form-control itp_input" name="BNK_CD">
103
-														</select>
104
-													</td>
105
-													<td>
106
-														<input type="text" id="ITP_FORM_RTNMNG01010_" class="form-control itp_input" name="" value="">
107
-													</td>
108
-												 </tr>
109
-											 </tbody>
110
-											 <tbody class="check">
111
-												 <tr>
112
-													<td>
113
-													
88
+								    					<div id="ITP_FORM_RTNMNG01010_UNIT" name="UNIT">EA</div>
114 89
 													</td>
115 90
 													<td>
116
-								    					<div id="ITP_FORM_RTNMNG01010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO"></div>
91
+														<input type="text" id="ITP_FORM_RTNMNG01010_RTN_QTY" class="form-control itp_input" name="RTN_QTY" value="10">
117 92
 													</td>
118 93
 													<td>
119
-								    					<div id="ITP_FORM_RTNMNG01010_ITEM_NM" name="ITEM_NM"></div>
120
-													</td>
94
+								    					<div id="ITP_FORM_RTNMNG01010_UNIT" name="UNIT">100,000</div>
121 95
 													<td>
122
-																											
96
+														<select id="ITP_FORM_RTNMNG01010_RTN_DVSN" class="form-control itp_input" name="RTN_DVSN">
97
+														<option value="A">실물반품</option>											
98
+														</select>	
123 99
 													</td>
124 100
 													<td>
125
-													
126
-													</td>
127
-													<td>
128
-													
129
-													</td>
130
-													<td>
131
-													
132
-													<td>
133
-													
101
+														<select id="ITP_FORM_RTNMNG01010_" class="form-control itp_input" name="">
102
+														<option value="A">사유1</option>											
103
+														</select>													
134 104
 													</td>
135 105
 													<td>
136
-													
106
+														<input type="text" id="ITP_FORM_RTNMNG01010_RTN_RSN" class="form-control itp_input" name="RTN_RSN" value="사유내용">
137 107
 													</td>
138 108
 												 </tr>
139
-											 </tbody>
140
-											 <tbody class="check">
141
-												 <tr>
142
-													<td>
143
-													
144
-													</td>
145
-													<td>
146
-								    					<div id="ITP_FORM_RTNMNG01010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO"></div>
147
-													</td>
148
-													<td>
149
-								    					<div id="ITP_FORM_RTNMNG01010_ITEM_NM" name="ITEM_NM"></div>
150
-													</td>
151
-													<td>
152
-																											
153
-													</td>
154
-													<td>
155
-													
156
-													</td>
157
-													<td>
158
-													
159
-													</td>
160
-													<td>
161
-													
162
-													<td>
163
-													
164
-													</td>
165
-													<td>
166
-													
167
-													</td>
109
+									 			  <tr>
110
+													<td></td>					
111
+													<td></td>					
112
+													<td></td>					
113
+													<td></td>					
114
+													<td></td>					
115
+													<td></td>					
116
+													<td></td>					
117
+													<td>
118
+														<select id="ITP_FORM_RTNMNG01010_RTN_DVSN" class="form-control itp_input" name="RTN_DVSN">
119
+														<option value="A">폐기반품</option>											
120
+														</select>	
121
+													</td>
122
+													<td></td>
168 123
 												 </tr>
169 124
 											 </tbody>
170 125
 										 </table>

+ 405 - 0
bin/src/main/webapp/app/rtnmng/RTNMNG02010.html

@@ -0,0 +1,405 @@
1
+<section id="ITP_TAB_RTNMNG02010" class="tab-pane active itp_sec">
2
+	<div class="itp_cont">
3
+		<article class="itp_detail">
4
+			<div class="itp_det_head fix">
5
+				<h2 class="pull-left itp_det_tit"><i class="glyphicon glyphicon-chevron-right"></i> <strong>반품요청 현황</strong></h2>
6
+				<div class="pull-right itp_cicon">
7
+					<button type="button" id="ITP_BTN_RTNMNG02010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon "></i>&nbsp;&nbsp;조회&nbsp;&nbsp;</button>
8
+					<button type="button" id="ITP_BTN_RTNMNG02010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon "></i>&nbsp;&nbsp;수정&nbsp;&nbsp;</button>
9
+					<button type="button" id="ITP_BTN_RTNMNG02010_CANCELLIST" class="btn btn-warning btn-sm REQ"><i class="glyphicon "></i> &nbsp;&nbsp;요청&nbsp;&nbsp;</button>
10
+					<button type="button" id="ITP_BTN_RTNMNG02010_SAVE" class="btn btn-success btn-sm TSA"><i class="glyphicon "></i>&nbsp;&nbsp;임시저장&nbsp;&nbsp;</button>
11
+					<button type="button" id="ITP_BTN_RTNMNG02010_CANCELLIST" class="btn btn-warning btn-sm PRB"><i class="glyphicon "></i> &nbsp;&nbsp;취소/목록&nbsp;&nbsp;</button>
12
+				</div>
13
+			</div>
14
+			<div class="itp_det_in">
15
+				<div id="ITP_AJAX_RTNMNG02010_LIST_CONTAINER">
16
+					<div class="itp_lg_form itp_type1 fix">
17
+						<div class="itp_srh_border fix">
18
+							<div class="col-xs-12">
19
+								<form id="ITP_FORM_RTNMNG02010_SEARCH" class="form-horizontal">
20
+									<div class="form-group">
21
+										<div class="col-xs-2 itp_ip itp_noMar">
22
+											<select id="ITP_FORM_RTNMNG02010_SEARCH_RTN_REQ_DT" class="form-control itp_input" name="RTN_REQ_DT">
23
+												<option value="A">반품요청일</option>											
24
+											</select>
25
+										</div>											
26
+										<div class="col-xs-3 itp_ip itp_noMar">
27
+											<div class="input-daterange input-group date">
28
+												<input type="text" id="ITP_FORM_RTNMNG02010_SEARCH_RTN_REQ_DT" class="form-control itp_input" name="RTN_REQ_DT" value="">
29
+												<span class="input-group-addon itp_date_to">~</span>
30
+												<input type="text" id="ITP_FORM_RTNMNG02010_SEARCH_COL_REQ_DT" class="form-control itp_input" name="COL_REQ_DT" value="">
31
+											</div>
32
+										</div>
33
+									</div>
34
+									<div class="form-group" style="padding-top: 10px; border-top: 1px dotted #ccc;">
35
+										<div class="col-xs-3 itp_ip itp_noMar">
36
+											<input type="text" id="ITP_FORM_RTNMNG02010_SEARCH_" class="form-control itp_input" name="" value="매장/창고 팝업" />
37
+										</div>
38
+										<div class="col-xs-1 itp_in" style="padding-left: 5px; width:10%;">
39
+											<button type="button" id="ITP_BTN_RTNMNG02010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
40
+											<button type="button" id="ITP_BTN_RTNMNG02010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
41
+						                </div>
42
+										<div class="col-xs-2 itp_ip itp_noMar">
43
+											<select id="ITP_FORM_RTNMNG02010_SEARCH_ST_CD" class="form-control itp_input" name="ST_CD">
44
+												<option value="A">상태(대기/요청/접수/반려)</option>											
45
+											</select>
46
+										</div>
47
+										<div class="col-xs-5 itp_ip itp_noMar">
48
+											<input type="text" id="ITP_FORM_RTNMNG02010_SEARCH_ITEM_NM" class="form-control itp_input" name="ITEM_NM" placeholder="품목번호 or 품목명" />
49
+										</div>
50
+									</div>
51
+								</form>
52
+							</div>
53
+						</div>
54
+					</div>
55
+					<div class="itp_table fix">
56
+						<table class="table">
57
+							<thead>
58
+								<tr>
59
+									<th style="width:5%;">선택</th>
60
+									<th style="width:12%;">브랜드</th>
61
+									<th style="width:13%;">반품요청번호</th>
62
+									<th style="width:10%;">상태</th>
63
+									<th style="width:10%;">반품장소</th>
64
+									<th style="width:10%;">반품요청일</th>
65
+									<th style="width:10%;">반품요청금액</th>
66
+									<th style="width:10%;">요청품목수</th>
67
+									<th style="width:10%;">수거요청일자</th>
68
+									<th style="width:10%;">반품요청자</th>
69
+							 	</tr>
70
+						 	</thead>
71
+							<tbody>
72
+							 	<tr>
73
+									<td style="padding:0;"><input type="checkbox" style="width:25px; height:30px"></td>
74
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_BRAND_NM" name="BRAND_NM">테스트브랜드</td>
75
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_RTN_REQ_UNQ_NO" name="RTN_REQ_UNQ_NO"><strong>PR2022001</strong></td>
76
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_ST_CD" name="ST_CD">대기</td>
77
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_RTN_PLACE" name="RTN_PLACE">A매장</td>
78
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_RTN_REQ_DT" name="RTN_REQ_DT">2022.09.01</td>
79
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_" name="">1,000,000</td>
80
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_" name="">10</td>
81
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_COL_REQ_DT" name="COL_REQ_DT">2022.08.20</td>
82
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_" name="">홍길동</td>
83
+							 	</tr>
84
+								<tr>
85
+									<td></td>
86
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_BRAND_NM" name="BRAND_NM"></td>
87
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_RTN_REQ_UNQ_NO" name="RTN_REQ_UNQ_NO"><strong></strong></td>
88
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_ST_CD" name="ST_CD"></td>
89
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_RTN_PLACE" name="RTN_PLACE"></td>
90
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_RTN_REQ_DT" name="RTN_REQ_DT"></td>
91
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_" name=""></td>
92
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_" name=""></td>
93
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_COL_REQ_DT" name="COL_REQ_DT"></td>
94
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_" name=""></td>
95
+								</tr>
96
+								<tr>
97
+									<td></td>
98
+									<th>반려일자</th>
99
+									<th>반려담당자</th>
100
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_ST_CD" name="ST_CD"></td>
101
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_RTN_PLACE" name="RTN_PLACE"></td>
102
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_RTN_REQ_DT" name="RTN_REQ_DT"></td>
103
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_" name=""></td>
104
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_" name=""></td>
105
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_COL_REQ_DT" name="COL_REQ_DT"></td>
106
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_" name=""></td>
107
+								</tr>
108
+								<tr>
109
+									<td></td>
110
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_" name=""></td>
111
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_" name=""></td>
112
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_ST_CD" name="ST_CD"></td>
113
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_RTN_PLACE" name="RTN_PLACE"></td>
114
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_RTN_REQ_DT" name="RTN_REQ_DT"></td>
115
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_" name=""></td>
116
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_" name=""></td>
117
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_COL_REQ_DT" name="COL_REQ_DT"></td>
118
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_" name=""></td>
119
+								</tr>
120
+								<tr>
121
+									<td></td>
122
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_" name=""></td>
123
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_" name=""></td>
124
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_ST_CD" name="ST_CD"></td>
125
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_RTN_PLACE" name="RTN_PLACE"></td>
126
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_RTN_REQ_DT" name="RTN_REQ_DT"></td>
127
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_" name=""></td>
128
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_" name=""></td>
129
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_COL_REQ_DT" name="COL_REQ_DT"></td>
130
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_" name=""></td>
131
+								</tr>
132
+								<tr>
133
+									<td></td>
134
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_" name=""></td>
135
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_" name=""></td>
136
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_ST_CD" name="ST_CD"></td>
137
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_RTN_PLACE" name="RTN_PLACE"></td>
138
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_RTN_REQ_DT" name="RTN_REQ_DT"></td>
139
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_" name=""></td>
140
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_" name=""></td>
141
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_COL_REQ_DT" name="COL_REQ_DT"></td>
142
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_" name=""></td>
143
+								</tr>
144
+							</tbody>
145
+						</table>
146
+					</div>
147
+				</div>
148
+				<div id="ITP_AJAX_RTNMNG02010_LIST_CONTAINER">
149
+					<div class="itp_form itp_type1 fix">
150
+						<div class="col-xs-12">
151
+							<form id="ITP_FORM_RTNMNG02010_DETAIL" class="form-horizontal">
152
+								<input type="hidden" id="ITP_FORM_RTNMNG02010_DETAIL_VIEW_CD" name="viewCd" value="C">
153
+					
154
+								<section class="itp_form_sec">
155
+									<h4 class="itp_form_tit">반품요청정보-상세</h4>
156
+									<div class="itp_form_in">	
157
+										<div class="form-group">
158
+											<label class="col-xs-2 itp_lb">브랜드 *</label>
159
+											<div class="col-xs-4 itp_ip BRAND_NM"></div>
160
+											<label class="col-xs-2 itp_lb">반품번호</label>
161
+											<div class="col-xs-4 itp_ip RTN_REQ_UNQ_NO"></div>
162
+										</div>
163
+									</div>
164
+									<div class="itp_form_in">
165
+										<div class="form-group">
166
+											<label class="col-xs-2 itp_lb">반품장소</label>
167
+											<div class="col-xs-4 itp_ip RTN_PLACE"></div>
168
+											<label class="col-xs-2 itp_lb">반품요청상태</label>
169
+											<div class="col-xs-4 itp_ip RTN_REQ_ST_CD"></div>
170
+										</div>
171
+									</div>
172
+									<div class="itp_form_in">	
173
+										<div class="form-group">
174
+											<label class="col-xs-2 itp_lb">비고</label>
175
+											<div class="col-xs-4 itp_ip">
176
+												<div class="col-xs-3 itp_in">
177
+													<div class="input-group NOTE" style="padding:5px;"></div>
178
+												</div>
179
+											</div>
180
+											<label class="col-xs-2 itp_lb">수거요청일</label>
181
+											<div class="col-xs-4 itp_ip COL_REQ_DT"></div>
182
+										</div>
183
+									</div>
184
+									<div class="itp_form_in">	
185
+										<div class="form-group">
186
+											<label class="col-xs-2 itp_lb">반품일자</label>
187
+											<div class="col-xs-4 itp_ip RTN_REQ_DT"></div>
188
+											<label class="col-xs-2 itp_lb">반려담당자명</label>
189
+											<div class="col-xs-4 itp_ip RTN_REQ_MGR_NM"></div>
190
+										</div>
191
+									</div>
192
+									<div class="itp_form_in">
193
+										<div class="form-group">
194
+											<label class="col-xs-2 itp_lb">반품사유</label>
195
+											<div class="col-xs-10 itp_ip RTN_RSN"></div>
196
+										</div>
197
+									</div>
198
+									<div class="itp_form_in">
199
+										<div class="itp_table_head fix" style="background:#f5f5f5;">
200
+											<h4 class="itp_table_tit">요청 품목</h4>
201
+										</div>
202
+										<table class="table order">
203
+											<thead>
204
+												<tr>
205
+													<th style="width:5%;">선택</th>
206
+													<th style="width:10%;">품목번호</th>
207
+													<th style="width:10%;">품목명</th>
208
+													<th style="width:7%;">단위</th>
209
+													<th style="width:8%;">반품수량</th>
210
+													<th style="width:10%;">반품예상금액</th>
211
+													<th style="width:9%;">반품구분</th>
212
+													<th style="width:10%;">사유구분</th>
213
+													<th style="width:11%;">사유</th>
214
+												 </tr>
215
+											 </thead>
216
+											 <tbody class="check">
217
+												 <tr>
218
+													<td>
219
+														<input type="checkbox" style="width:20px; height:17px;">
220
+													</td>
221
+													<td>
222
+								    					<div id="ITP_FORM_RTNMNG02010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022001</div>
223
+													</td>
224
+													<td>
225
+								    					<div id="ITP_FORM_RTNMNG02010_ITEM_NM" name="ITEM_NM">A품목</div>
226
+													</td>
227
+													<td>
228
+								    					<div id="ITP_FORM_RTNMNG02010_UNIT" name="UNIT">EA</div>
229
+													</td>
230
+													<td>
231
+								    					<div id="ITP_FORM_RTNMNG02010_RTN_QTY" name="RTN_QTY">10</div>
232
+													</td>
233
+													<td>
234
+								    					<div id="ITP_FORM_RTNMNG02010_RTN_AMT" name="RTN_AMT">100,000</div>
235
+													</td>
236
+													<td>
237
+								    					<div id="ITP_FORM_RTNMNG02010_RTN_DVSN" name="RTN_DVSN">폐기반품</div>
238
+								    				</td>
239
+													<td>
240
+								    					<div id="ITP_FORM_RTNMNG02010_RTN_REQ_DVSN" name="RTN_REQ_DVSN">유통기한초과</div>
241
+													</td>
242
+													<td>
243
+								    					<div id="ITP_FORM_RTNMNG02010_RTN_RSN" name="RTN_RSN">유통판매 미진으로</div>
244
+													</td>
245
+												 </tr>
246
+											 </tbody>
247
+											 <tbody class="check">
248
+												 <tr>
249
+													<td></td>
250
+													<td></td>
251
+													<td></td>
252
+													<td></td>
253
+													<td></td>
254
+													<td></td>
255
+													<td></td>
256
+													<td></td>
257
+													<td></td>
258
+												 </tr>
259
+											 </tbody>
260
+											 <tbody class="check">
261
+												 <tr>
262
+													<td></td>
263
+													<td></td>
264
+													<td></td>
265
+													<td></td>
266
+													<td></td>
267
+													<td></td>
268
+													<td></td>
269
+													<td></td>
270
+													<td></td>
271
+												 </tr>
272
+											 </tbody>
273
+										 </table>
274
+									</div>
275
+								</section>												
276
+							</form>
277
+						</div>
278
+					</div>
279
+				</div>
280
+				<div id="ITP_AJAX_RTNMNG02010_LIST_CONTAINER">
281
+					<div class="itp_form itp_type1 fix">
282
+						<div class="col-xs-12">
283
+							<form id="ITP_FORM_RTNMNG02010_DETAIL" class="form-horizontal">
284
+								<input type="hidden" id="ITP_FORM_RTNMNG02010_DETAIL_VIEW_CD" name="viewCd" value="C">
285
+								<section class="itp_form_sec">
286
+									<h4 class="itp_form_tit">반품요청정보</h4>
287
+									<div class="itp_form_in">	
288
+										<div class="form-group">
289
+											<label class="col-xs-2 itp_lb">브랜드 *</label>
290
+											<div class="col-xs-4 itp_ip BRAND_NM"></div>
291
+											<label class="col-xs-2 itp_lb">반품번호</label>
292
+											<div class="col-xs-4 itp_ip PCH_REQ_UNQ_NO"></div>
293
+										</div>
294
+									</div>
295
+									<div class="itp_form_in">	
296
+										<div class="form-group">
297
+											<label class="col-xs-2 itp_lb">반품장소</label>
298
+											<div class="col-xs-4 itp_ip">
299
+												<div class="col-xs-5 itp_in">
300
+													<input type="text" id="ITP_FORM_RTNMNG02010_SEARCH_DLV_PLACE" class="form-control itp_input" name="DLV_PLACE" value="매장/창고" />
301
+												</div>
302
+												<div class="col-xs-4 itp_in" style="padding-left:3px">
303
+													<button type="button" id="ITP_BTN_RTNMNG02010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
304
+													<button type="button" id="ITP_BTN_RTNMNG02010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
305
+																</div>
306
+											</div>
307
+											<label class="col-xs-2 itp_lb">수거요청일</label>
308
+											<div class="col-xs-4 itp_ip">
309
+												<div class="col-xs-5 itp_in input-group date">
310
+													<input type="text" id="ITP_FORM_RTNMNG02010_SEARCH_COL_REQ_DT" class="form-control itp_input" name="COL_REQ_DT" value="">
311
+												</div>
312
+											</div>
313
+										</div>
314
+									</div>
315
+									<div class="itp_form_in">
316
+										<div class="form-group">
317
+											<label class="col-xs-2 itp_lb">비고</label>
318
+											<div class="col-xs-10 itp_ip">
319
+												<input type="text" id="ITP_FORM_RTNMNG02010_SEARCH_NOTE" class="form-control itp_input" name="NOTE" value="" />
320
+											</div>
321
+										</div>
322
+									</div>
323
+									<div class="itp_form_in">
324
+										<div class="itp_table_head fix" style="background:#f5f5f5;">
325
+											<h4 class="itp_table_tit">요청 품목</h4>
326
+											<div class="pull-right itp_cicon">
327
+												<button type="button" id="ITP_BTN_RTNMNG02010_DETAIL_ADDROW" class="btn btn-primary btn-sm ARB" style="display: inline-block;"><i class="glyphicon "></i>&nbsp;&nbsp;품목추가&nbsp;&nbsp;</button>
328
+												<button type="button" id="ITP_BTN_RTNMNG02010_DETAIL_DELROW" class="btn btn-danger btn-sm DRB"><i class="glyphicon "></i>&nbsp;&nbsp;품목삭제&nbsp;&nbsp;</button>
329
+											</div>
330
+										</div>
331
+										<table class="table order">
332
+											<thead>
333
+												<tr>
334
+													<th style="width:5%;">선택</th>
335
+													<th style="width:17%;">품목번호</th>
336
+													<th style="width:18%;">품목명</th>
337
+													<th style="width:10%;">단위</th>
338
+													<th style="width:10%;">반품수량</th>
339
+													<th style="width:10%;">반품예상금액</th>
340
+													<th style="width:10%;">반품구분</th>
341
+													<th style="width:10%;">사유구분</th>
342
+													<th style="width:10%;">사유</th>
343
+												 </tr>
344
+											 </thead>
345
+											 <tbody class="check">
346
+												 <tr>
347
+													<td>
348
+														<input type="checkbox" style="width:20px; height:17px;">
349
+													</td>
350
+													<td>
351
+															<div id="ITP_FORM_RTNMNG02010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022001</div>
352
+													</td>
353
+													<td>
354
+															<div id="ITP_FORM_RTNMNG02010_ITEM_NM" name="ITEM_NM">A품목</div>
355
+													</td>
356
+													<td>
357
+															<div id="ITP_FORM_RTNMNG02010_UNIT" name="UNIT">EA</div>
358
+													</td>
359
+													<td>
360
+														<input type="text" id="ITP_FORM_RTNMNG02010_RTN_QTY" class="form-control itp_input" name="RTN_QTY" value="10">
361
+													</td>
362
+													<td>
363
+															<div id="ITP_FORM_RTNMNG02010_UNIT" name="UNIT">100,000</div>
364
+													<td>
365
+														<select id="ITP_FORM_RTNMNG02010_RTN_DVSN" class="form-control itp_input" name="RTN_DVSN">
366
+														<option value="A">실물반품</option>											
367
+														</select>	
368
+													</td>
369
+													<td>
370
+														<select id="ITP_FORM_RTNMNG02010_" class="form-control itp_input" name="">
371
+														<option value="A">사유1</option>											
372
+														</select>													
373
+													</td>
374
+													<td>
375
+														<input type="text" id="ITP_FORM_RTNMNG02010_RTN_RSN" class="form-control itp_input" name="RTN_RSN" value="사유내용">
376
+													</td>
377
+												 </tr>
378
+													 <tr>
379
+													<td></td>					
380
+													<td></td>					
381
+													<td></td>					
382
+													<td></td>					
383
+													<td></td>					
384
+													<td></td>					
385
+													<td></td>					
386
+													<td>
387
+														<select id="ITP_FORM_RTNMNG02010_RTN_DVSN" class="form-control itp_input" name="RTN_DVSN">
388
+														<option value="A">폐기반품</option>											
389
+														</select>	
390
+													</td>
391
+													<td></td>
392
+												 </tr>
393
+											 </tbody>
394
+										 </table>
395
+									</div>
396
+								</section>												
397
+							</form>
398
+						</div>
399
+					</div>
400
+				</div>		
401
+			</div>
402
+		</article>
403
+	</div>
404
+	<div id="ITP_TAP_JS"></div>
405
+</section>

+ 524 - 0
bin/src/main/webapp/app/rtnmng/RTNMNG03010.html

@@ -0,0 +1,524 @@
1
+<section id="ITP_TAB_RTNMNG03010" class="tab-pane active itp_sec">
2
+	<div class="itp_cont">
3
+		<article class="itp_detail">
4
+			<div class="itp_det_head fix">
5
+				<h2 class="pull-left itp_det_tit"><i class="glyphicon glyphicon-chevron-right"></i> <strong>반품발주 생성-팝업있음</strong></h2>
6
+				<div class="pull-right itp_cicon">
7
+					<button type="button" id="ITP_BTN_RTNMNG03010_SRH" class="btn btn-success btn-sm RQC" style="display: inline-block;"><i class="glyphicon "></i>&nbsp;반품신규생성&nbsp;</button>
8
+					<button type="button" id="ITP_BTN_RTNMNG03010_MODIFY" class="btn btn-success btn-sm RPOC" style="display: inline-block;"><i class="glyphicon "></i> &nbsp;반품발주생성&nbsp;</button>
9
+					<button type="button" id="ITP_BTN_RTNMNG03010_NEWREG" class="btn btn-primary btn-sm RPRJ" style="display: inline-block;"><i class="glyphicon "></i>&nbsp;반품요청 반려&nbsp;</button>
10
+					<button type="button" id="ITP_BTN_RTNMNG03010_CANCELLIST" class="btn btn-warning btn-sm RPO"><i class="glyphicon "></i> &nbsp;&nbsp;반품발주&nbsp;&nbsp;</button>
11
+					<button type="button" id="ITP_BTN_RTNMNG03010_CANCELLIST" class="btn btn-warning btn-sm PRB"><i class="glyphicon "></i> &nbsp;취소/목록&nbsp;</button>
12
+				</div>
13
+			</div>
14
+			<div class="itp_det_in">
15
+				<div id="ITP_AJAX_RTNMNG03010_LIST_CONTAINER">
16
+					<div class="itp_lg_form itp_type1 fix">
17
+						<div class="itp_srh_border fix">
18
+							<div class="col-xs-12">
19
+								<form id="ITP_FORM_RTNMNG03010_SEARCH" class="form-horizontal">
20
+									<div class="form-group">
21
+										<div class="col-xs-2 itp_ip itp_noMar">
22
+											<select id="ITP_FORM_RTNMNG03010_SEARCH_RTN_REQ_DT" class="form-control itp_input" name="RTN_REQ_DT">
23
+												<option value="A">반품요청일*</option>											
24
+											</select>
25
+										</div>											
26
+										<div class="col-xs-3 itp_ip itp_noMar">
27
+											<div class="input-daterange input-group date">
28
+												<input type="text" id="ITP_FORM_RTNMNG03010_SEARCH_RTN_REQ_DT" class="form-control itp_input" name="RTN_REQ_DT" value="">
29
+												<span class="input-group-addon itp_date_to">~</span>
30
+												<input type="text" id="ITP_FORM_RTNMNG03010_SEARCH_COL_REQ_DT" class="form-control itp_input" name="COL_REQ_DT" value="">
31
+											</div>
32
+										</div>
33
+									</div>
34
+									<div class="form-group" style="padding-top: 10px; border-top: 1px dotted #ccc;">
35
+										<div class="col-xs-2 itp_ip itp_noMar">
36
+											<input type="text" id="ITP_FORM_RTNMNG03010_SEARCH_" class="form-control itp_input" name="" value="공급업체" />
37
+										</div>
38
+										<div class="col-xs-1 itp_in" style="padding:0px; width:8%;">
39
+											<button type="button" id="ITP_BTN_RTNMNG03010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
40
+											<button type="button" id="ITP_BTN_RTNMNG03010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
41
+						                </div>
42
+										<div class="col-xs-2 itp_ip itp_noMar">
43
+											<input type="text" id="ITP_FORM_RTNMNG03010_SEARCH_DLV_PLACE" class="form-control itp_input" name="DLV_PLACE" value="매장/창고" />
44
+										</div>
45
+										<div class="col-xs-1 itp_in" style="padding:0px; width:10%;">
46
+											<button type="button" id="ITP_BTN_RTNMNG03010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
47
+											<button type="button" id="ITP_BTN_RTNMNG03010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
48
+						                </div>
49
+										<div class="col-xs-4 itp_ip itp_noMar">
50
+											<input type="text" id="ITP_FORM_RTNMNG03010_SEARCH_ITEM_NM" class="form-control itp_input" name="ITEM_NM" placeholder="품목번호 or 품목명" />
51
+										</div>
52
+									</div>
53
+								</form>
54
+							</div>
55
+						</div>
56
+					</div>
57
+					<div class="itp_table fix">
58
+						<table class="table">
59
+							<thead>
60
+								<tr>
61
+									<th style="width:5%;">선택</th>
62
+									<th style="width:10%;">브랜드</th>
63
+									<th style="width:8%;">반품장소</th>
64
+									<th style="width:8%;">공급사명</th>
65
+									<th style="width:8%;">품목번호</th>
66
+									<th style="width:7%;">품목명</th>
67
+									<th style="width:9%;">반품수량</th>
68
+									<th style="width:9%;">반품구분</th>
69
+									<th style="width:9%;">반품금액</th>
70
+									<th style="width:9%;">반품요청일</th>
71
+									<th style="width:9%;">수거요청일</th>
72
+									<th style="width:10%;">사유</th>
73
+							 	</tr>
74
+						 	</thead>
75
+							<tbody>
76
+							 	<tr>
77
+									<td style="padding:0;"><input type="checkbox" style="width:25px; height:30px"></td>
78
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_BRAND_NM" name="BRAND_NM">테스트브랜드</td>
79
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_PLACE" name="RTN_PLACE"><strong>A매장</strong></td>
80
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_SPPLY_NM" name="SPPLY_NM">공급업체</td>
81
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022001</td>
82
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_ITEM_NM" name="ITEM_NM">A품목</td>
83
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_QTY" name="RTN_QTY">10</td>
84
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_DVSN" name="RTN_DVSN">실물반품</td>
85
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_AMT" name="RTN_AMT">100,000</td>
86
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_REQ_DT" name="RTN_REQ_DT">2022.10.01</td>
87
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_COL_REQ_DT" name="COL_REQ_DT">2022.10.01</td>
88
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_RSN" name="RTN_RSN">사유콤보와 내용표기</td>
89
+							 	</tr>
90
+								<tr>
91
+									<td style="padding:0;"><input type="checkbox" style="width:25px; height:30px"></td>
92
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_BRAND_NM" name="BRAND_NM">테스트브랜드</td>
93
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_PLACE" name="RTN_PLACE"><strong>B매장</strong></td>
94
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_SPPLY_NM" name="SPPLY_NM">공급업체</td>
95
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022002</td>
96
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_ITEM_NM" name="ITEM_NM">B품목</td>
97
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_QTY" name="RTN_QTY">10</td>
98
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_DVSN" name="RTN_DVSN">폐기반품</td>
99
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_AMT" name="RTN_AMT">100,000</td>
100
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_REQ_DT" name="RTN_REQ_DT">2022.10.01</td>
101
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_COL_REQ_DT" name="COL_REQ_DT">2022.10.01</td>
102
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_RSN" name="RTN_RSN">사유콤보와 내용표기</td>
103
+							 	</tr>
104
+								<tr>
105
+									<td></td>
106
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_BRAND_NM" name="BRAND_NM"></td>
107
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_PLACE" name="RTN_PLACE"><strong></strong></td>
108
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_SPPLY_NM" name="SPPLY_NM"></td>
109
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO"></td>
110
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_ITEM_NM" name="ITEM_NM"></td>
111
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_QTY" name="RTN_QTY"></td>
112
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_DVSN" name="RTN_DVSN"></td>
113
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_AMT" name="RTN_AMT"></td>
114
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_REQ_DT" name="RTN_REQ_DT"></td>
115
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_COL_REQ_DT" name="COL_REQ_DT"></td>
116
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_RSN" name="RTN_RSN"></td>
117
+							 	</tr>
118
+							 	<tr>
119
+									<td></td>
120
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_BRAND_NM" name="BRAND_NM"></td>
121
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_PLACE" name="RTN_PLACE"><strong></strong></td>
122
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_SPPLY_NM" name="SPPLY_NM"></td>
123
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO"></td>
124
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_ITEM_NM" name="ITEM_NM"></td>
125
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_QTY" name="RTN_QTY"></td>
126
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_DVSN" name="RTN_DVSN"></td>
127
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_AMT" name="RTN_AMT"></td>
128
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_REQ_DT" name="RTN_REQ_DT"></td>
129
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_COL_REQ_DT" name="COL_REQ_DT"></td>
130
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_RSN" name="RTN_RSN"></td>
131
+							 	</tr>
132
+							 	<tr>
133
+									<td></td>
134
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_BRAND_NM" name="BRAND_NM"></td>
135
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_PLACE" name="RTN_PLACE"><strong></strong></td>
136
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_SPPLY_NM" name="SPPLY_NM"></td>
137
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO"></td>
138
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_ITEM_NM" name="ITEM_NM"></td>
139
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_QTY" name="RTN_QTY"></td>
140
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_DVSN" name="RTN_DVSN"></td>
141
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_AMT" name="RTN_AMT"></td>
142
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_REQ_DT" name="RTN_REQ_DT"></td>
143
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_COL_REQ_DT" name="COL_REQ_DT"></td>
144
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_RSN" name="RTN_RSN"></td>
145
+							 	</tr>
146
+							</tbody>
147
+						</table>
148
+					</div>
149
+				</div>
150
+				<div id="ITP_AJAX_RTNMNG03010_LIST_CONTAINER">
151
+					<div class="itp_form itp_type1 fix">
152
+						<div class="col-xs-12">
153
+							<form id="ITP_FORM_RTNMNG03010_DETAIL" class="form-horizontal">
154
+								<input type="hidden" id="ITP_FORM_RTNMNG03010_DETAIL_VIEW_CD" name="viewCd" value="C">
155
+					
156
+								<section class="itp_form_sec">
157
+									<h4 class="itp_form_tit">구매발주상세-생성</h4>
158
+									<div class="itp_form_in">	
159
+										<div class="form-group">
160
+											<label class="col-xs-2 itp_lb">브랜드 *</label>
161
+											<div class="col-xs-4 itp_ip BRAND_NM"></div>
162
+											<label class="col-xs-2 itp_lb">반품발주번호</label>
163
+											<div class="col-xs-4 itp_ip RTN_PODR_UNQ_NO"></div>
164
+										</div>
165
+									</div>
166
+									<div class="itp_form_in">
167
+										<div class="form-group">
168
+											<label class="col-xs-2 itp_lb">공급업체명</label>
169
+											<div class="col-xs-4 itp_ip SPPLY_NM"></div>
170
+											<label class="col-xs-2 itp_lb">반품발주일자</label>
171
+											<div class="col-xs-4 itp_ip "></div>
172
+										</div>
173
+									</div>
174
+									<div class="itp_form_in">	
175
+										<div class="form-group">
176
+											<label class="col-xs-2 itp_lb">수거장소</label>
177
+											<div class="col-xs-4 itp_ip COL_PLACE"></div>
178
+											<label class="col-xs-2 itp_lb">반품 발주 총 금액</label>
179
+											<div class="col-xs-4 itp_ip RTN_DODR_PODR_MGR_NMTOTAL_AMT"></div>
180
+										</div>
181
+									</div>
182
+									<div class="itp_form_in">	
183
+										<div class="form-group">
184
+											<label class="col-xs-2 itp_lb">발주담당자</label>
185
+											<div class="col-xs-4 itp_ip PODR_MGR_NM"></div>
186
+											<label class="col-xs-2 itp_lb">발주담당자연락처</label>
187
+											<div class="col-xs-4 itp_ip PODR_MGR_MBL_NO"></div>
188
+										</div>
189
+									</div>
190
+									<div class="itp_form_in">	
191
+										<div class="form-group">
192
+											<label class="col-xs-2 itp_lb">수거구분</label>
193
+											<div class="col-xs-4 itp_ip">
194
+												<div class="col-xs-7 itp_in">
195
+													<select id="ITP_FORM_RTNMNG03010_COL_DVSN" class="form-control itp_input" name="COL_DVSN" value="본사수거/공급사수거">
196
+														<option value="A">본사수거/공급사수거</option>											
197
+													</select>
198
+												</div>
199
+											</div>
200
+											<label class="col-xs-2 itp_lb">반품입고창고</label>
201
+											<div class="col-xs-4 itp_ip">
202
+												<div class="col-xs-5 itp_in">
203
+													<input type="text" id="ITP_FORM_RTNMNG03010_WHS_NM" class="form-control itp_input" name="WHS_NM" value="창고/공급사" />
204
+												</div>
205
+												<div class="col-xs-5 itp_in" style="padding-left:3px; ">
206
+													<button type="button" id="ITP_BTN_RTNMNG03010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
207
+													<button type="button" id="ITP_BTN_RTNMNG03010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
208
+								                </div>
209
+											</div>
210
+										</div>
211
+									</div>
212
+									<div class="itp_form_in">
213
+										<div class="itp_table_head fix" style="background:#f5f5f5;">
214
+											<h4 class="itp_table_tit">발주 품목</h4>
215
+										</div>
216
+										<table class="table order">
217
+											<thead>
218
+												<tr>
219
+													<th style="width:5%;">선택</th>
220
+													<th style="width:5%;">항번</th>
221
+													<th style="width:10%;">품목번호</th>
222
+													<th style="width:10%;">품목명</th>
223
+													<th style="width:7%;">가격단위</th>
224
+													<th style="width:7%;">단가</th>
225
+													<th style="width:7%;">단위</th>
226
+													<th style="width:8%;">반품요청수량</th>
227
+													<th style="width:10%;">반품발주수량</th>
228
+													<th style="width:10%;">발주금액</th>
229
+													<th style="width:10%;">수거요청일</th>
230
+												 </tr>
231
+											 </thead>
232
+											 <tbody class="check">
233
+												 <tr>
234
+													<td>
235
+														<input type="checkbox" style="width:20px; height:17px;">
236
+													</td>
237
+													<td>
238
+								    					<div id="ITP_FORM_RTNMNG03010_" name="">0010</div>
239
+													</td>
240
+													<td>
241
+								    					<div id="ITP_FORM_RTNMNG03010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022001</div>
242
+													</td>
243
+													<td>
244
+								    					<div id="ITP_FORM_RTNMNG03010_ITEM_NM" name="ITEM_NM">A품목</div>
245
+													</td>
246
+													<td>
247
+								    					<div id="ITP_FORM_RTNMNG03010_" name="">1</div>
248
+													</td>
249
+													<td>
250
+								    					<div id="ITP_FORM_RTNMNG03010_" name="">100,000</div>
251
+													</td>
252
+													<td>
253
+								    					<div id="ITP_FORM_RTNMNG03010_UNIT" name="UNIT">EA</div>
254
+													</td>
255
+													<td>
256
+														<input type="text" id="ITP_FORM_RTNMNG03010_STDD_QYT" class="form-control itp_input" name="STDD_QYT" value="10" />
257
+													</td>
258
+													<td>
259
+								    					<div id="ITP_FORM_RTNMNG03010_PODR_QTY" name="PODR_QTY">10</div>
260
+													</td>
261
+													<td>
262
+								    					<div id="ITP_FORM_RTNMNG03010_PODR_AMT" name="PODR_AMT">1,000,000</div>
263
+								    				</td>
264
+													<td>
265
+														<div class="input-daterange input-group date">
266
+															<input type="text" id="ITP_FORM_RTNMNG03010_COL_REQ_DT" class="form-control itp_input" name="COL_REQ_DT" value="2022.10.01">
267
+														</div>
268
+													</td>
269
+												 </tr>
270
+											 	 <tr>
271
+													<td>
272
+														<input type="checkbox" style="width:20px; height:17px;">
273
+													</td>
274
+													<td>
275
+								    					<div id="ITP_FORM_RTNMNG03010_" name="">0020</div>
276
+													</td>
277
+													<td>
278
+								    					<div id="ITP_FORM_RTNMNG03010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022002</div>
279
+													</td>
280
+													<td>
281
+								    					<div id="ITP_FORM_RTNMNG03010_ITEM_NM" name="ITEM_NM">B품목</div>
282
+													</td>
283
+													<td>
284
+								    					<div id="ITP_FORM_RTNMNG03010_" name="">1</div>
285
+													</td>
286
+													<td>
287
+								    					<div id="ITP_FORM_RTNMNG03010_" name="">10,000</div>
288
+													</td>
289
+													<td>
290
+								    					<div id="ITP_FORM_RTNMNG03010_UNIT" name="UNIT">EA</div>
291
+													</td>
292
+													<td>
293
+														<input type="text" id="ITP_FORM_RTNMNG03010_STDD_QYT" class="form-control itp_input" name="STDD_QYT" value="100" />
294
+													</td>
295
+													<td>
296
+								    					<div id="ITP_FORM_RTNMNG03010_PODR_QTY" name="PODR_QTY">100</div>
297
+													</td>
298
+													<td>
299
+								    					<div id="ITP_FORM_RTNMNG03010_PODR_AMT" name="PODR_AMT">1,000,000</div>
300
+								    				</td>
301
+													<td>
302
+														<div class="input-daterange input-group date">
303
+															<input type="text" id="ITP_FORM_RTNMNG03010_COL_REQ_DT" class="form-control itp_input" name="COL_REQ_DT" value="2022.10.01">
304
+														</div>
305
+													</td>
306
+												 </tr>
307
+												 <tr>
308
+													<td></td>
309
+													<td></td>
310
+													<td></td>
311
+													<td></td>
312
+													<td></td>
313
+													<td></td>
314
+													<td></td>
315
+													<td></td>
316
+													<td></td>
317
+													<td></td>
318
+												 </tr>
319
+											 </tbody>
320
+										 </table>
321
+									</div>
322
+								</section>												
323
+							</form>
324
+						</div>
325
+					</div>
326
+				</div>
327
+				<div id="ITP_AJAX_RTNMNG03010_LIST_CONTAINER">
328
+					<div class="itp_form itp_type1 fix">
329
+						<div class="col-xs-12">
330
+							<form id="ITP_FORM_RTNMNG03010_DETAIL" class="form-horizontal">
331
+								<input type="hidden" id="ITP_FORM_RTNMNG03010_DETAIL_VIEW_CD" name="viewCd" value="C">
332
+					
333
+								<section class="itp_form_sec">
334
+									<h4 class="itp_form_tit">구매발주상세-신규생성</h4>
335
+									<div class="itp_form_in">	
336
+										<div class="form-group">
337
+											<label class="col-xs-2 itp_lb">브랜드 *</label>
338
+											<div class="col-xs-4 itp_ip BRAND_NM"></div>
339
+											<label class="col-xs-2 itp_lb">반품발주번호</label>
340
+											<div class="col-xs-4 itp_ip RTN_PODR_UNQ_NO"></div>
341
+										</div>
342
+									</div>
343
+									<div class="itp_form_in">
344
+										<div class="form-group">
345
+											<label class="col-xs-2 itp_lb">공급업체명</label>
346
+											<div class="col-xs-4 itp_ip">
347
+												<div class="col-xs-5 itp_in">
348
+													<input type="text" id="ITP_FORM_RTNMNG03010_WHS_NM" class="form-control itp_input" name="WHS_NM" value="창고/공급사" />
349
+												</div>
350
+												<div class="col-xs-5 itp_in" style="padding-left:3px; ">
351
+													<button type="button" id="ITP_BTN_RTNMNG03010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
352
+													<button type="button" id="ITP_BTN_RTNMNG03010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
353
+								                </div>
354
+											</div>
355
+											<label class="col-xs-2 itp_lb">반품발주일자</label>
356
+											<div class="col-xs-4 itp_ip "></div>
357
+										</div>
358
+									</div>
359
+									<div class="itp_form_in">	
360
+										<div class="form-group">
361
+											<label class="col-xs-2 itp_lb">수거장소</label>
362
+											<div class="col-xs-4 itp_ip">
363
+												<div class="col-xs-5 itp_in">
364
+													<input type="text" id="ITP_FORM_RTNMNG03010_WHS_NM" class="form-control itp_input" name="WHS_NM" value="창고/공급사" />
365
+												</div>
366
+												<div class="col-xs-5 itp_in" style="padding-left:3px; ">
367
+													<button type="button" id="ITP_BTN_RTNMNG03010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
368
+													<button type="button" id="ITP_BTN_RTNMNG03010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
369
+								                </div>
370
+											</div>
371
+											<label class="col-xs-2 itp_lb">반품 발주 총 금액</label>
372
+											<div class="col-xs-4 itp_ip RTN_DODR_PODR_MGR_NMTOTAL_AMT"></div>
373
+										</div>
374
+									</div>
375
+									<div class="itp_form_in">	
376
+										<div class="form-group">
377
+											<label class="col-xs-2 itp_lb">발주담당자</label>
378
+											<div class="col-xs-4 itp_ip PODR_MGR_NM"></div>
379
+											<label class="col-xs-2 itp_lb">발주담당자연락처</label>
380
+											<div class="col-xs-4 itp_ip PODR_MGR_MBL_NO"></div>
381
+										</div>
382
+									</div>
383
+									<div class="itp_form_in">	
384
+										<div class="form-group">
385
+											<label class="col-xs-2 itp_lb">수거구분</label>
386
+											<div class="col-xs-4 itp_ip">
387
+												<div class="col-xs-7 itp_in">
388
+													<select id="ITP_FORM_RTNMNG03010_COL_DVSN" class="form-control itp_input" name="COL_DVSN" value="본사수거/공급사수거">
389
+														<option value="A">본사수거/공급사수거</option>											
390
+													</select>
391
+												</div>
392
+											</div>
393
+											<label class="col-xs-2 itp_lb">반품입고창고</label>
394
+											<div class="col-xs-4 itp_ip">
395
+												<div class="col-xs-5 itp_in">
396
+													<input type="text" id="ITP_FORM_RTNMNG03010_WHS_NM" class="form-control itp_input" name="WHS_NM" value="창고/공급사" />
397
+												</div>
398
+												<div class="col-xs-5 itp_in" style="padding-left:3px; ">
399
+													<button type="button" id="ITP_BTN_RTNMNG03010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
400
+													<button type="button" id="ITP_BTN_RTNMNG03010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
401
+								                </div>
402
+											</div>
403
+										</div>
404
+									</div>
405
+									<div class="itp_form_in">
406
+										<div class="itp_table_head fix" style="background:#f5f5f5;">
407
+											<h4 class="itp_table_tit">발주 품목</h4>
408
+										</div>
409
+										<table class="table order">
410
+											<thead>
411
+												<tr>
412
+													<th style="width:5%;">선택</th>
413
+													<th style="width:5%;">항번</th>
414
+													<th style="width:10%;">품목번호</th>
415
+													<th style="width:10%;">품목명</th>
416
+													<th style="width:7%;">가격단위</th>
417
+													<th style="width:7%;">단가</th>
418
+													<th style="width:7%;">단위</th>
419
+													<th style="width:8%;">반품요청수량</th>
420
+													<th style="width:10%;">반품발주수량</th>
421
+													<th style="width:10%;">발주금액</th>
422
+													<th style="width:10%;">수거요청일</th>
423
+												 </tr>
424
+											 </thead>
425
+											 <tbody class="check">
426
+												 <tr>
427
+													<td>
428
+														<input type="checkbox" style="width:20px; height:17px;">
429
+													</td>
430
+													<td>
431
+								    					<div id="ITP_FORM_RTNMNG03010_" name="">0010</div>
432
+													</td>
433
+													<td>
434
+								    					<div id="ITP_FORM_RTNMNG03010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022001</div>
435
+													</td>
436
+													<td>
437
+								    					<div id="ITP_FORM_RTNMNG03010_ITEM_NM" name="ITEM_NM">A품목</div>
438
+													</td>
439
+													<td>
440
+								    					<div id="ITP_FORM_RTNMNG03010_" name="">1</div>
441
+													</td>
442
+													<td>
443
+								    					<div id="ITP_FORM_RTNMNG03010_" name="">100,000</div>
444
+													</td>
445
+													<td>
446
+								    					<div id="ITP_FORM_RTNMNG03010_UNIT" name="UNIT">EA</div>
447
+													</td>
448
+													<td>
449
+														<input type="text" id="ITP_FORM_RTNMNG03010_STDD_QYT" class="form-control itp_input" name="STDD_QYT" value="10" />
450
+													</td>
451
+													<td>
452
+								    					<div id="ITP_FORM_RTNMNG03010_PODR_QTY" name="PODR_QTY">10</div>
453
+													</td>
454
+													<td>
455
+								    					<div id="ITP_FORM_RTNMNG03010_PODR_AMT" name="PODR_AMT">1,000,000</div>
456
+								    				</td>
457
+													<td>
458
+														<div class="input-daterange input-group date">
459
+															<input type="text" id="ITP_FORM_RTNMNG03010_COL_REQ_DT" class="form-control itp_input" name="COL_REQ_DT" value="2022.10.01">
460
+														</div>
461
+													</td>
462
+												 </tr>
463
+											 	 <tr>
464
+													<td>
465
+														<input type="checkbox" style="width:20px; height:17px;">
466
+													</td>
467
+													<td>
468
+								    					<div id="ITP_FORM_RTNMNG03010_" name="">0020</div>
469
+													</td>
470
+													<td>
471
+								    					<div id="ITP_FORM_RTNMNG03010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022002</div>
472
+													</td>
473
+													<td>
474
+								    					<div id="ITP_FORM_RTNMNG03010_ITEM_NM" name="ITEM_NM">B품목</div>
475
+													</td>
476
+													<td>
477
+								    					<div id="ITP_FORM_RTNMNG03010_" name="">1</div>
478
+													</td>
479
+													<td>
480
+								    					<div id="ITP_FORM_RTNMNG03010_" name="">10,000</div>
481
+													</td>
482
+													<td>
483
+								    					<div id="ITP_FORM_RTNMNG03010_UNIT" name="UNIT">EA</div>
484
+													</td>
485
+													<td>
486
+														<input type="text" id="ITP_FORM_RTNMNG03010_STDD_QYT" class="form-control itp_input" name="STDD_QYT" value="100" />
487
+													</td>
488
+													<td>
489
+								    					<div id="ITP_FORM_RTNMNG03010_PODR_QTY" name="PODR_QTY">100</div>
490
+													</td>
491
+													<td>
492
+								    					<div id="ITP_FORM_RTNMNG03010_PODR_AMT" name="PODR_AMT">1,000,000</div>
493
+								    				</td>
494
+													<td>
495
+														<div class="input-daterange input-group date">
496
+															<input type="text" id="ITP_FORM_RTNMNG03010_COL_REQ_DT" class="form-control itp_input" name="COL_REQ_DT" value="2022.10.01">
497
+														</div>
498
+													</td>
499
+												 </tr>
500
+												 <tr>
501
+													<td></td>
502
+													<td></td>
503
+													<td></td>
504
+													<td></td>
505
+													<td></td>
506
+													<td></td>
507
+													<td></td>
508
+													<td></td>
509
+													<td></td>
510
+													<td></td>
511
+												 </tr>
512
+											 </tbody>
513
+										 </table>
514
+									</div>
515
+								</section>												
516
+							</form>
517
+						</div>
518
+					</div>
519
+				</div>		
520
+			</div>
521
+		</article>
522
+	</div>
523
+	<div id="ITP_TAP_JS"></div>
524
+</section>

+ 331 - 0
bin/src/main/webapp/app/rtnmng/RTNMNG04010.html

@@ -0,0 +1,331 @@
1
+<section id="ITP_TAB_RTNMNG04010" class="tab-pane active itp_sec">
2
+	<div class="itp_cont">
3
+		<article class="itp_detail">
4
+			<div class="itp_det_head fix">
5
+				<h2 class="pull-left itp_det_tit"><i class="glyphicon glyphicon-chevron-right"></i> <strong>반품발주 현황</strong></h2>
6
+				<div class="pull-right itp_cicon">
7
+					<button type="button" id="ITP_BTN_RTNMNG04010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon "></i>&nbsp;&nbsp;조회&nbsp;&nbsp;</button>
8
+					<button type="button" id="ITP_BTN_RTNMNG04010_NEWREG" class="btn btn-primary btn-sm RPO" style="display: inline-block;"><i class="glyphicon "></i>&nbsp;&nbsp;반품발주&nbsp;&nbsp;</button>
9
+					<button type="button" id="ITP_BTN_RTNMNG04010_CANCELLIST" class="btn btn-warning btn-sm RCPO"><i class="glyphicon "></i>&nbsp;&nbsp;반품취소&nbsp;&nbsp;</button>
10
+					<button type="button" id="ITP_BTN_RTNMNG04010_CANCELLIST" class="btn btn-warning btn-sm PRB"><i class="glyphicon "></i>&nbsp;&nbsp;취소/목록&nbsp;&nbsp;</button>
11
+				</div>
12
+			</div>
13
+			<div class="itp_det_in">
14
+				<div id="ITP_AJAX_RTNMNG04010_LIST_CONTAINER">
15
+					<div class="itp_lg_form itp_type1 fix">
16
+						<div class="itp_srh_border fix">
17
+							<div class="col-xs-12">
18
+								<form id="ITP_FORM_RTNMNG04010_SEARCH" class="form-horizontal">
19
+									<div class="form-group">
20
+										<div class="col-xs-2 itp_ip itp_noMar">
21
+											<select id="ITP_FORM_RTNMNG04010_SEARCH_" class="form-control itp_input" name="">
22
+												<option value="A">반품발주일자</option>											
23
+											</select>
24
+										</div>										
25
+										<div class="col-xs-3 itp_ip itp_noMar">
26
+											<div class="input-daterange input-group date">
27
+												<input type="text" id="ITP_FORM_RTNMNG04010_SEARCH_" class="form-control itp_input" name="" value="">
28
+												<span class="input-group-addon itp_date_to">~</span>
29
+												<input type="text" id="ITP_FORM_RTNMNG04010_SEARCH_" class="form-control itp_input" name="" value="">
30
+											</div>
31
+										</div>
32
+										<div class="col-xs-2 itp_ip itp_noMar" style="width:12%"></div>
33
+										<div class="col-xs-2 itp_ip itp_noMar">
34
+											<select id="ITP_FORM_RTNMNG04010_SEARCH_RTN_ODR_ST_CD" class="form-control itp_input" name="RTN_ODR_ST_CD">
35
+												<option value="A">반품상태</option>											
36
+											</select>
37
+										</div>
38
+										<div class="col-xs-2 itp_ip itp_noMar">
39
+											<input type="text" id="ITP_FORM_RTNMNG04010_SEARCH_STORE_NM" class="form-control itp_input" name="STORE_NM" value="수거창고/매장" />
40
+										</div>
41
+										<div class="col-xs-1 itp_in" style="padding: 0px; width:8%;">
42
+											<button type="button" id="ITP_BTN_RTNMNG04010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
43
+											<button type="button" id="ITP_BTN_RTNMNG04010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
44
+						                </div>
45
+									</div>
46
+									<div class="form-group" style="padding-top: 10px; border-top: 1px dotted #ccc;">
47
+										<div class="col-xs-2 itp_ip itp_noMar">
48
+											<select id="ITP_FORM_RTNMNG04010_SEARCH_COL_DVSN" class="form-control itp_input" name="COL_DVSN">
49
+												<option value="A">수거구분</option>											
50
+											</select>
51
+										</div>
52
+										<div class="col-xs-2 itp_ip itp_noMar">
53
+											<select id="ITP_FORM_RTNMNG04010_SEARCH_PCH_ODR_ST_CD" class="form-control itp_input" name="PCH_ODR_ST_CD">
54
+												<option value="A">반품입고창고</option>											
55
+											</select>
56
+										</div>
57
+										<div class="col-xs-2 itp_ip itp_noMar">
58
+											<input type="text" id="ITP_FORM_RTNMNG04010_SEARCH_" class="form-control itp_input" name="" value="반품입고 공급업체" />
59
+										</div>
60
+										<div class="col-xs-1 itp_in" style="padding: 0px; width:10%;">
61
+											<button type="button" id="ITP_BTN_RTNMNG04010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
62
+											<button type="button" id="ITP_BTN_RTNMNG04010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
63
+						                </div>
64
+										<div class="col-xs-4 itp_ip itp_noMar">
65
+											<input type="text" id="ITP_FORM_RTNMNG04010_SEARCH_ITEM_NM" class="form-control itp_input" name="ITEM_NM" placeholder="반품발주번호/품목번호 /품목명" />
66
+										</div>
67
+									</div>
68
+								</form>
69
+							</div>
70
+						</div>
71
+					</div>
72
+					<div class="itp_table fix">
73
+						<table class="table">
74
+							<thead>
75
+								<tr>
76
+									<th style="width:5%;">순번</th>
77
+									<th style="width:10%;">브랜드</th>
78
+									<th style="width:13%;">반품발주번호</th>
79
+									<th style="width:8%;">발주상태</th>
80
+									<th style="width:9%;">반품발주일자</th>
81
+									<th style="width:7%;">수거처</th>
82
+									<th style="width:8%;">공급업체</th>
83
+									<th style="width:10%;">총 반품발주금액</th>
84
+									<th style="width:9%;">반품발주품목수</th>
85
+									<th style="width:9%;">수거요청일</th>
86
+							 	</tr>
87
+						 	</thead>
88
+							<tbody>
89
+							 	<tr>
90
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_PRN_SEQ" name="PRN_SEQ">100</td>
91
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_BRAND_NM" name="BRAND_NM">테스트브랜드</td>
92
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_RTN_PODR_UNQ_NO" name="RTN_PODR_UNQ_NO"><strong>PO20221001001</strong></td>
93
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_RTN_ODR_ST_CD" name="RTN_ODR_ST_CD">요청</td>
94
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_" name="">2022.10.01</td>
95
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_COL_PLACE" name="COL_PLACE">A매장</td>
96
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_SPPLY_NM" name="SPPLY_NM">공급업체</td>
97
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_RTN_DODR_TOTAL_AMT" name="RTN_DODR_TOTAL_AMT">2,000,000</td>
98
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_" name="">110</td>
99
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_COL_REQ_DT" name="COL_REQ_DT">홍길동</td>
100
+							 	</tr>
101
+						 	 	<tr>
102
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_PRN_SEQ" name="PRN_SEQ">99</td>
103
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_BRAND_NM" name="BRAND_NM"></td>
104
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_RTN_PODR_UNQ_NO" name="RTN_PODR_UNQ_NO"><strong></strong></td>
105
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_RTN_ODR_ST_CD" name="RTN_ODR_ST_CD"></td>
106
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_" name=""></td>
107
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_COL_PLACE" name="COL_PLACE"></td>
108
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_SPPLY_NM" name="SPPLY_NM"></td>
109
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_RTN_DODR_TOTAL_AMT" name="RTN_DODR_TOTAL_AMT"></td>
110
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_" name=""></td>
111
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_COL_REQ_DT" name="COL_REQ_DT"></td>
112
+							 	</tr>
113
+							 	<tr>
114
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_PRN_SEQ" name="PRN_SEQ"></td>
115
+									<th>수거 구분</th>
116
+									<th>반품입고창고/공급사</th>
117
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_PCH_ODR_ST_CD" name="PCH_ODR_ST_CD"></td>
118
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_" name=""></td>
119
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_" name=""></td>
120
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_SPPLY_NM" name="SPPLY_NM"></td>
121
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_PODR_AMT" name="PODR_AMT"></td>
122
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_" name=""></td>
123
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_PODR_MGR_NM" name="PODR_MGR_NM"></td>
124
+							 	</tr>
125
+							 	<tr>
126
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_PRN_SEQ" name="PRN_SEQ"></td>
127
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_COL_DVSN" name="COL_DVSN"></td>
128
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_SPPLY_NM" name="SPPLY_NM"><strong></strong></td>
129
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_PCH_ODR_ST_CD" name="PCH_ODR_ST_CD"></td>
130
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_" name=""></td>
131
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_" name=""></td>
132
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_SPPLY_NM" name="SPPLY_NM"></td>
133
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_PODR_AMT" name="PODR_AMT"></td>
134
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_" name=""></td>
135
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_PODR_MGR_NM" name="PODR_MGR_NM"></td>
136
+							 	</tr>
137
+							 	<tr>
138
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_PRN_SEQ" name="PRN_SEQ"></td>
139
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_COL_DVSN" name="COL_DVSN"></td>
140
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_SPPLY_NM" name="SPPLY_NM"><strong></strong></td>
141
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_PCH_ODR_ST_CD" name="PCH_ODR_ST_CD"></td>
142
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_" name=""></td>
143
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_" name=""></td>
144
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_SPPLY_NM" name="SPPLY_NM"></td>
145
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_PODR_AMT" name="PODR_AMT"></td>
146
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_" name=""></td>
147
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_PODR_MGR_NM" name="PODR_MGR_NM"></td>
148
+							 	</tr>
149
+							 	<tr>
150
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_PRN_SEQ" name="PRN_SEQ"></td>
151
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_COL_DVSN" name="COL_DVSN"></td>
152
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_SPPLY_NM" name="SPPLY_NM"><strong></strong></td>
153
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_PCH_ODR_ST_CD" name="PCH_ODR_ST_CD"></td>
154
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_" name=""></td>
155
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_" name=""></td>
156
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_SPPLY_NM" name="SPPLY_NM"></td>
157
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_PODR_AMT" name="PODR_AMT"></td>
158
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_" name=""></td>
159
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_PODR_MGR_NM" name="PODR_MGR_NM"></td>
160
+							 	</tr>
161
+							</tbody>
162
+						</table>
163
+					</div>
164
+				</div>
165
+				<div id="ITP_AJAX_RTNMNG04010_LIST_CONTAINER">
166
+					<div class="itp_form itp_type1 fix">
167
+						<div class="col-xs-12">
168
+							<form id="ITP_FORM_RTNMNG04010_DETAIL" class="form-horizontal">
169
+								<input type="hidden" id="ITP_FORM_RTNMNG04010_DETAIL_VIEW_CD" name="viewCd" value="C">
170
+					
171
+								<section class="itp_form_sec">
172
+									<h4 class="itp_form_tit">반품발주상세</h4>
173
+									<div class="itp_form_in">	
174
+										<div class="form-group">
175
+											<label class="col-xs-2 itp_lb">브랜드 *</label>
176
+											<div class="col-xs-4 itp_ip BRAND_NM"></div>
177
+											<label class="col-xs-2 itp_lb">반품발주번호</label>
178
+											<div class="col-xs-4 itp_ip">
179
+												<div class="col-xs-3 itp_in">
180
+													<div class="input-group RTN_PODR_UNQ_NO"></div>
181
+												</div>
182
+											</div>
183
+										</div>
184
+									</div>
185
+									<div class="itp_form_in">
186
+										<div class="form-group">
187
+											<label class="col-xs-2 itp_lb">공급업체명</label>
188
+											<div class="col-xs-4 itp_ip SPPLY_NM"></div>
189
+											<label class="col-xs-2 itp_lb">반품발주일자</label>
190
+											<div class="col-xs-4 itp_ip "></div>
191
+										</div>
192
+									</div>
193
+									<div class="itp_form_in">	
194
+										<div class="form-group">
195
+											<label class="col-xs-2 itp_lb">수거장소</label>
196
+											<div class="col-xs-4 itp_ip COL_PLACE"></div>
197
+											<label class="col-xs-2 itp_lb">반품 발주 총 금액</label>
198
+											<div class="col-xs-4 itp_ip RTN_DODR_TOTAL_AMT"></div>
199
+										</div>
200
+									</div>
201
+									<div class="itp_form_in">	
202
+										<div class="form-group">
203
+											<label class="col-xs-2 itp_lb">발주담당자</label>
204
+											<div class="col-xs-4 itp_ip PODR_MGR_NM"></div>
205
+											<label class="col-xs-2 itp_lb">발주담당자연락처</label>
206
+											<div class="col-xs-4 itp_ip PODR_MGR_TEL_NO"></div>
207
+										</div>
208
+									</div>
209
+									<div class="itp_form_in">	
210
+										<div class="form-group">
211
+											<label class="col-xs-2 itp_lb">수거구분</label>
212
+											<div class="col-xs-4 itp_ip">
213
+												<div class="col-xs-7 itp_in">
214
+													<select id="ITP_FORM_RTNMNG03010_COL_DVSN" class="form-control itp_input" name="COL_DVSN" value="본사수거/공급사수거">
215
+														<option value="A">본사수거/공급사수거</option>											
216
+													</select>
217
+												</div>
218
+											</div>
219
+											<label class="col-xs-2 itp_lb">반품입고창고</label>
220
+											<div class="col-xs-4 itp_ip">
221
+												<div class="col-xs-5 itp_in">
222
+													<input type="text" id="ITP_FORM_RTNMNG03010_WHS_NM" class="form-control itp_input" name="WHS_NM" value="창고/공급사" />
223
+												</div>
224
+												<div class="col-xs-5 itp_in" style="padding-left:3px; ">
225
+													<button type="button" id="ITP_BTN_RTNMNG03010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
226
+													<button type="button" id="ITP_BTN_RTNMNG03010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
227
+								                </div>
228
+											</div>
229
+										</div>
230
+									</div>
231
+									<div class="itp_form_in">
232
+										<div class="itp_table_head fix" style="background:#f5f5f5;">
233
+											<h4 class="itp_table_tit">발주 품목</h4>
234
+										</div>
235
+										<table class="table order">
236
+											<thead>
237
+												<tr>
238
+													<th style="width:5%;">선택</th>
239
+													<th style="width:5%;">항번</th>
240
+													<th style="width:10%;">품목번호</th>
241
+													<th style="width:10%;">품목명</th>
242
+													<th style="width:7%;">가격단위</th>
243
+													<th style="width:7%;">단가</th>
244
+													<th style="width:7%;">단위</th>
245
+													<th style="width:8%;">수량</th>
246
+													<th style="width:10%;">발주금액</th>
247
+													<th style="width:10%;">납기요청일</th>
248
+												 </tr>
249
+											 </thead>
250
+											 <tbody class="check">
251
+												 <tr>
252
+													<td>
253
+														<input type="checkbox" style="width:20px; height:17px;">
254
+													</td>
255
+													<td>
256
+								    					<div id="ITP_FORM_RTNMNG04010_" name="">0010</div>
257
+													</td>
258
+													<td>
259
+								    					<div id="ITP_FORM_RTNMNG04010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022001</div>
260
+													</td>
261
+													<td>
262
+								    					<div id="ITP_FORM_RTNMNG04010_ITEM_NM" name="ITEM_NM">A품목</div>
263
+													</td>
264
+													<td>
265
+								    					<div id="ITP_FORM_RTNMNG04010_" name="">1</div>
266
+													</td>
267
+													<td>
268
+								    					<div id="ITP_FORM_RTNMNG04010_" name="">100,000</div>
269
+													</td>
270
+													<td>
271
+								    					<div id="ITP_FORM_RTNMNG04010_UNIT" name="UNIT">EA</div>
272
+													</td>
273
+													<td>
274
+														<input type="text" id="ITP_FORM_RTNMNG04010_STDD_QYT" class="form-control itp_input" name="STDD_QYT" value="10" />
275
+													</td>
276
+													<td>
277
+								    					<div id="ITP_FORM_RTNMNG04010_DLV_REQ_DT" name="DLV_REQ_DT">1,000,000</div>
278
+								    				</td>
279
+													<td>
280
+														<div class="input-daterange input-group date">
281
+															<input type="text" id="ITP_FORM_RTNMNG04010_SEARCH_" class="form-control itp_input" name="" value="2022.10.01">
282
+														</div>
283
+													</td>
284
+												 </tr>
285
+												  <tr>
286
+													<td>
287
+														<input type="checkbox" style="width:20px; height:17px;">
288
+													</td>
289
+													<td>
290
+								    					<div id="ITP_FORM_RTNMNG04010_" name="">0020</div>
291
+													</td>
292
+													<td>
293
+								    					<div id="ITP_FORM_RTNMNG04010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022002</div>
294
+													</td>
295
+													<td>
296
+								    					<div id="ITP_FORM_RTNMNG04010_ITEM_NM" name="ITEM_NM">B품목</div>
297
+													</td>
298
+													<td>
299
+								    					<div id="ITP_FORM_RTNMNG04010_" name="">1</div>
300
+													</td>
301
+													<td>
302
+								    					<div id="ITP_FORM_RTNMNG04010_" name="">10,000</div>
303
+													</td>
304
+													<td>
305
+								    					<div id="ITP_FORM_RTNMNG04010_UNIT" name="UNIT">EA</div>
306
+													</td>
307
+													<td>
308
+														<input type="text" id="ITP_FORM_RTNMNG04010_STDD_QYT" class="form-control itp_input" name="STDD_QYT" value="100" />
309
+													</td>
310
+													<td>
311
+								    					<div id="ITP_FORM_RTNMNG04010_DLV_REQ_DT" name="DLV_REQ_DT">1,000,000</div>
312
+								    				</td>
313
+													<td>
314
+														<div class="input-daterange input-group date">
315
+															<input type="text" id="ITP_FORM_RTNMNG04010_SEARCH_" class="form-control itp_input" name="" value="2022.10.01">
316
+														</div>
317
+													</td>
318
+												 </tr>
319
+											 </tbody>
320
+										 </table>
321
+									</div>
322
+								</section>												
323
+							</form>
324
+						</div>
325
+					</div>
326
+				</div>
327
+			</div>
328
+		</article>
329
+	</div>
330
+	<div id="ITP_TAP_JS"></div>
331
+</section>

+ 146 - 0
bin/src/main/webapp/app/rtnmng/RTNMNG05010.html

@@ -0,0 +1,146 @@
1
+<section id="ITP_TAB_RTNMNG05010" class="tab-pane active itp_sec">
2
+	<div class="itp_cont">
3
+		<article class="itp_detail">
4
+			<div class="itp_det_head fix">
5
+				<h2 class="pull-left itp_det_tit"><i class="glyphicon glyphicon-chevron-right"></i> <strong>반품처리-팝업있음</strong></h2>
6
+				<div class="pull-right itp_cicon">
7
+					<button type="button" id="ITP_BTN_RTNMNG05010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon "></i>&nbsp;&nbsp;조회&nbsp;&nbsp;</button>
8
+					<button type="button" id="ITP_BTN_RTNMNG05010_CANCELLIST" class="btn btn-warning btn-sm RPPO"><i class="glyphicon "></i> &nbsp;&nbsp;반품처리&nbsp;&nbsp;</button>
9
+				</div>
10
+			</div>
11
+			<div class="itp_det_in">
12
+				<div id="ITP_AJAX_RTNMNG05010_LIST_CONTAINER">
13
+					<div class="itp_lg_form itp_type1 fix">
14
+						<div class="itp_srh_border fix">
15
+							<div class="col-xs-12">
16
+								<form id="ITP_FORM_RTNMNG05010_SEARCH" class="form-horizontal">
17
+									<div class="form-group">
18
+										<div class="col-xs-2 itp_ip itp_noMar">
19
+											<select id="ITP_FORM_RTNMNG05010_SEARCH_COL_REQ_DT" class="form-control itp_input" name="COL_REQ_DT">
20
+												<option value="A">수거요청일*</option>											
21
+											</select>
22
+										</div>
23
+										<div class="col-xs-3 itp_ip itp_noMar">
24
+											<div class="input-daterange input-group date">
25
+												<input type="text" id="ITP_FORM_RTNMNG05010_SEARCH_COL_REQ_DT" class="form-control itp_input" name="COL_REQ_DT" value="">
26
+												<span class="input-group-addon itp_date_to">~</span>
27
+												<input type="text" id="ITP_FORM_RTNMNG05010_SEARCH_COL_DT" class="form-control itp_input" name="COL_DT" value="">
28
+											</div>
29
+										</div>
30
+										<div class="col-xs-2 itp_ip itp_noMar">
31
+											<select id="ITP_FORM_RTNMNG05010_SEARCH_PCH_ODR_ST_CD" class="form-control itp_input" name="PCH_ODR_ST_CD">
32
+												<option value="A">브랜드*</option>											
33
+											</select>
34
+										</div>
35
+										<div class="col-xs-2 itp_ip itp_noMar">
36
+											<select id="ITP_FORM_RTNMNG05010_SEARCH_PCH_ODR_ST_CD" class="form-control itp_input" name="PCH_ODR_ST_CD">
37
+												<option value="A">반품입고창고</option>											
38
+											</select>
39
+										</div>
40
+									</div>
41
+									<div class="form-group" style="padding-top: 10px; border-top: 1px dotted #ccc;">
42
+										<div class="col-xs-2 itp_ip itp_noMar">
43
+											<input type="text" id="ITP_FORM_RTNMNG05010_SEARCH_" class="form-control itp_input" name="" value="공급업체" />
44
+										</div>
45
+										<div class="col-xs-1 itp_in" style="width:8%; padding:0px;">
46
+											<button type="button" id="ITP_BTN_RTNMNG05010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
47
+											<button type="button" id="ITP_BTN_RTNMNG05010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
48
+						                </div>
49
+										<div class="col-xs-2 itp_ip itp_noMar">
50
+											<input type="text" id="ITP_FORM_RTNMNG05010_SEARCH_DLV_PLACE" class="form-control itp_input" name="DLV_PLACE" value="매장/창고" />
51
+										</div>
52
+										<div class="col-xs-1 itp_in" style="width:11%; padding:0px;">
53
+											<button type="button" id="ITP_BTN_RTNMNG05010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
54
+											<button type="button" id="ITP_BTN_RTNMNG05010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
55
+						                </div>
56
+										<div class="col-xs-5 itp_ip itp_noMar">
57
+											<input type="text" id="ITP_FORM_RTNMNG05010_SEARCH_ITEM_NM" class="form-control itp_input" name="ITEM_NM" placeholder="품목번호 or 품목명" />
58
+										</div>
59
+									</div>
60
+								</form>
61
+							</div>
62
+						</div>
63
+					</div>
64
+					<div class="itp_table fix">
65
+						<table class="table">
66
+							<thead>
67
+								<tr>
68
+									<th style="width:5%;">선택</th>
69
+									<th style="width:11%;">브랜드</th>
70
+									<th style="width:12%;">반품요청번호</th>
71
+									<th style="width:9%;">항번</th>
72
+									<th style="width:8%;">품목번호</th>
73
+									<th style="width:8%;">품목명</th>
74
+									<th style="width:9%;">반품요청수량</th>
75
+									<th style="width:9%;">수거수량</th>
76
+									<th style="width:9%;">수거금액</th>
77
+									<th style="width:9%;">수거장소</th>
78
+									<th>수거일자</th>
79
+							 	</tr>
80
+						 	</thead>
81
+							<tbody>
82
+							 	<tr>
83
+									<td><input type="checkbox" style="width:20px; height:17px;"></td>
84
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_BRAND_NM" name="BRAND_NM"></td>
85
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_RTN_REQ_UNQ_NO" name="RTN_REQ_UNQ_NO"><strong></strong></td>
86
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_" name=""></td>
87
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO"></td>
88
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_ITEM_NM" name="ITEM_NM"></td>
89
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_" name=""></td>
90
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_COL_QTY" name="COL_QTY"></td>
91
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_COL_AMT" name="COL_AMT"></td>
92
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_COL_PLACE" name="COL_PLACE"></td>
93
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_COL_DT" name="COL_DT"></td>
94
+							 	</tr>
95
+						 		<tr>
96
+									<td><input type="checkbox" style="width:20px; height:17px;"></td>
97
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_BRAND_NM" name="BRAND_NM"></td>
98
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_RTN_REQ_UNQ_NO" name="RTN_REQ_UNQ_NO"><strong></strong></td>
99
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_" name=""></td>
100
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO"></td>
101
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_ITEM_NM" name="ITEM_NM"></td>
102
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_" name=""></td>
103
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_COL_QTY" name="COL_QTY"></td>
104
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_COL_AMT" name="COL_AMT"></td>
105
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_COL_PLACE" name="COL_PLACE"></td>
106
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_COL_DT" name="COL_DT"></td>
107
+							 	</tr>
108
+						 		<tr>
109
+									<td></td>
110
+									<th>수거담당자명</th>
111
+									<th>수거담당자전화번호</th>
112
+
113
+							 	</tr>
114
+							 	<tr>
115
+									<td></td>
116
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_DLV_SCH_DT" name="DLV_SCH_DT"></td>
117
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO"><strong></strong></td>
118
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_ITEM_NM" name="ITEM_NM"></td>
119
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_PODR_QTY" name="PODR_QTY"></td>
120
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_DLV_QTY" name="DLV_QTY"></td>
121
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_UNIT" name="UNIT"></td>
122
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_" name=""></td>
123
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_SALE_UNIT" name="SALE_UNIT"></td>
124
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_DLV_MGR_NM" name="DLV_MGR_NM"></td>
125
+							 	</tr>
126
+							 	<tr>
127
+									<td></td>
128
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_DLV_SCH_DT" name="DLV_SCH_DT"></td>
129
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO"><strong></strong></td>
130
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_ITEM_NM" name="ITEM_NM"></td>
131
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_PODR_QTY" name="PODR_QTY"></td>
132
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_DLV_QTY" name="DLV_QTY"></td>
133
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_UNIT" name="UNIT"></td>
134
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_" name=""></td>
135
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_SALE_UNIT" name="SALE_UNIT"></td>
136
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_DLV_MGR_NM" name="DLV_MGR_NM"></td>
137
+							 	</tr>
138
+							</tbody>
139
+						</table>
140
+					</div>
141
+				</div>
142
+			</div>
143
+		</article>
144
+	</div>
145
+	<div id="ITP_TAP_JS"></div>
146
+</section>

+ 3 - 3
bin/src/main/webapp/app/stinfo/STINFO05010.html

@@ -35,7 +35,7 @@
35 35
 											</div>
36 36
 											<div class="col-xs-2 itp_ip itp_noMar">
37 37
 												<button type="button" id="ITP_BTN_STINFO05010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
38
-												<button type="button" id="ITP_BTN_STINFO05010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i></button>
38
+												<button type="button" id="ITP_BTN_STINFO05010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
39 39
 											</div>
40 40
 										</div>
41 41
 									</div>
@@ -227,7 +227,7 @@
227 227
 								                </div>
228 228
 												<div class="col-xs-2 itp_in" style="padding-left: 5px;">
229 229
 													<button type="button" id="ITP_BTN_STINFO05010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
230
-													<button type="button" id="ITP_BTN_STINFO05010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i></button>
230
+													<button type="button" id="ITP_BTN_STINFO05010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
231 231
 								                </div>
232 232
 											</div>
233 233
 										</div>
@@ -242,7 +242,7 @@
242 242
 								                </div>
243 243
 												<div class="col-xs-2 itp_in" style="padding-left: 5px;">
244 244
 													<button type="button" id="ITP_BTN_STINFO05010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
245
-													<button type="button" id="ITP_BTN_STINFO05010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i></button>
245
+													<button type="button" id="ITP_BTN_STINFO05010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
246 246
 								                </div>
247 247
 								                <div class="col-xs-3 itp_in" style="padding-left: 5px; left:-40px;">
248 248
 													<input type="text" id="ITP_FORM_STINFO05010_DETAIL_SPPLY_ITEM_ID" class="form-control itp_input" name="SPPLY_ITEM_ID" value="공급업체 품번" maxlength="100">

+ 1 - 1
bin/src/main/webapp/app/stinfo/STINFO06010.html

@@ -22,7 +22,7 @@
22 22
 										</div>
23 23
 										<div class="col-xs-2 itp_ip itp_noMar" style="width:10%;">
24 24
 											<button type="button" id="ITP_BTN_STINFO06010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
25
-											<button type="button" id="ITP_BTN_STINFO06010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i></button>
25
+											<button type="button" id="ITP_BTN_STINFO06010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
26 26
 										</div>
27 27
 										<label class="col-xs-1 itp_ip itp_noMar" style="top:6px;">계약기간</label>
28 28
 										<div class="col-xs-3 itp_ip itp_noMar">

+ 7 - 17
bin/src/main/webapp/js/app/config.js

@@ -3,8 +3,6 @@
3 3
 var today = new Date();
4 4
 const js_version = itp_fn_date_format(today);
5 5
 
6
-var selTabIndex = 0;
7
-
8 6
 requirejs.config({
9 7
 	baseUrl: ITP_CONTEXTPATH,
10 8
 	paths: {
@@ -172,8 +170,6 @@ require([
172 170
 	});
173 171
 
174 172
 	$('#ITP_HEADER .itp_tab_list').on('click', '.itp_tab_open', function() {
175
-		var li = $(this).closest('li');
176
-		selTabIndex = li.index();
177 173
 		// console.log('[ITP_TAB_OPEN] CALL');
178 174
 		//로그인체크
179 175
 		itp_fn_logined_check();
@@ -183,10 +179,11 @@ require([
183 179
 	$('#ITP_HEADER .itp_tab_list').on('click', '.itp_tab_close', function() {
184 180
 		var tab_id = $(this).attr('data-itp-tab-id');
185 181
 		var li = $(this).closest('li');
182
+		var tabSize = $('#ITP_HEADER .itp_tab_list li').size() - 1;
186 183
 		var curIdx = li.index();
187 184
 		$('#ITP_TAB_' + tab_id).remove();
188 185
 		$(this).closest('li').remove();
189
-		if(curIdx === selTabIndex) {
186
+		if(curIdx === tabSize) {
190 187
 			$('#ITP_HEADER .itp_tab_list li').removeClass('active');
191 188
 			$('#ITP_CONTAINER .itp_contents .itp_sec').removeClass('active');
192 189
 			// $('#ITP_HEADER .itp_tab_list li:first-child').addClass('active');
@@ -194,9 +191,6 @@ require([
194 191
 			$('#ITP_HEADER .itp_tab_list li').eq(curIdx - 1).addClass('active');
195 192
 			$('#ITP_CONTAINER .itp_contents .itp_sec').eq(curIdx - 1).addClass('active');
196 193
 			itp_fn_fire_window_resize();
197
-			selTabIndex = 0;
198
-		} else {
199
-			selTabIndex = selTabIndex - 1;
200 194
 		}
201 195
 
202 196
 		return false;
@@ -469,10 +463,10 @@ function fn_make_side_menu() {
469 463
 
470 464
 		console.log('[ITP_NAV_LINK] data-itp-nav-id = ' + id + ', data-conn-url = ' + connUrl + ', tabSize = ' + tabSize);
471 465
 
472
-		if(String(id).indexOf('OPER') === -1 && !sessionStorage.getItem('itp_manage_brand_cd')) {
473
-			itp_fn_modal_alert(ITP_MSG_LOCALE.message.page.noChoiceBrand);
474
-			return false;
475
-		}
466
+		// if(String(id).indexOf('OPER') === -1 && String(id).indexOf('SYSTEM') === -1 && !sessionStorage.getItem('itp_manage_brand_cd')) {
467
+		// 	itp_fn_modal_alert(ITP_MSG_LOCALE.message.page.noChoiceBrand);
468
+		// 	return false;
469
+		// }
476 470
 
477 471
 		if (tabSize > 10) {
478 472
 			itp_fn_modal_alert(ITP_MSG_LOCALE.message.page.noMoreTab);
@@ -488,16 +482,12 @@ function fn_make_side_menu() {
488 482
 	        	$('#ITP_CONTAINER .itp_contents .itp_sec').removeClass('active');
489 483
 	        	$(this).addClass('active');
490 484
 	        	$('#ITP_TAB_' + id).addClass('active');
491
-
492
-				selTabIndex = this.index();
493 485
 				return false;
494 486
 			}
495 487
 		});
496 488
 
497 489
 		if (!isDup && openCd == 'C') {
498 490
 
499
-			selTabIndex = tabSize;
500
-
501 491
 			const href = ITP_CONTEXTPATH + connUrl; // $(this).attr('href');
502 492
 			const text = $(this).children('.itp_tt').text();
503 493
 			const tab = '<li class="active"><a href="#ITP_TAB_' + id + '" role="tab" data-toggle="tab" class="itp_tab_open">' + text + ' <i class="glyphicon glyphicon-remove itp_tab_close" data-itp-tab-id="' + id + '"></i></a></li>';
@@ -2450,7 +2440,7 @@ function itp_fn_load_page(href, tab, param, id) {
2450 2440
         },
2451 2441
         complete: function() {
2452 2442
         	//$('#ITP_OVERLAY').hide();
2453
-        	//$('#ITP_SIDEBAR').removeClass('itp_open_nav');
2443
+        	//$('#ITP_SIDEBAR').removeClass('itp_open_nav');srhResult
2454 2444
         },
2455 2445
         success: function(html) {
2456 2446
         	$('#ITP_HEADER .itp_tab_list li').removeClass('active');

+ 5 - 0
bin/src/main/webapp/js/app/locales/locale-ko.js

@@ -41,6 +41,7 @@ const ITP_MSG_LOCALE = (function() {
41 41
 			"email": "이메일",
42 42
 			"userId": "사용자ID",
43 43
 			"userName": "사용자명",
44
+			"idEmail": "아이디(이메일)",
44 45
 			"telephone": "전화번호",
45 46
 			"confrimPassword": "비밀번호확인",
46 47
 			"code": "코드",
@@ -114,7 +115,11 @@ const ITP_MSG_LOCALE = (function() {
114 115
 			"targetNm": "대상구분",
115 116
 			"viewDt": "노출일",
116 117
 			"regDt": "등록일",
118
+			"lastLogin": "마지막 로그인",
117 119
 			"srhResult": "검색결과",
120
+			"numbering": "NO",
121
+			"ordering": "노출순서",
122
+			"ranking": "순위",
118 123
 		},
119 124
 		"table": {
120 125
 			"brandId": "브랜드ID",

+ 8 - 5
bin/src/main/webapp/js/app/oper/ITP_OPER02010.js

@@ -34,8 +34,8 @@ require(['config'], function() {
34 34
 		// 버튼 권한설정
35 35
 		fn_proc_btn_auth('OPER02010');
36 36
 		// 공통코드 표시
37
-		// fn_make_select(CODE_LIST, 'TARGET_CD', 'ITP_FORM_OPER02010_DETAIL_TARGET_CD');
38
-		fn_make_select(CODE_LIST, 'TARGET_CD', 'ITP_FORM_OPER02010_DETAIL_TARGET_CD', true, '선택');
37
+		fn_make_select(CODE_LIST, 'TARGET_CD', 'ITP_FORM_OPER02010_DETAIL_TARGET_CD', false);
38
+		// fn_make_select(CODE_LIST, 'TARGET_CD', 'ITP_FORM_OPER02010_DETAIL_TARGET_CD', true, '선택');
39 39
 
40 40
 		// 조회일자 지정
41 41
 		var now = new Date();
@@ -683,7 +683,7 @@ var itp_fn_OPER02010_form_set = {
683 683
 				} else {
684 684
 					$('#ITP_BTN_OPER02010_DETAIL_ADDROW').attr('disabled', true);
685 685
 					$('#ITP_BTN_OPER02010_DETAIL_DELROW').attr('disabled', true);
686
-					$(OPER02010_DETAIL_GRID_ID).remove();
686
+					$(OPER02010_DETAIL_GRID_ID).jqGrid('clearGridData');
687 687
 				}
688 688
 			});
689 689
 		}
@@ -703,6 +703,7 @@ var itp_fn_OPER02010_form_set = {
703 703
 
704 704
 var itp_fn_OPER02010_brand_search = {
705 705
 	init: function () {
706
+		console.log(CONN_KEY);
706 707
 		if(AUTH_TYPE_CD === '10' || AUTH_TYPE_CD === '20') {
707 708
 			this.action();
708 709
 		} else {
@@ -739,6 +740,8 @@ var itp_fn_OPER02010_brand_search = {
739 740
 		$('#ITP_FORM_OPER02010_DETAIL_DELETE_AFFL_SHOP').on('click', function() {
740 741
 			$('#ITP_FORM_OPER02010_DETAIL_SEARCH_AFFL_SHOP_NM').val('');
741 742
 			$('select#ITP_FORM_OPER02010_DETAIL_SEARCH_BRAND_ID option').remove();
743
+			$('#ITP_FORM_OPER02010_DETAIL_TARGET_CD option:eq(0)').prop('selected', true);
744
+			$('#ITP_FORM_OPER02010_DETAIL_TARGET_CD').trigger('change');
742 745
 		});
743 746
 	},
744 747
 	afflShop: function (view) {
@@ -748,7 +751,7 @@ var itp_fn_OPER02010_brand_search = {
748 751
 	},
749 752
 	callback: {
750 753
 		list: function(rowDataPop) {
751
-			console.log(rowDataPop);
754
+			// console.log(rowDataPop);
752 755
 			if(rowDataPop.AFFL_SHOP) {
753 756
 				$('#ITP_FORM_OPER02010_SEARCH_AFFL_SHOP_ID').val(rowDataPop.AFFL_SHOP.afflShopId);
754 757
 				$('#ITP_FORM_OPER02010_SEARCH_AFFL_SHOP_NM').val(rowDataPop.AFFL_SHOP.afflShopNm);
@@ -758,7 +761,7 @@ var itp_fn_OPER02010_brand_search = {
758 761
 			}
759 762
 		},
760 763
 		create: function(rowDataPop) {
761
-			console.log(rowDataPop);
764
+			// console.log(rowDataPop);
762 765
 			if(rowDataPop.AFFL_SHOP) {
763 766
 				$('#ITP_FORM_OPER02010_DETAIL_SEARCH_AFFL_SHOP_ID').val(rowDataPop.AFFL_SHOP.afflShopId);
764 767
 				$('#ITP_FORM_OPER02010_DETAIL_SEARCH_AFFL_SHOP_NM').val(rowDataPop.AFFL_SHOP.afflShopNm);

+ 235 - 0
bin/src/main/webapp/js/app/oper/ITP_OPER03010.js

@@ -0,0 +1,235 @@
1
+
2
+const OPER03010_GRID_ID = '#ITP_OPER03010_jqGrid';
3
+const OPER03010_GRID_LIST = '#ITP_OPER03010_jqGrid_list';
4
+const OPER03010_GRID_PAGER = '#ITP_OPER03010_jqGridPager';
5
+const OPER03010_GRID_EMPTY = '#ITP_OPER03010_jqGridEmpty';
6
+
7
+const OPER03010_VIEW_GRID_ID = '#ITP_OPER03010_VIEW_jqGrid';
8
+const OPER03010_VIEW_GRID_LIST = '#ITP_OPER03010_VIEW_jqGrid_list';
9
+const OPER03010_VIEW_GRID_PAGER = '#ITP_OPER03010_VIEW_jqGridPager';
10
+const OPER03010_VIEW_GRID_EMPTY = '#ITP_OPER03010_VIEW_jqGridEmpty';
11
+
12
+const OPER03010_DETAIL_GRID_ID = '#ITP_OPER03010_DETAIL_jqGrid';
13
+const OPER03010_DETAIL_GRID_LIST = '#ITP_OPER03010_DETAIL_jqGrid_list';
14
+const OPER03010_DETAIL_GRID_PAGER = '#ITP_OPER03010_DETAIL_jqGridPager';
15
+const OPER03010_DETAIL_GRID_EMPTY = '#ITP_OPER03010_DETAIL_jqGridEmpty';
16
+
17
+let ITP_FORM_OPER03010_DETAIL_IS_DUPLICATE = false;
18
+let ITP_FORM_OPER03010_DETAIL_IS_WRITING = false;
19
+
20
+let AFFL_DETAIL_GRID_LIST = '/api/affl/detail-grid-list';
21
+let USER_SALESUSER_GRID_LIST = '/api/frcomp/cmpy-saleusers-list';
22
+let COMPANY_INFO_COMPANY = '/api/frcomp/info-frcomp';
23
+let COMPANY_SAVE_COMPANY = '/api/frcomp/save-frcomp';
24
+let COMPANY_CHECK_DUPLICATE = '/api/frcomp/check-duplicate';
25
+let USER_INTI_USERPW = '/api/user/inti-userpw';
26
+
27
+require(['config'], function() {
28
+	require([
29
+	], function($) {
30
+		pageObj.init();
31
+	});
32
+});
33
+
34
+var pageObj = {
35
+	init: function () {
36
+		this.ui.init();
37
+	},
38
+	itp_OPER03010_param: {},
39
+	itp_OPER03010_search: false,
40
+	ui: {
41
+		init: function () {
42
+			this.button();
43
+			this.comCode();
44
+			this.ready();
45
+		},
46
+		button: function () {
47
+			// 버튼 권한설정
48
+			fn_proc_btn_auth('OPER03010');
49
+		},
50
+		comCode: function () {
51
+			// 공통코드 표시
52
+			fn_make_select(CODE_LIST, 'ST_CD', 'ITP_FORM_OPER03010_SEARCH_CMPY_STAT_CD', true, '상태(전체)');
53
+			fn_make_select(CODE_LIST, 'ST_CD', 'ITP_FORM_OPER03010_DETAIL_CMPY_STAT_CD', true, '선택');
54
+			fn_make_select(CODE_LIST, 'CMPY_TYPE_CD', 'ITP_FORM_OPER03010_DETAIL_CMPY_TYPE_CD', true, '선택');
55
+			fn_make_select(CODE_LIST, 'FRCOMP_AUTH_CD', 'ITP_FORM_OPER03010_DETAIL_FRCOMP_AUTH_CD', true, '선택');
56
+		},
57
+		ready: function () {
58
+			listObj.grid.init();
59
+		}
60
+	}
61
+};
62
+
63
+/*목록*/
64
+var listObj = {
65
+	grid: {
66
+		init: function() {
67
+			// 데이터 없을때
68
+			this.itp_fn_OPER03010_empty.push();
69
+			itp_fn_jqgrid_resize(OPER02010_GRID_ID, OPER02010_GRID_LIST, 'lg');
70
+			itp_fn_OPER02010_grid.init();
71
+			itp_fn_fire_window_resize();
72
+			this.reload();
73
+		},
74
+		colModel: [
75
+			{
76
+				index: 'CMPY_CD', name: 'afflShopId',
77
+				label: '가맹점코드',
78
+				width: '6', fixed: false, align: 'center',
79
+				sortable: false, hidden: false
80
+			},
81
+			{
82
+				index: 'CMPY_NM', name: 'afflShopNm',
83
+				label: '가맹점명',
84
+				width: '10', fixed: false, align: 'center',
85
+				sortable: false, hidden: false
86
+			},
87
+			{
88
+				index: 'CORP_TYPE_NM', name: 'corpTypeNm',
89
+				label: '기업형태',
90
+				width: '6', fixed: false, align: 'center',
91
+				sortable: false, hidden: false
92
+			},
93
+			{
94
+				index: 'ST_NM', name: 'stNm',
95
+				label: '기업상태',
96
+				width: '6', fixed: false, align: 'center',
97
+				sortable: false, hidden: false
98
+			},
99
+			{
100
+				index: 'OWNER_NM', name: 'ownerNm',
101
+				label: '대표자명',
102
+				width: '6', fixed: false, align: 'center',
103
+				sortable: false, hidden: false
104
+			},
105
+			{
106
+				index: 'OWNER_TEL', name: 'ownerTel',
107
+				label: '대표연락처',
108
+				width: '6', fixed: false, align: 'center',
109
+				sortable: false, hidden: false
110
+			},
111
+			{
112
+				index: 'JOIN_DT', name: 'joinDt',
113
+				label: '가입일자',
114
+				width: '8', fixed: false, align: 'center',
115
+				sortable: false, hidden: false
116
+			}
117
+		],
118
+		load: function() {
119
+			var _this = this;
120
+			let param = $('#ITP_FORM_OPER03010_SEARCH').serializeObject();
121
+			param.gridSize = $.jgrid.defaults.rowNum;
122
+			$(OPER03010_GRID_ID).jqGrid({
123
+				colModel: this.colModel,
124
+				loadBeforeSend: function(jqXHR) {
125
+					jqXHR.setRequestHeader('X-AUTH-TOKEN', CONN_KEY);
126
+				},
127
+				postData: JSON.stringify(param),
128
+				url: DOMAIN + AFFL_DETAIL_GRID_LIST,
129
+				pager: OPER03010_GRID_PAGER,
130
+				multiselect: false,
131
+				rownumbers: true,
132
+				onCellSelect: function(rowId, cellIdx, cellValue) {
133
+					var cm = $(this).jqGrid('getGridParam', 'colModel');
134
+					var colNm = cm[cellIdx].name;
135
+					if (colNm == 'corpNm') {
136
+						const cmpyCdVal = $(this).jqGrid('getCell', rowId, 'cmpyCd');
137
+						const key = {cmpyCd: cmpyCdVal, viewCd: 'R'};
138
+						var param = $.param(key);
139
+						_this.itp_fn_OPER03010_view(param);
140
+					}
141
+				},
142
+				loadComplete: function(data) {
143
+					console.log(data);
144
+					itp_fn_grid_load_complete(data, OPER03010_GRID_ID, true, 'number', 'OPER03010', pageObj.itp_OPER03010_search, _this.itp_fn_OPER03010_empty, true, data.gridRecords, true);
145
+					var ids = $(OPER03010_GRID_ID).getDataIDs();
146
+					$.each(ids, function(idx, rowId) {
147
+						$(OPER03010_GRID_ID).jqGrid('setCell', rowId, 'cmpyNm', '', ITP_GRID_COL_STYLE.link);
148
+					});
149
+				},
150
+				loadError: function(jqXHR, textStatus, errorThrown) {
151
+					itp_fn_grid_load_error(jqXHR, textStatus, errorThrown);
152
+				},
153
+				onPaging: function(action) {
154
+					itp_fn_grid_paging(OPER03010_GRID_ID, action, param);
155
+				}
156
+			}).navGrid(OPER03010_GRID_PAGER, ITP_GRID_NAV_DEFAULTS.navGrid);
157
+		},
158
+		itp_fn_OPER03010_view: {
159
+			call: function (param) {
160
+				fn_ajax_call(COMPANY_INFO_COMPANY, param, this.callback, 'GET');
161
+			},
162
+			callback:  function(result) {
163
+				// console.log(result);
164
+				itp_fn_OPER03010_switch_screen('VIEW');
165
+				$('#ITP_FORM_OPER03010_VIEW #ITP_FORM_OPER03010_VIEW_CMPY_CD').val(result.cmpyCd);
166
+
167
+				$('#ITP_FORM_OPER03010_VIEW .fnCmpyNm').text(result.cmpyNm);
168
+				$('#ITP_FORM_OPER03010_VIEW .fnCmpyStatCd').text(result.cmpyStatNm);
169
+				$('#ITP_FORM_OPER03010_VIEW .fnCmpyCd').text(result.cmpyCd);
170
+				$('#ITP_FORM_OPER03010_VIEW .fnCmpyTypeCd').text(result.cmpyTypeNm);
171
+				$('#ITP_FORM_OPER03010_VIEW .fnCmpyRegNum').text(result.cmpyRegNum);
172
+				$('#ITP_FORM_OPER03010_VIEW .fnFrcompAuthCd').text(result.frcompAuthNm);
173
+				$('#ITP_FORM_OPER03010_VIEW .fnCoptNum').text(result.coptNum);
174
+				$('#ITP_FORM_OPER03010_VIEW .fnBizCate').text(result.bizCate);
175
+				$('#ITP_FORM_OPER03010_VIEW .fnBizType').text(result.bizType);
176
+				$('#ITP_FORM_OPER03010_VIEW .fnBossNm').text(result.bossNm);
177
+				$('#ITP_FORM_OPER03010_VIEW .fnMainTel').text(result.mainTel);
178
+				$('#ITP_FORM_OPER03010_VIEW .fnMainFax').text(result.mainFax);
179
+				$('#ITP_FORM_OPER03010_VIEW .fnMainEmail').text(result.mainEmail);
180
+				$('#ITP_FORM_OPER03010_VIEW .fnCmpyAddress').text('('+ result.cmpyZipno + ') ' + result.cmpyAdres + ' ' + result.cmpyAdresDtl);
181
+
182
+				$('#ITP_FORM_OPER03010_VIEW .fnAddDt').text(result.addDt);
183
+				$('#ITP_FORM_OPER03010_VIEW .fnChgDt').text(result.chgDt);
184
+
185
+				itp_fn_OPER03010_view_map(result.cmpyAdres);
186
+
187
+				// 영업담당자정보  리스트 조회
188
+				itp_fn_OPER03010_view_grid.unload();
189
+				itp_fn_OPER03010_view_grid.callBack();
190
+			}
191
+		},
192
+		itp_fn_OPER03010_empty: {
193
+			push: function() {
194
+				let param = $('#ITP_FORM_OPER03010_SEARCH').serializeObject();
195
+				pageObj.itp_OPER03010_param = param;
196
+			},
197
+			back: function() {
198
+				$('#ITP_FORM_OPER03010_DEVI_TP_CD').val(pageObj.itp_OPER03010_param.deviTpCd);
199
+				$('#ITP_FORM_OPER03010_ORDER_YN').val(pageObj.itp_OPER03010_param.orderYn);
200
+				$('#ITP_FORM_OPER03010_ADT_AUTH_CD').val(pageObj.itp_OPER03010_param.adtAuthCd);
201
+				$('#ITP_FORM_OPER03010_EMAIL_RCV_YN').val(pageObj.itp_OPER03010_param.emailRcvYn);
202
+				$('#ITP_FORM_OPER03010_SMS_RCV_YN').val(pageObj.itp_OPER03010_param.smsRcvYn);
203
+				$('#ITP_FORM_OPER03010_MEMB_EXIT_DT').val(pageObj.itp_OPER03010_param.membExitDt);
204
+				$('#ITP_FORM_OPER03010_FROM_DT').val(pageObj.itp_OPER03010_param.fromDt);
205
+				$('#ITP_FORM_OPER03010_TO_DT').val(pageObj.itp_OPER03010_param.toDt);
206
+				$('#ITP_FORM_OPER03010_KEYWORD').val(pageObj.itp_OPER03010_param.keyword);
207
+			}
208
+		},
209
+		reload : function() {
210
+			var _this = this;
211
+			$(OPER03010_GRID_EMPTY).on('click', function() {
212
+				_this.itp_fn_OPER03010_empty.back();
213
+				pageObj.itp_OPER03010_param.gridSize = $.jgrid.defaults.rowNum;
214
+				$(OPER03010_GRID_ID).setGridParam({'postData': JSON.stringify(pageObj.itp_OPER03010_param)}).trigger('reloadGrid');
215
+			});
216
+		},
217
+		clearData : function() {
218
+			$(OPER03010_GRID_ID).jqGrid('clearGridData', true);
219
+			$(OPER03010_GRID_LIST).find('.ui-jqgrid-bdiv').css('min-height', '100px');
220
+			$(OPER03010_GRID_EMPTY).html(ITP_MSG_LOCALE.message.grid.noData);
221
+			$(OPER03010_GRID_EMPTY).show();
222
+		},
223
+		unload : function() {
224
+			$.jgrid.gridUnload(OPER03010_GRID_ID);
225
+		}
226
+	}
227
+};
228
+
229
+var modifyObj = {
230
+
231
+};
232
+
233
+var createObj = {
234
+
235
+};

+ 20 - 42
src/main/webapp/app/pomng/POMNG02010.html

@@ -19,7 +19,11 @@
19 19
 							<div class="col-xs-12">
20 20
 								<form id="ITP_FORM_POMNG02010_SEARCH" class="form-horizontal">
21 21
 									<div class="form-group">
22
-										<label class="col-xs-1" style="width:10%; top:5px;">구매요청일</label>
22
+										<div class="col-xs-2 itp_ip itp_noMar">
23
+											<select id="ITP_FORM_POMNG04010_SEARCH_PCH_REQ_DT" class="form-control itp_input" name="PCH_REQ_DT">
24
+												<option value="A">구매요청일</option>											
25
+											</select>
26
+										</div>										
23 27
 										<div class="col-xs-3 itp_ip itp_noMar">
24 28
 											<div class="input-daterange input-group date">
25 29
 												<input type="text" id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_DT" class="form-control itp_input" name="PCH_REQ_DT" value="">
@@ -32,7 +36,7 @@
32 36
 										</div>
33 37
 										<div class="col-xs-2 itp_in" style="padding-left: 5px;">
34 38
 											<button type="button" id="ITP_BTN_POMNG02010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
35
-											<button type="button" id="ITP_BTN_POMNG02010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i></button>
39
+											<button type="button" id="ITP_BTN_POMNG02010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
36 40
 						                </div>
37 41
 									</div>
38 42
 									<div class="form-group" style="padding-top: 10px; border-top: 1px dotted #ccc;">
@@ -400,62 +404,36 @@
400 404
 											 </tbody>
401 405
 											 <tbody class="check">
402 406
 												 <tr>
403
-													<td>
404
-													
405
-													</td>
407
+													<td></td>
406 408
 													<td>
407 409
 								    					<div id="ITP_FORM_POMNG02010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO"></div>
408 410
 													</td>
409 411
 													<td>
410 412
 								    					<div id="ITP_FORM_POMNG02010_ITEM_NM" name="ITEM_NM"></div>
411 413
 													</td>
412
-													<td>
413
-																											
414
-													</td>
415
-													<td>
416
-													
417
-													</td>
418
-													<td>
419
-													
420
-													</td>
421
-													<td>
422
-													
423
-													<td>
424
-													
425
-													</td>
426
-													<td>
427
-													
428
-													</td>
414
+													<td></td>
415
+													<td></td>
416
+													<td></td>
417
+													<td></td>
418
+													<td></td>
419
+													<td></td>
429 420
 												 </tr>
430 421
 											 </tbody>
431 422
 											 <tbody class="check">
432 423
 												 <tr>
433
-													<td>
434
-													
435
-													</td>
424
+													<td></td>
436 425
 													<td>
437 426
 								    					<div id="ITP_FORM_POMNG02010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO"></div>
438 427
 													</td>
439 428
 													<td>
440 429
 								    					<div id="ITP_FORM_POMNG02010_ITEM_NM" name="ITEM_NM"></div>
441 430
 													</td>
442
-													<td>
443
-																											
444
-													</td>
445
-													<td>
446
-													
447
-													</td>
448
-													<td>
449
-													
450
-													</td>
451
-													<td>
452
-													
453
-													<td>
454
-													
455
-													</td>
456
-													<td>
457
-													
458
-													</td>
431
+													<td></td>
432
+													<td></td>
433
+													<td></td>
434
+													<td></td>
435
+													<td></td>
436
+													<td></td>
459 437
 												 </tr>
460 438
 											 </tbody>
461 439
 										 </table>

+ 11 - 7
src/main/webapp/app/pomng/POMNG03010.html

@@ -18,12 +18,16 @@
18 18
 							<div class="col-xs-12">
19 19
 								<form id="ITP_FORM_POMNG03010_SEARCH" class="form-horizontal">
20 20
 									<div class="form-group">
21
-										<label class="col-xs-1" style="width:11%; top:5px;">납기요청일 *</label>
21
+										<div class="col-xs-2 itp_ip itp_noMar">
22
+											<select id="ITP_FORM_POMNG04010_SEARCH_DLV_REQ_DT" class="form-control itp_input" name="DLV_REQ_DT">
23
+												<option value="A">납기요청일*</option>											
24
+											</select>
25
+										</div>											
22 26
 										<div class="col-xs-3 itp_ip itp_noMar">
23 27
 											<div class="input-daterange input-group date">
24
-												<input type="text" id="ITP_FORM_POMNG03010_SEARCH_PCH_REQ_DT" class="form-control itp_input" name="PCH_REQ_DT" value="">
28
+												<input type="text" id="ITP_FORM_POMNG03010_SEARCH_" class="form-control itp_input" name="" value="">
25 29
 												<span class="input-group-addon itp_date_to">~</span>
26
-												<input type="text" id="ITP_FORM_POMNG03010_SEARCH_PCH_REQ_DT" class="form-control itp_input" name="PCH_REQ_DT" value="">
30
+												<input type="text" id="ITP_FORM_POMNG03010_SEARCH_" class="form-control itp_input" name="" value="">
27 31
 											</div>
28 32
 										</div>
29 33
 									</div>
@@ -33,14 +37,14 @@
33 37
 										</div>
34 38
 										<div class="col-xs-1 itp_in" style="padding:0px; width:8%;">
35 39
 											<button type="button" id="ITP_BTN_POMNG03010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
36
-											<button type="button" id="ITP_BTN_POMNG03010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i></button>
40
+											<button type="button" id="ITP_BTN_POMNG03010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
37 41
 						                </div>
38 42
 										<div class="col-xs-2 itp_ip itp_noMar">
39 43
 											<input type="text" id="ITP_FORM_POMNG03010_SEARCH_DLV_PLACE" class="form-control itp_input" name="DLV_PLACE" value="매장/창고" />
40 44
 										</div>
41 45
 										<div class="col-xs-1 itp_in" style="padding:0px; width:10%;">
42 46
 											<button type="button" id="ITP_BTN_POMNG03010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
43
-											<button type="button" id="ITP_BTN_POMNG03010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i></button>
47
+											<button type="button" id="ITP_BTN_POMNG03010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
44 48
 						                </div>
45 49
 										<div class="col-xs-4 itp_ip itp_noMar">
46 50
 											<input type="text" id="ITP_FORM_POMNG03010_SEARCH_ITEM_NM" class="form-control itp_input" name="ITEM_NM" placeholder="품목번호 or 품목명" />
@@ -340,7 +344,7 @@
340 344
 												</div>
341 345
 												<div class="col-xs-4 itp_in" style="padding-left: 3px;">
342 346
 													<button type="button" id="ITP_BTN_POMNG03010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
343
-													<button type="button" id="ITP_BTN_POMNG03010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i></button>
347
+													<button type="button" id="ITP_BTN_POMNG03010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
344 348
 								                </div>
345 349
 											</div>
346 350
 											<label class="col-xs-2 itp_lb">발주일자</label>
@@ -356,7 +360,7 @@
356 360
 												</div>
357 361
 												<div class="col-xs-4 itp_in" style="padding-left: 3px;">
358 362
 													<button type="button" id="ITP_BTN_POMNG03010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
359
-													<button type="button" id="ITP_BTN_POMNG03010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i></button>
363
+													<button type="button" id="ITP_BTN_POMNG03010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
360 364
 								                </div>
361 365
 												</div>
362 366
 											<label class="col-xs-2 itp_lb">발주 총 금액</label>

+ 21 - 17
src/main/webapp/app/pomng/POMNG04010.html

@@ -18,7 +18,11 @@
18 18
 							<div class="col-xs-12">
19 19
 								<form id="ITP_FORM_POMNG04010_SEARCH" class="form-horizontal">
20 20
 									<div class="form-group">
21
-										<label class="col-xs-1" style="width:11%; top:5px;">발주일자 *</label>
21
+										<div class="col-xs-2 itp_ip itp_noMar">
22
+											<select id="ITP_FORM_POMNG04010_SEARCH_ class="form-control itp_input" name="">
23
+												<option value="A">발주일자*</option>											
24
+											</select>
25
+										</div>										
22 26
 										<div class="col-xs-3 itp_ip itp_noMar">
23 27
 											<div class="input-daterange input-group date">
24 28
 												<input type="text" id="ITP_FORM_POMNG04010_SEARCH_PCH_REQ_DT" class="form-control itp_input" name="PCH_REQ_DT" value="">
@@ -38,14 +42,14 @@
38 42
 										</div>
39 43
 										<div class="col-xs-1 itp_in" style="padding: 0px; width:8%;">
40 44
 											<button type="button" id="ITP_BTN_POMNG04010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
41
-											<button type="button" id="ITP_BTN_POMNG04010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i></button>
45
+											<button type="button" id="ITP_BTN_POMNG04010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
42 46
 						                </div>
43 47
 										<div class="col-xs-2 itp_ip itp_noMar">
44 48
 											<input type="text" id="ITP_FORM_POMNG04010_SEARCH_DLV_PLACE" class="form-control itp_input" name="DLV_PLACE" value="매장/창고" />
45 49
 										</div>
46 50
 										<div class="col-xs-1 itp_in" style="padding: 0px; width:10%;">
47 51
 											<button type="button" id="ITP_BTN_POMNG04010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
48
-											<button type="button" id="ITP_BTN_POMNG04010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i></button>
52
+											<button type="button" id="ITP_BTN_POMNG04010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
49 53
 						                </div>
50 54
 										<div class="col-xs-4 itp_ip itp_noMar">
51 55
 											<input type="text" id="ITP_FORM_POMNG04010_SEARCH_ITEM_NM" class="form-control itp_input" name="ITEM_NM" placeholder="품목번호 or 품목명" />
@@ -198,28 +202,28 @@
198 202
 														<input type="checkbox" style="width:20px; height:17px;">
199 203
 													</td>
200 204
 													<td>
201
-								    					<div id="ITP_FORM_POMNGO4010_" name="">0010</div>
205
+								    					<div id="ITP_FORM_POMNG04010_" name="">0010</div>
202 206
 													</td>
203 207
 													<td>
204
-								    					<div id="ITP_FORM_POMNGO4010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022001</div>
208
+								    					<div id="ITP_FORM_POMNG04010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022001</div>
205 209
 													</td>
206 210
 													<td>
207
-								    					<div id="ITP_FORM_POMNGO4010_ITEM_NM" name="ITEM_NM">A품목</div>
211
+								    					<div id="ITP_FORM_POMNG04010_ITEM_NM" name="ITEM_NM">A품목</div>
208 212
 													</td>
209 213
 													<td>
210
-								    					<div id="ITP_FORM_POMNGO4010_" name="">1</div>
214
+								    					<div id="ITP_FORM_POMNG04010_" name="">1</div>
211 215
 													</td>
212 216
 													<td>
213
-								    					<div id="ITP_FORM_POMNGO4010_" name="">100,000</div>
217
+								    					<div id="ITP_FORM_POMNG04010_" name="">100,000</div>
214 218
 													</td>
215 219
 													<td>
216
-								    					<div id="ITP_FORM_POMNGO4010_UNIT" name="UNIT">EA</div>
220
+								    					<div id="ITP_FORM_POMNG04010_UNIT" name="UNIT">EA</div>
217 221
 													</td>
218 222
 													<td>
219 223
 														<input type="text" id="ITP_FORM_POMNG04010_STDD_QYT" class="form-control itp_input" name="STDD_QYT" value="10" />
220 224
 													</td>
221 225
 													<td>
222
-								    					<div id="ITP_FORM_POMNGO4010_DLV_REQ_DT" name="DLV_REQ_DT">1,000,000</div>
226
+								    					<div id="ITP_FORM_POMNG04010_DLV_REQ_DT" name="DLV_REQ_DT">1,000,000</div>
223 227
 								    				</td>
224 228
 													<td>
225 229
 														<div class="input-daterange input-group date">
@@ -232,28 +236,28 @@
232 236
 														<input type="checkbox" style="width:20px; height:17px;">
233 237
 													</td>
234 238
 													<td>
235
-								    					<div id="ITP_FORM_POMNGO4010_" name="">0020</div>
239
+								    					<div id="ITP_FORM_POMNG04010_" name="">0020</div>
236 240
 													</td>
237 241
 													<td>
238
-								    					<div id="ITP_FORM_POMNGO4010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022002</div>
242
+								    					<div id="ITP_FORM_POMNG04010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022002</div>
239 243
 													</td>
240 244
 													<td>
241
-								    					<div id="ITP_FORM_POMNGO4010_ITEM_NM" name="ITEM_NM">B품목</div>
245
+								    					<div id="ITP_FORM_POMNG04010_ITEM_NM" name="ITEM_NM">B품목</div>
242 246
 													</td>
243 247
 													<td>
244
-								    					<div id="ITP_FORM_POMNGO4010_" name="">1</div>
248
+								    					<div id="ITP_FORM_POMNG04010_" name="">1</div>
245 249
 													</td>
246 250
 													<td>
247
-								    					<div id="ITP_FORM_POMNGO4010_" name="">10,000</div>
251
+								    					<div id="ITP_FORM_POMNG04010_" name="">10,000</div>
248 252
 													</td>
249 253
 													<td>
250
-								    					<div id="ITP_FORM_POMNGO4010_UNIT" name="UNIT">EA</div>
254
+								    					<div id="ITP_FORM_POMNG04010_UNIT" name="UNIT">EA</div>
251 255
 													</td>
252 256
 													<td>
253 257
 														<input type="text" id="ITP_FORM_POMNG04010_STDD_QYT" class="form-control itp_input" name="STDD_QYT" value="100" />
254 258
 													</td>
255 259
 													<td>
256
-								    					<div id="ITP_FORM_POMNGO4010_DLV_REQ_DT" name="DLV_REQ_DT">1,000,000</div>
260
+								    					<div id="ITP_FORM_POMNG04010_DLV_REQ_DT" name="DLV_REQ_DT">1,000,000</div>
257 261
 								    				</td>
258 262
 													<td>
259 263
 														<div class="input-daterange input-group date">

+ 2 - 147
src/main/webapp/app/pomng/POMNG05010.html

@@ -41,14 +41,14 @@
41 41
 										</div>
42 42
 										<div class="col-xs-1 itp_in" style="width:8%; padding:0px;">
43 43
 											<button type="button" id="ITP_BTN_POMNG05010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
44
-											<button type="button" id="ITP_BTN_POMNG05010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i></button>
44
+											<button type="button" id="ITP_BTN_POMNG05010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
45 45
 						                </div>
46 46
 										<div class="col-xs-2 itp_ip itp_noMar">
47 47
 											<input type="text" id="ITP_FORM_POMNG05010_SEARCH_DLV_PLACE" class="form-control itp_input" name="DLV_PLACE" value="매장/창고" />
48 48
 										</div>
49 49
 										<div class="col-xs-1 itp_in" style="width:11%; padding:0px;">
50 50
 											<button type="button" id="ITP_BTN_POMNG05010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
51
-											<button type="button" id="ITP_BTN_POMNG05010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i></button>
51
+											<button type="button" id="ITP_BTN_POMNG05010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
52 52
 						                </div>
53 53
 										<div class="col-xs-3 itp_ip itp_noMar">
54 54
 											<input type="text" id="ITP_FORM_POMNG05010_SEARCH_ITEM_NM" class="form-control itp_input" name="ITEM_NM" placeholder="품목번호 or 품목명" />
@@ -187,151 +187,6 @@
187 187
 						</table>
188 188
 					</div>
189 189
 				</div>
190
-				<!-- <div id="ITP_AJAX_POMNG05010_LIST_CONTAINER">
191
-					<div class="itp_form itp_type1 fix">
192
-						<div class="col-xs-12">
193
-							<form id="ITP_FORM_POMNG05010_DETAIL" class="form-horizontal">
194
-								<input type="hidden" id="ITP_FORM_POMNG05010_DETAIL_VIEW_CD" name="viewCd" value="C">
195
-					
196
-								<section class="itp_form_sec">
197
-									<h4 class="itp_form_tit">구매발주상세</h4>
198
-									<div class="itp_form_in">	
199
-										<div class="form-group">
200
-											<label class="col-xs-2 itp_lb">브랜드 *</label>
201
-											<div class="col-xs-4 itp_ip BRAND_NM"></div>
202
-											<label class="col-xs-2 itp_lb">발주번호/상태</label>
203
-											<div class="col-xs-4 itp_ip">
204
-												<div class="col-xs-3 itp_in">
205
-													<div class="input-group PCH_PODR_UNQ_NO" style="padding:5px;"></div>
206
-												</div>
207
-												<label class="col-xs-1" style="top:7px;">/</label>
208
-												<div class="col-xs-4 itp_in">
209
-													<div class="input-group PCH_ODR_ST_CD" style="padding:5px;"></div>
210
-												</div>
211
-											</div>
212
-										</div>
213
-									</div>
214
-									<div class="itp_form_in">
215
-										<div class="form-group">
216
-											<label class="col-xs-2 itp_lb">공급업체명</label>
217
-											<div class="col-xs-4 itp_ip SPPLY_NM"></div>
218
-											<label class="col-xs-2 itp_lb">발주일자</label>
219
-											<div class="col-xs-4 itp_ip "></div>
220
-										</div>
221
-									</div>
222
-									<div class="itp_form_in">	
223
-										<div class="form-group">
224
-											<label class="col-xs-2 itp_lb">납품장소</label>
225
-											<div class="col-xs-4 itp_ip DLV_PLACE"></div>
226
-											<label class="col-xs-2 itp_lb">발주 총 금액</label>
227
-											<div class="col-xs-4 itp_ip PODR_AMT"></div>
228
-										</div>
229
-									</div>
230
-									<div class="itp_form_in">	
231
-										<div class="form-group">
232
-											<label class="col-xs-2 itp_lb">발주담당자</label>
233
-											<div class="col-xs-4 itp_ip PODR_MGR_NM"></div>
234
-											<label class="col-xs-2 itp_lb">발주담당자연락처</label>
235
-											<div class="col-xs-4 itp_ip PODR_MGR_TEL_NO"></div>
236
-										</div>
237
-									</div>
238
-									
239
-									<div class="itp_form_in">
240
-										<div class="itp_table_head fix" style="background:#f5f5f5;">
241
-											<h4 class="itp_table_tit">발주 품목</h4>
242
-										</div>
243
-										<table class="table order">
244
-											<thead>
245
-												<tr>
246
-													<th style="width:5%;">선택</th>
247
-													<th style="width:5%;">항번</th>
248
-													<th style="width:10%;">품목번호</th>
249
-													<th style="width:10%;">품목명</th>
250
-													<th style="width:7%;">가격단위</th>
251
-													<th style="width:7%;">단가</th>
252
-													<th style="width:7%;">단위</th>
253
-													<th style="width:8%;">수량</th>
254
-													<th style="width:10%;">발주금액</th>
255
-													<th style="width:10%;">납기요청일</th>
256
-												 </tr>
257
-											 </thead>
258
-											 <tbody class="check">
259
-												 <tr>
260
-													<td>
261
-														<input type="checkbox" style="width:20px; height:17px;">
262
-													</td>
263
-													<td>
264
-								    					<div id="ITP_FORM_POMNG05010_" name="">0010</div>
265
-													</td>
266
-													<td>
267
-								    					<div id="ITP_FORM_POMNG05010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022001</div>
268
-													</td>
269
-													<td>
270
-								    					<div id="ITP_FORM_POMNG05010_ITEM_NM" name="ITEM_NM">A품목</div>
271
-													</td>
272
-													<td>
273
-								    					<div id="ITP_FORM_POMNG05010_" name="">1</div>
274
-													</td>
275
-													<td>
276
-								    					<div id="ITP_FORM_POMNG05010_" name="">100,000</div>
277
-													</td>
278
-													<td>
279
-								    					<div id="ITP_FORM_POMNG05010_UNIT" name="UNIT">EA</div>
280
-													</td>
281
-													<td>
282
-														<input type="text" id="ITP_FORM_POMNG05010_STDD_QYT" class="form-control itp_input" name="STDD_QYT" value="10" />
283
-													</td>
284
-													<td>
285
-								    					<div id="ITP_FORM_POMNG05010_DLV_REQ_DT" name="DLV_REQ_DT">1,000,000</div>
286
-								    				</td>
287
-													<td>
288
-														<div class="input-daterange input-group date">
289
-															<input type="text" id="ITP_FORM_POMNG05010_SEARCH_" class="form-control itp_input" name="" value="2022.10.01">
290
-														</div>
291
-													</td>
292
-												 </tr>
293
-												  <tr>
294
-													<td>
295
-														<input type="checkbox" style="width:20px; height:17px;">
296
-													</td>
297
-													<td>
298
-								    					<div id="ITP_FORM_POMNG05010_" name="">0020</div>
299
-													</td>
300
-													<td>
301
-								    					<div id="ITP_FORM_POMNG05010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022002</div>
302
-													</td>
303
-													<td>
304
-								    					<div id="ITP_FORM_POMNG05010_ITEM_NM" name="ITEM_NM">B품목</div>
305
-													</td>
306
-													<td>
307
-								    					<div id="ITP_FORM_POMNG05010_" name="">1</div>
308
-													</td>
309
-													<td>
310
-								    					<div id="ITP_FORM_POMNG05010_" name="">10,000</div>
311
-													</td>
312
-													<td>
313
-								    					<div id="ITP_FORM_POMNG05010_UNIT" name="UNIT">EA</div>
314
-													</td>
315
-													<td>
316
-														<input type="text" id="ITP_FORM_POMNG05010_STDD_QYT" class="form-control itp_input" name="STDD_QYT" value="100" />
317
-													</td>
318
-													<td>
319
-								    					<div id="ITP_FORM_POMNG05010_DLV_REQ_DT" name="DLV_REQ_DT">1,000,000</div>
320
-								    				</td>
321
-													<td>
322
-														<div class="input-daterange input-group date">
323
-															<input type="text" id="ITP_FORM_POMNG05010_SEARCH_" class="form-control itp_input" name="" value="2022.10.01">
324
-														</div>
325
-													</td>
326
-												 </tr>
327
-											 </tbody>
328
-										 </table>
329
-									</div>
330
-								</section>												
331
-							</form>
332
-						</div>
333
-					</div>
334
-				</div> -->
335 190
 			</div>
336 191
 		</article>
337 192
 	</div>

+ 7 - 3
src/main/webapp/app/pomng/POMNG06010.html

@@ -17,7 +17,11 @@
17 17
 							<div class="col-xs-12">
18 18
 								<form id="ITP_FORM_POMNG06010_SEARCH" class="form-horizontal">
19 19
 									<div class="form-group">
20
-										<label class="col-xs-1" style="width:11%; top:5px;">납품예정일 *</label>
20
+										<div class="col-xs-2 itp_ip itp_noMar">
21
+											<select id="ITP_FORM_POMNG06010_SEARCH_DLV_SCH_DT" class="form-control itp_input" name="DLV_SCH_DT">
22
+												<option value="A">납품예정일*</option>											
23
+											</select>
24
+										</div>										
21 25
 										<div class="col-xs-3 itp_ip itp_noMar">
22 26
 											<div class="input-daterange input-group date">
23 27
 												<input type="text" id="ITP_FORM_POMNG06010_SEARCH_PCH_REQ_DT" class="form-control itp_input" name="PCH_REQ_DT" value="">
@@ -35,14 +39,14 @@
35 39
 										</div>
36 40
 										<div class="col-xs-1 itp_in" style="padding: 0px; width:8%;">
37 41
 											<button type="button" id="ITP_BTN_POMNG06010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
38
-											<button type="button" id="ITP_BTN_POMNG06010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i></button>
42
+											<button type="button" id="ITP_BTN_POMNG03010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
39 43
 														</div>
40 44
 										<div class="col-xs-2 itp_ip itp_noMar">
41 45
 											<input type="text" id="ITP_FORM_POMNG06010_SEARCH_DLV_PLACE" class="form-control itp_input" name="DLV_PLACE" value="매장/창고" />
42 46
 										</div>
43 47
 										<div class="col-xs-1 itp_in" style="padding: 0px; width:10%;">
44 48
 											<button type="button" id="ITP_BTN_POMNG06010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
45
-											<button type="button" id="ITP_BTN_POMNG06010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i></button>
49
+											<button type="button" id="ITP_BTN_POMNG03010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
46 50
 														</div>
47 51
 										<div class="col-xs-4 itp_ip itp_noMar">
48 52
 											<input type="text" id="ITP_FORM_POMNG06010_SEARCH_ITEM_NM" class="form-control itp_input" name="ITEM_NM" placeholder="품목번호 or 품목명" />

+ 9 - 5
src/main/webapp/app/pomng/POMNG07010.html

@@ -14,12 +14,16 @@
14 14
 							<div class="col-xs-12">
15 15
 								<form id="ITP_FORM_POMNG07010_SEARCH" class="form-horizontal">
16 16
 									<div class="form-group">
17
-										<label class="col-xs-1" style="width:11%; top:5px;">입고일 *</label>
17
+										<div class="col-xs-2 itp_ip itp_noMar">
18
+											<select id="ITP_FORM_POMNG07010_SEARCH_" class="form-control itp_input" name="">
19
+												<option value="A">입고일*</option>											
20
+											</select>
21
+										</div>											
18 22
 										<div class="col-xs-3 itp_ip itp_noMar">
19 23
 											<div class="input-daterange input-group date">
20
-												<input type="text" id="ITP_FORM_POMNG07010_SEARCH_PCH_REQ_DT" class="form-control itp_input" name="PCH_REQ_DT" value="">
24
+												<input type="text" id="ITP_FORM_POMNG07010_SEARCH_DLV_REQ_DT" class="form-control itp_input" name="DLV_REQ_DT" value="">
21 25
 												<span class="input-group-addon itp_date_to">~</span>
22
-												<input type="text" id="ITP_FORM_POMNG07010_SEARCH_PCH_REQ_DT" class="form-control itp_input" name="PCH_REQ_DT" value="">
26
+												<input type="text" id="ITP_FORM_POMNG07010_SEARCH_DLV_CMPLT_DT" class="form-control itp_input" name="DLV_CMPLT_DT" value="">
23 27
 											</div>
24 28
 										</div>
25 29
 										<div class="col-xs-2 itp_ip itp_noMar" style="width:15.4%"></div>
@@ -33,14 +37,14 @@
33 37
 										</div>
34 38
 										<div class="col-xs-1 itp_in" style="padding: 0px; width:8%;">
35 39
 											<button type="button" id="ITP_BTN_POMNG07010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
36
-											<button type="button" id="ITP_BTN_POMNG07010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i></button>
40
+											<button type="button" id="ITP_BTN_POMNG07010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
37 41
 														</div>
38 42
 										<div class="col-xs-2 itp_ip itp_noMar">
39 43
 											<input type="text" id="ITP_FORM_POMNG07010_SEARCH_DLV_PLACE" class="form-control itp_input" name="DLV_PLACE" value="매장/창고" />
40 44
 										</div>
41 45
 										<div class="col-xs-1 itp_in" style="padding: 0px; width:10%;">
42 46
 											<button type="button" id="ITP_BTN_POMNG07010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
43
-											<button type="button" id="ITP_BTN_POMNG07010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i></button>
47
+											<button type="button" id="ITP_BTN_POMNG07010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
44 48
 														</div>
45 49
 										<div class="col-xs-4 itp_ip itp_noMar">
46 50
 											<input type="text" id="ITP_FORM_POMNG07010_SEARCH_ITEM_NM" class="form-control itp_input" name="ITEM_NM" placeholder="품목번호 or 품목명" />

+ 37 - 82
src/main/webapp/app/rtnmng/RTNMNG01010.html

@@ -4,7 +4,7 @@
4 4
 			<div class="itp_det_head fix">
5 5
 				<h2 class="pull-left itp_det_tit"><i class="glyphicon glyphicon-chevron-right"></i><strong>반품 요청</strong></h2>
6 6
 				<div class="pull-right itp_cicon">
7
-					<button type="button" id="ITP_BTN_RTNMNG01010_SRH" class="btn btn-primary btn-sm REQ" style="display: inline-block;"><i class="glyphicon "></i>&nbsp;&nbsp;요청&nbsp;&nbsp;</button>
7
+					<button type="button" id="ITP_BTN_RTNMNG01010_REQ" class="btn btn-primary btn-sm REQ" style="display: inline-block;"><i class="glyphicon "></i>&nbsp;&nbsp;요청&nbsp;&nbsp;</button>
8 8
 				</div>
9 9
 			</div>
10 10
 			<div class="itp_det_in">
@@ -28,17 +28,17 @@
28 28
 											<label class="col-xs-2 itp_lb">반품장소</label>
29 29
 											<div class="col-xs-4 itp_ip">
30 30
 												<div class="col-xs-5 itp_in">
31
-													<input type="text" id="ITP_FORM_POMNG04010_SEARCH_DLV_PLACE" class="form-control itp_input" name="DLV_PLACE" value="매장/창고" />
31
+													<input type="text" id="ITP_FORM_RTNMNG01010_SEARCH_DLV_PLACE" class="form-control itp_input" name="DLV_PLACE" value="매장/창고" />
32 32
 												</div>
33 33
 												<div class="col-xs-4 itp_in" style="padding-left:3px">
34
-													<button type="button" id="ITP_BTN_POMNG04010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
35
-													<button type="button" id="ITP_BTN_POMNG04010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i></button>
34
+													<button type="button" id="ITP_BTN_RTNMNG01010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
35
+													<button type="button" id="ITP_BTN_RTNMNG01010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
36 36
 								                </div>
37 37
 											</div>
38 38
 											<label class="col-xs-2 itp_lb">수거요청일</label>
39 39
 											<div class="col-xs-4 itp_ip">
40
-												<div class="col-xs-4 itp_in input-daterange input-group date">
41
-													<input type="text" id="ITP_FORM_POMNG02010_SEARCH_COL_REQ_DT" class="form-control itp_input" name="COL_REQ_DT" value="">
40
+												<div class="col-xs-5 itp_in input-group date">
41
+													<input type="text" id="ITP_FORM_RTNMNG01010_SEARCH_COL_REQ_DT" class="form-control itp_input" name="COL_REQ_DT" value="">
42 42
 												</div>
43 43
 											</div>
44 44
 										</div>
@@ -66,11 +66,11 @@
66 66
 													<th style="width:17%;">품목번호</th>
67 67
 													<th style="width:18%;">품목명</th>
68 68
 													<th style="width:10%;">단위</th>
69
-													<th style="width:10%;">수량</th>
70
-													<th style="width:10%;">예상구매금액</th>
71
-													<th style="width:10%;">납기요청일</th>
72
-													<th style="width:10%;">납품장소</th>
73
-													<th style="width:10%;">납품장소상세</th>
69
+													<th style="width:10%;">반품수량</th>
70
+													<th style="width:10%;">반품예상금액</th>
71
+													<th style="width:10%;">반품구분</th>
72
+													<th style="width:10%;">사유구분</th>
73
+													<th style="width:10%;">사유</th>
74 74
 												 </tr>
75 75
 											 </thead>
76 76
 											 <tbody class="check">
@@ -79,92 +79,47 @@
79 79
 														<input type="checkbox" style="width:20px; height:17px;">
80 80
 													</td>
81 81
 													<td>
82
-								    					<div id="ITP_FORM_RTNMNG01010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO"></div>
82
+								    					<div id="ITP_FORM_RTNMNG01010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022001</div>
83 83
 													</td>
84 84
 													<td>
85
-								    					<div id="ITP_FORM_RTNMNG01010_ITEM_NM" name="ITEM_NM"></div>
85
+								    					<div id="ITP_FORM_RTNMNG01010_ITEM_NM" name="ITEM_NM">A품목</div>
86 86
 													</td>
87 87
 													<td>
88
-														<select id="ITP_FORM_RTNMNG01010_UNIT" class="form-control itp_input" name="UNIT">
89
-														</select>													
90
-													</td>
91
-													<td>
92
-														<input type="text" id="ITP_FORM_RTNMNG01010_STDD_QYT" class="form-control itp_input" name="STDD_QYT" value="">
93
-													</td>
94
-													<td>
95
-														<input type="text" id="ITP_FORM_RTNMNG01010_" class="form-control itp_input" name="" value="">
96
-													</td>
97
-													<td>
98
-														<div class="input-daterange input-group date itp_in">
99
-															<input type="text" id="ITP_FORM_RTNMNG01010_DLV_REQ_DT" class="form-control itp_input" name="DLV_REQ_DT" value="">
100
-														</div>
101
-													<td>
102
-														<select id="ITP_FORM_RTNMNG01010_DETAIL_BNK_CD" class="form-control itp_input" name="BNK_CD">
103
-														</select>
104
-													</td>
105
-													<td>
106
-														<input type="text" id="ITP_FORM_RTNMNG01010_" class="form-control itp_input" name="" value="">
107
-													</td>
108
-												 </tr>
109
-											 </tbody>
110
-											 <tbody class="check">
111
-												 <tr>
112
-													<td>
113
-													
88
+								    					<div id="ITP_FORM_RTNMNG01010_UNIT" name="UNIT">EA</div>
114 89
 													</td>
115 90
 													<td>
116
-								    					<div id="ITP_FORM_RTNMNG01010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO"></div>
91
+														<input type="text" id="ITP_FORM_RTNMNG01010_RTN_QTY" class="form-control itp_input" name="RTN_QTY" value="10">
117 92
 													</td>
118 93
 													<td>
119
-								    					<div id="ITP_FORM_RTNMNG01010_ITEM_NM" name="ITEM_NM"></div>
120
-													</td>
94
+								    					<div id="ITP_FORM_RTNMNG01010_UNIT" name="UNIT">100,000</div>
121 95
 													<td>
122
-																											
96
+														<select id="ITP_FORM_RTNMNG01010_RTN_DVSN" class="form-control itp_input" name="RTN_DVSN">
97
+														<option value="A">실물반품</option>											
98
+														</select>	
123 99
 													</td>
124 100
 													<td>
125
-													
126
-													</td>
127
-													<td>
128
-													
129
-													</td>
130
-													<td>
131
-													
132
-													<td>
133
-													
101
+														<select id="ITP_FORM_RTNMNG01010_" class="form-control itp_input" name="">
102
+														<option value="A">사유1</option>											
103
+														</select>													
134 104
 													</td>
135 105
 													<td>
136
-													
106
+														<input type="text" id="ITP_FORM_RTNMNG01010_RTN_RSN" class="form-control itp_input" name="RTN_RSN" value="사유내용">
137 107
 													</td>
138 108
 												 </tr>
139
-											 </tbody>
140
-											 <tbody class="check">
141
-												 <tr>
142
-													<td>
143
-													
144
-													</td>
145
-													<td>
146
-								    					<div id="ITP_FORM_RTNMNG01010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO"></div>
147
-													</td>
148
-													<td>
149
-								    					<div id="ITP_FORM_RTNMNG01010_ITEM_NM" name="ITEM_NM"></div>
150
-													</td>
151
-													<td>
152
-																											
153
-													</td>
154
-													<td>
155
-													
156
-													</td>
157
-													<td>
158
-													
159
-													</td>
160
-													<td>
161
-													
162
-													<td>
163
-													
164
-													</td>
165
-													<td>
166
-													
167
-													</td>
109
+									 			  <tr>
110
+													<td></td>					
111
+													<td></td>					
112
+													<td></td>					
113
+													<td></td>					
114
+													<td></td>					
115
+													<td></td>					
116
+													<td></td>					
117
+													<td>
118
+														<select id="ITP_FORM_RTNMNG01010_RTN_DVSN" class="form-control itp_input" name="RTN_DVSN">
119
+														<option value="A">폐기반품</option>											
120
+														</select>	
121
+													</td>
122
+													<td></td>
168 123
 												 </tr>
169 124
 											 </tbody>
170 125
 										 </table>

+ 405 - 0
src/main/webapp/app/rtnmng/RTNMNG02010.html

@@ -0,0 +1,405 @@
1
+<section id="ITP_TAB_RTNMNG02010" class="tab-pane active itp_sec">
2
+	<div class="itp_cont">
3
+		<article class="itp_detail">
4
+			<div class="itp_det_head fix">
5
+				<h2 class="pull-left itp_det_tit"><i class="glyphicon glyphicon-chevron-right"></i> <strong>반품요청 현황</strong></h2>
6
+				<div class="pull-right itp_cicon">
7
+					<button type="button" id="ITP_BTN_RTNMNG02010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon "></i>&nbsp;&nbsp;조회&nbsp;&nbsp;</button>
8
+					<button type="button" id="ITP_BTN_RTNMNG02010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon "></i>&nbsp;&nbsp;수정&nbsp;&nbsp;</button>
9
+					<button type="button" id="ITP_BTN_RTNMNG02010_CANCELLIST" class="btn btn-warning btn-sm REQ"><i class="glyphicon "></i> &nbsp;&nbsp;요청&nbsp;&nbsp;</button>
10
+					<button type="button" id="ITP_BTN_RTNMNG02010_SAVE" class="btn btn-success btn-sm TSA"><i class="glyphicon "></i>&nbsp;&nbsp;임시저장&nbsp;&nbsp;</button>
11
+					<button type="button" id="ITP_BTN_RTNMNG02010_CANCELLIST" class="btn btn-warning btn-sm PRB"><i class="glyphicon "></i> &nbsp;&nbsp;취소/목록&nbsp;&nbsp;</button>
12
+				</div>
13
+			</div>
14
+			<div class="itp_det_in">
15
+				<div id="ITP_AJAX_RTNMNG02010_LIST_CONTAINER">
16
+					<div class="itp_lg_form itp_type1 fix">
17
+						<div class="itp_srh_border fix">
18
+							<div class="col-xs-12">
19
+								<form id="ITP_FORM_RTNMNG02010_SEARCH" class="form-horizontal">
20
+									<div class="form-group">
21
+										<div class="col-xs-2 itp_ip itp_noMar">
22
+											<select id="ITP_FORM_RTNMNG02010_SEARCH_RTN_REQ_DT" class="form-control itp_input" name="RTN_REQ_DT">
23
+												<option value="A">반품요청일</option>											
24
+											</select>
25
+										</div>											
26
+										<div class="col-xs-3 itp_ip itp_noMar">
27
+											<div class="input-daterange input-group date">
28
+												<input type="text" id="ITP_FORM_RTNMNG02010_SEARCH_RTN_REQ_DT" class="form-control itp_input" name="RTN_REQ_DT" value="">
29
+												<span class="input-group-addon itp_date_to">~</span>
30
+												<input type="text" id="ITP_FORM_RTNMNG02010_SEARCH_COL_REQ_DT" class="form-control itp_input" name="COL_REQ_DT" value="">
31
+											</div>
32
+										</div>
33
+									</div>
34
+									<div class="form-group" style="padding-top: 10px; border-top: 1px dotted #ccc;">
35
+										<div class="col-xs-3 itp_ip itp_noMar">
36
+											<input type="text" id="ITP_FORM_RTNMNG02010_SEARCH_" class="form-control itp_input" name="" value="매장/창고 팝업" />
37
+										</div>
38
+										<div class="col-xs-1 itp_in" style="padding-left: 5px; width:10%;">
39
+											<button type="button" id="ITP_BTN_RTNMNG02010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
40
+											<button type="button" id="ITP_BTN_RTNMNG02010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
41
+						                </div>
42
+										<div class="col-xs-2 itp_ip itp_noMar">
43
+											<select id="ITP_FORM_RTNMNG02010_SEARCH_ST_CD" class="form-control itp_input" name="ST_CD">
44
+												<option value="A">상태(대기/요청/접수/반려)</option>											
45
+											</select>
46
+										</div>
47
+										<div class="col-xs-5 itp_ip itp_noMar">
48
+											<input type="text" id="ITP_FORM_RTNMNG02010_SEARCH_ITEM_NM" class="form-control itp_input" name="ITEM_NM" placeholder="품목번호 or 품목명" />
49
+										</div>
50
+									</div>
51
+								</form>
52
+							</div>
53
+						</div>
54
+					</div>
55
+					<div class="itp_table fix">
56
+						<table class="table">
57
+							<thead>
58
+								<tr>
59
+									<th style="width:5%;">선택</th>
60
+									<th style="width:12%;">브랜드</th>
61
+									<th style="width:13%;">반품요청번호</th>
62
+									<th style="width:10%;">상태</th>
63
+									<th style="width:10%;">반품장소</th>
64
+									<th style="width:10%;">반품요청일</th>
65
+									<th style="width:10%;">반품요청금액</th>
66
+									<th style="width:10%;">요청품목수</th>
67
+									<th style="width:10%;">수거요청일자</th>
68
+									<th style="width:10%;">반품요청자</th>
69
+							 	</tr>
70
+						 	</thead>
71
+							<tbody>
72
+							 	<tr>
73
+									<td style="padding:0;"><input type="checkbox" style="width:25px; height:30px"></td>
74
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_BRAND_NM" name="BRAND_NM">테스트브랜드</td>
75
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_RTN_REQ_UNQ_NO" name="RTN_REQ_UNQ_NO"><strong>PR2022001</strong></td>
76
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_ST_CD" name="ST_CD">대기</td>
77
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_RTN_PLACE" name="RTN_PLACE">A매장</td>
78
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_RTN_REQ_DT" name="RTN_REQ_DT">2022.09.01</td>
79
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_" name="">1,000,000</td>
80
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_" name="">10</td>
81
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_COL_REQ_DT" name="COL_REQ_DT">2022.08.20</td>
82
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_" name="">홍길동</td>
83
+							 	</tr>
84
+								<tr>
85
+									<td></td>
86
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_BRAND_NM" name="BRAND_NM"></td>
87
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_RTN_REQ_UNQ_NO" name="RTN_REQ_UNQ_NO"><strong></strong></td>
88
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_ST_CD" name="ST_CD"></td>
89
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_RTN_PLACE" name="RTN_PLACE"></td>
90
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_RTN_REQ_DT" name="RTN_REQ_DT"></td>
91
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_" name=""></td>
92
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_" name=""></td>
93
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_COL_REQ_DT" name="COL_REQ_DT"></td>
94
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_" name=""></td>
95
+								</tr>
96
+								<tr>
97
+									<td></td>
98
+									<th>반려일자</th>
99
+									<th>반려담당자</th>
100
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_ST_CD" name="ST_CD"></td>
101
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_RTN_PLACE" name="RTN_PLACE"></td>
102
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_RTN_REQ_DT" name="RTN_REQ_DT"></td>
103
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_" name=""></td>
104
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_" name=""></td>
105
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_COL_REQ_DT" name="COL_REQ_DT"></td>
106
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_" name=""></td>
107
+								</tr>
108
+								<tr>
109
+									<td></td>
110
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_" name=""></td>
111
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_" name=""></td>
112
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_ST_CD" name="ST_CD"></td>
113
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_RTN_PLACE" name="RTN_PLACE"></td>
114
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_RTN_REQ_DT" name="RTN_REQ_DT"></td>
115
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_" name=""></td>
116
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_" name=""></td>
117
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_COL_REQ_DT" name="COL_REQ_DT"></td>
118
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_" name=""></td>
119
+								</tr>
120
+								<tr>
121
+									<td></td>
122
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_" name=""></td>
123
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_" name=""></td>
124
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_ST_CD" name="ST_CD"></td>
125
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_RTN_PLACE" name="RTN_PLACE"></td>
126
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_RTN_REQ_DT" name="RTN_REQ_DT"></td>
127
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_" name=""></td>
128
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_" name=""></td>
129
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_COL_REQ_DT" name="COL_REQ_DT"></td>
130
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_" name=""></td>
131
+								</tr>
132
+								<tr>
133
+									<td></td>
134
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_" name=""></td>
135
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_" name=""></td>
136
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_ST_CD" name="ST_CD"></td>
137
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_RTN_PLACE" name="RTN_PLACE"></td>
138
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_RTN_REQ_DT" name="RTN_REQ_DT"></td>
139
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_" name=""></td>
140
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_" name=""></td>
141
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_COL_REQ_DT" name="COL_REQ_DT"></td>
142
+									<td id="ITP_FORM_RTNMNG02010_SEARCH_" name=""></td>
143
+								</tr>
144
+							</tbody>
145
+						</table>
146
+					</div>
147
+				</div>
148
+				<div id="ITP_AJAX_RTNMNG02010_LIST_CONTAINER">
149
+					<div class="itp_form itp_type1 fix">
150
+						<div class="col-xs-12">
151
+							<form id="ITP_FORM_RTNMNG02010_DETAIL" class="form-horizontal">
152
+								<input type="hidden" id="ITP_FORM_RTNMNG02010_DETAIL_VIEW_CD" name="viewCd" value="C">
153
+					
154
+								<section class="itp_form_sec">
155
+									<h4 class="itp_form_tit">반품요청정보-상세</h4>
156
+									<div class="itp_form_in">	
157
+										<div class="form-group">
158
+											<label class="col-xs-2 itp_lb">브랜드 *</label>
159
+											<div class="col-xs-4 itp_ip BRAND_NM"></div>
160
+											<label class="col-xs-2 itp_lb">반품번호</label>
161
+											<div class="col-xs-4 itp_ip RTN_REQ_UNQ_NO"></div>
162
+										</div>
163
+									</div>
164
+									<div class="itp_form_in">
165
+										<div class="form-group">
166
+											<label class="col-xs-2 itp_lb">반품장소</label>
167
+											<div class="col-xs-4 itp_ip RTN_PLACE"></div>
168
+											<label class="col-xs-2 itp_lb">반품요청상태</label>
169
+											<div class="col-xs-4 itp_ip RTN_REQ_ST_CD"></div>
170
+										</div>
171
+									</div>
172
+									<div class="itp_form_in">	
173
+										<div class="form-group">
174
+											<label class="col-xs-2 itp_lb">비고</label>
175
+											<div class="col-xs-4 itp_ip">
176
+												<div class="col-xs-3 itp_in">
177
+													<div class="input-group NOTE" style="padding:5px;"></div>
178
+												</div>
179
+											</div>
180
+											<label class="col-xs-2 itp_lb">수거요청일</label>
181
+											<div class="col-xs-4 itp_ip COL_REQ_DT"></div>
182
+										</div>
183
+									</div>
184
+									<div class="itp_form_in">	
185
+										<div class="form-group">
186
+											<label class="col-xs-2 itp_lb">반품일자</label>
187
+											<div class="col-xs-4 itp_ip RTN_REQ_DT"></div>
188
+											<label class="col-xs-2 itp_lb">반려담당자명</label>
189
+											<div class="col-xs-4 itp_ip RTN_REQ_MGR_NM"></div>
190
+										</div>
191
+									</div>
192
+									<div class="itp_form_in">
193
+										<div class="form-group">
194
+											<label class="col-xs-2 itp_lb">반품사유</label>
195
+											<div class="col-xs-10 itp_ip RTN_RSN"></div>
196
+										</div>
197
+									</div>
198
+									<div class="itp_form_in">
199
+										<div class="itp_table_head fix" style="background:#f5f5f5;">
200
+											<h4 class="itp_table_tit">요청 품목</h4>
201
+										</div>
202
+										<table class="table order">
203
+											<thead>
204
+												<tr>
205
+													<th style="width:5%;">선택</th>
206
+													<th style="width:10%;">품목번호</th>
207
+													<th style="width:10%;">품목명</th>
208
+													<th style="width:7%;">단위</th>
209
+													<th style="width:8%;">반품수량</th>
210
+													<th style="width:10%;">반품예상금액</th>
211
+													<th style="width:9%;">반품구분</th>
212
+													<th style="width:10%;">사유구분</th>
213
+													<th style="width:11%;">사유</th>
214
+												 </tr>
215
+											 </thead>
216
+											 <tbody class="check">
217
+												 <tr>
218
+													<td>
219
+														<input type="checkbox" style="width:20px; height:17px;">
220
+													</td>
221
+													<td>
222
+								    					<div id="ITP_FORM_RTNMNG02010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022001</div>
223
+													</td>
224
+													<td>
225
+								    					<div id="ITP_FORM_RTNMNG02010_ITEM_NM" name="ITEM_NM">A품목</div>
226
+													</td>
227
+													<td>
228
+								    					<div id="ITP_FORM_RTNMNG02010_UNIT" name="UNIT">EA</div>
229
+													</td>
230
+													<td>
231
+								    					<div id="ITP_FORM_RTNMNG02010_RTN_QTY" name="RTN_QTY">10</div>
232
+													</td>
233
+													<td>
234
+								    					<div id="ITP_FORM_RTNMNG02010_RTN_AMT" name="RTN_AMT">100,000</div>
235
+													</td>
236
+													<td>
237
+								    					<div id="ITP_FORM_RTNMNG02010_RTN_DVSN" name="RTN_DVSN">폐기반품</div>
238
+								    				</td>
239
+													<td>
240
+								    					<div id="ITP_FORM_RTNMNG02010_RTN_REQ_DVSN" name="RTN_REQ_DVSN">유통기한초과</div>
241
+													</td>
242
+													<td>
243
+								    					<div id="ITP_FORM_RTNMNG02010_RTN_RSN" name="RTN_RSN">유통판매 미진으로</div>
244
+													</td>
245
+												 </tr>
246
+											 </tbody>
247
+											 <tbody class="check">
248
+												 <tr>
249
+													<td></td>
250
+													<td></td>
251
+													<td></td>
252
+													<td></td>
253
+													<td></td>
254
+													<td></td>
255
+													<td></td>
256
+													<td></td>
257
+													<td></td>
258
+												 </tr>
259
+											 </tbody>
260
+											 <tbody class="check">
261
+												 <tr>
262
+													<td></td>
263
+													<td></td>
264
+													<td></td>
265
+													<td></td>
266
+													<td></td>
267
+													<td></td>
268
+													<td></td>
269
+													<td></td>
270
+													<td></td>
271
+												 </tr>
272
+											 </tbody>
273
+										 </table>
274
+									</div>
275
+								</section>												
276
+							</form>
277
+						</div>
278
+					</div>
279
+				</div>
280
+				<div id="ITP_AJAX_RTNMNG02010_LIST_CONTAINER">
281
+					<div class="itp_form itp_type1 fix">
282
+						<div class="col-xs-12">
283
+							<form id="ITP_FORM_RTNMNG02010_DETAIL" class="form-horizontal">
284
+								<input type="hidden" id="ITP_FORM_RTNMNG02010_DETAIL_VIEW_CD" name="viewCd" value="C">
285
+								<section class="itp_form_sec">
286
+									<h4 class="itp_form_tit">반품요청정보</h4>
287
+									<div class="itp_form_in">	
288
+										<div class="form-group">
289
+											<label class="col-xs-2 itp_lb">브랜드 *</label>
290
+											<div class="col-xs-4 itp_ip BRAND_NM"></div>
291
+											<label class="col-xs-2 itp_lb">반품번호</label>
292
+											<div class="col-xs-4 itp_ip PCH_REQ_UNQ_NO"></div>
293
+										</div>
294
+									</div>
295
+									<div class="itp_form_in">	
296
+										<div class="form-group">
297
+											<label class="col-xs-2 itp_lb">반품장소</label>
298
+											<div class="col-xs-4 itp_ip">
299
+												<div class="col-xs-5 itp_in">
300
+													<input type="text" id="ITP_FORM_RTNMNG02010_SEARCH_DLV_PLACE" class="form-control itp_input" name="DLV_PLACE" value="매장/창고" />
301
+												</div>
302
+												<div class="col-xs-4 itp_in" style="padding-left:3px">
303
+													<button type="button" id="ITP_BTN_RTNMNG02010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
304
+													<button type="button" id="ITP_BTN_RTNMNG02010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
305
+																</div>
306
+											</div>
307
+											<label class="col-xs-2 itp_lb">수거요청일</label>
308
+											<div class="col-xs-4 itp_ip">
309
+												<div class="col-xs-5 itp_in input-group date">
310
+													<input type="text" id="ITP_FORM_RTNMNG02010_SEARCH_COL_REQ_DT" class="form-control itp_input" name="COL_REQ_DT" value="">
311
+												</div>
312
+											</div>
313
+										</div>
314
+									</div>
315
+									<div class="itp_form_in">
316
+										<div class="form-group">
317
+											<label class="col-xs-2 itp_lb">비고</label>
318
+											<div class="col-xs-10 itp_ip">
319
+												<input type="text" id="ITP_FORM_RTNMNG02010_SEARCH_NOTE" class="form-control itp_input" name="NOTE" value="" />
320
+											</div>
321
+										</div>
322
+									</div>
323
+									<div class="itp_form_in">
324
+										<div class="itp_table_head fix" style="background:#f5f5f5;">
325
+											<h4 class="itp_table_tit">요청 품목</h4>
326
+											<div class="pull-right itp_cicon">
327
+												<button type="button" id="ITP_BTN_RTNMNG02010_DETAIL_ADDROW" class="btn btn-primary btn-sm ARB" style="display: inline-block;"><i class="glyphicon "></i>&nbsp;&nbsp;품목추가&nbsp;&nbsp;</button>
328
+												<button type="button" id="ITP_BTN_RTNMNG02010_DETAIL_DELROW" class="btn btn-danger btn-sm DRB"><i class="glyphicon "></i>&nbsp;&nbsp;품목삭제&nbsp;&nbsp;</button>
329
+											</div>
330
+										</div>
331
+										<table class="table order">
332
+											<thead>
333
+												<tr>
334
+													<th style="width:5%;">선택</th>
335
+													<th style="width:17%;">품목번호</th>
336
+													<th style="width:18%;">품목명</th>
337
+													<th style="width:10%;">단위</th>
338
+													<th style="width:10%;">반품수량</th>
339
+													<th style="width:10%;">반품예상금액</th>
340
+													<th style="width:10%;">반품구분</th>
341
+													<th style="width:10%;">사유구분</th>
342
+													<th style="width:10%;">사유</th>
343
+												 </tr>
344
+											 </thead>
345
+											 <tbody class="check">
346
+												 <tr>
347
+													<td>
348
+														<input type="checkbox" style="width:20px; height:17px;">
349
+													</td>
350
+													<td>
351
+															<div id="ITP_FORM_RTNMNG02010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022001</div>
352
+													</td>
353
+													<td>
354
+															<div id="ITP_FORM_RTNMNG02010_ITEM_NM" name="ITEM_NM">A품목</div>
355
+													</td>
356
+													<td>
357
+															<div id="ITP_FORM_RTNMNG02010_UNIT" name="UNIT">EA</div>
358
+													</td>
359
+													<td>
360
+														<input type="text" id="ITP_FORM_RTNMNG02010_RTN_QTY" class="form-control itp_input" name="RTN_QTY" value="10">
361
+													</td>
362
+													<td>
363
+															<div id="ITP_FORM_RTNMNG02010_UNIT" name="UNIT">100,000</div>
364
+													<td>
365
+														<select id="ITP_FORM_RTNMNG02010_RTN_DVSN" class="form-control itp_input" name="RTN_DVSN">
366
+														<option value="A">실물반품</option>											
367
+														</select>	
368
+													</td>
369
+													<td>
370
+														<select id="ITP_FORM_RTNMNG02010_" class="form-control itp_input" name="">
371
+														<option value="A">사유1</option>											
372
+														</select>													
373
+													</td>
374
+													<td>
375
+														<input type="text" id="ITP_FORM_RTNMNG02010_RTN_RSN" class="form-control itp_input" name="RTN_RSN" value="사유내용">
376
+													</td>
377
+												 </tr>
378
+													 <tr>
379
+													<td></td>					
380
+													<td></td>					
381
+													<td></td>					
382
+													<td></td>					
383
+													<td></td>					
384
+													<td></td>					
385
+													<td></td>					
386
+													<td>
387
+														<select id="ITP_FORM_RTNMNG02010_RTN_DVSN" class="form-control itp_input" name="RTN_DVSN">
388
+														<option value="A">폐기반품</option>											
389
+														</select>	
390
+													</td>
391
+													<td></td>
392
+												 </tr>
393
+											 </tbody>
394
+										 </table>
395
+									</div>
396
+								</section>												
397
+							</form>
398
+						</div>
399
+					</div>
400
+				</div>		
401
+			</div>
402
+		</article>
403
+	</div>
404
+	<div id="ITP_TAP_JS"></div>
405
+</section>

+ 524 - 0
src/main/webapp/app/rtnmng/RTNMNG03010.html

@@ -0,0 +1,524 @@
1
+<section id="ITP_TAB_RTNMNG03010" class="tab-pane active itp_sec">
2
+	<div class="itp_cont">
3
+		<article class="itp_detail">
4
+			<div class="itp_det_head fix">
5
+				<h2 class="pull-left itp_det_tit"><i class="glyphicon glyphicon-chevron-right"></i> <strong>반품발주 생성-팝업있음</strong></h2>
6
+				<div class="pull-right itp_cicon">
7
+					<button type="button" id="ITP_BTN_RTNMNG03010_SRH" class="btn btn-success btn-sm RQC" style="display: inline-block;"><i class="glyphicon "></i>&nbsp;반품신규생성&nbsp;</button>
8
+					<button type="button" id="ITP_BTN_RTNMNG03010_MODIFY" class="btn btn-success btn-sm RPOC" style="display: inline-block;"><i class="glyphicon "></i> &nbsp;반품발주생성&nbsp;</button>
9
+					<button type="button" id="ITP_BTN_RTNMNG03010_NEWREG" class="btn btn-primary btn-sm RPRJ" style="display: inline-block;"><i class="glyphicon "></i>&nbsp;반품요청 반려&nbsp;</button>
10
+					<button type="button" id="ITP_BTN_RTNMNG03010_CANCELLIST" class="btn btn-warning btn-sm RPO"><i class="glyphicon "></i> &nbsp;&nbsp;반품발주&nbsp;&nbsp;</button>
11
+					<button type="button" id="ITP_BTN_RTNMNG03010_CANCELLIST" class="btn btn-warning btn-sm PRB"><i class="glyphicon "></i> &nbsp;취소/목록&nbsp;</button>
12
+				</div>
13
+			</div>
14
+			<div class="itp_det_in">
15
+				<div id="ITP_AJAX_RTNMNG03010_LIST_CONTAINER">
16
+					<div class="itp_lg_form itp_type1 fix">
17
+						<div class="itp_srh_border fix">
18
+							<div class="col-xs-12">
19
+								<form id="ITP_FORM_RTNMNG03010_SEARCH" class="form-horizontal">
20
+									<div class="form-group">
21
+										<div class="col-xs-2 itp_ip itp_noMar">
22
+											<select id="ITP_FORM_RTNMNG03010_SEARCH_RTN_REQ_DT" class="form-control itp_input" name="RTN_REQ_DT">
23
+												<option value="A">반품요청일*</option>											
24
+											</select>
25
+										</div>											
26
+										<div class="col-xs-3 itp_ip itp_noMar">
27
+											<div class="input-daterange input-group date">
28
+												<input type="text" id="ITP_FORM_RTNMNG03010_SEARCH_RTN_REQ_DT" class="form-control itp_input" name="RTN_REQ_DT" value="">
29
+												<span class="input-group-addon itp_date_to">~</span>
30
+												<input type="text" id="ITP_FORM_RTNMNG03010_SEARCH_COL_REQ_DT" class="form-control itp_input" name="COL_REQ_DT" value="">
31
+											</div>
32
+										</div>
33
+									</div>
34
+									<div class="form-group" style="padding-top: 10px; border-top: 1px dotted #ccc;">
35
+										<div class="col-xs-2 itp_ip itp_noMar">
36
+											<input type="text" id="ITP_FORM_RTNMNG03010_SEARCH_" class="form-control itp_input" name="" value="공급업체" />
37
+										</div>
38
+										<div class="col-xs-1 itp_in" style="padding:0px; width:8%;">
39
+											<button type="button" id="ITP_BTN_RTNMNG03010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
40
+											<button type="button" id="ITP_BTN_RTNMNG03010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
41
+						                </div>
42
+										<div class="col-xs-2 itp_ip itp_noMar">
43
+											<input type="text" id="ITP_FORM_RTNMNG03010_SEARCH_DLV_PLACE" class="form-control itp_input" name="DLV_PLACE" value="매장/창고" />
44
+										</div>
45
+										<div class="col-xs-1 itp_in" style="padding:0px; width:10%;">
46
+											<button type="button" id="ITP_BTN_RTNMNG03010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
47
+											<button type="button" id="ITP_BTN_RTNMNG03010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
48
+						                </div>
49
+										<div class="col-xs-4 itp_ip itp_noMar">
50
+											<input type="text" id="ITP_FORM_RTNMNG03010_SEARCH_ITEM_NM" class="form-control itp_input" name="ITEM_NM" placeholder="품목번호 or 품목명" />
51
+										</div>
52
+									</div>
53
+								</form>
54
+							</div>
55
+						</div>
56
+					</div>
57
+					<div class="itp_table fix">
58
+						<table class="table">
59
+							<thead>
60
+								<tr>
61
+									<th style="width:5%;">선택</th>
62
+									<th style="width:10%;">브랜드</th>
63
+									<th style="width:8%;">반품장소</th>
64
+									<th style="width:8%;">공급사명</th>
65
+									<th style="width:8%;">품목번호</th>
66
+									<th style="width:7%;">품목명</th>
67
+									<th style="width:9%;">반품수량</th>
68
+									<th style="width:9%;">반품구분</th>
69
+									<th style="width:9%;">반품금액</th>
70
+									<th style="width:9%;">반품요청일</th>
71
+									<th style="width:9%;">수거요청일</th>
72
+									<th style="width:10%;">사유</th>
73
+							 	</tr>
74
+						 	</thead>
75
+							<tbody>
76
+							 	<tr>
77
+									<td style="padding:0;"><input type="checkbox" style="width:25px; height:30px"></td>
78
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_BRAND_NM" name="BRAND_NM">테스트브랜드</td>
79
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_PLACE" name="RTN_PLACE"><strong>A매장</strong></td>
80
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_SPPLY_NM" name="SPPLY_NM">공급업체</td>
81
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022001</td>
82
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_ITEM_NM" name="ITEM_NM">A품목</td>
83
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_QTY" name="RTN_QTY">10</td>
84
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_DVSN" name="RTN_DVSN">실물반품</td>
85
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_AMT" name="RTN_AMT">100,000</td>
86
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_REQ_DT" name="RTN_REQ_DT">2022.10.01</td>
87
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_COL_REQ_DT" name="COL_REQ_DT">2022.10.01</td>
88
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_RSN" name="RTN_RSN">사유콤보와 내용표기</td>
89
+							 	</tr>
90
+								<tr>
91
+									<td style="padding:0;"><input type="checkbox" style="width:25px; height:30px"></td>
92
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_BRAND_NM" name="BRAND_NM">테스트브랜드</td>
93
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_PLACE" name="RTN_PLACE"><strong>B매장</strong></td>
94
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_SPPLY_NM" name="SPPLY_NM">공급업체</td>
95
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022002</td>
96
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_ITEM_NM" name="ITEM_NM">B품목</td>
97
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_QTY" name="RTN_QTY">10</td>
98
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_DVSN" name="RTN_DVSN">폐기반품</td>
99
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_AMT" name="RTN_AMT">100,000</td>
100
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_REQ_DT" name="RTN_REQ_DT">2022.10.01</td>
101
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_COL_REQ_DT" name="COL_REQ_DT">2022.10.01</td>
102
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_RSN" name="RTN_RSN">사유콤보와 내용표기</td>
103
+							 	</tr>
104
+								<tr>
105
+									<td></td>
106
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_BRAND_NM" name="BRAND_NM"></td>
107
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_PLACE" name="RTN_PLACE"><strong></strong></td>
108
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_SPPLY_NM" name="SPPLY_NM"></td>
109
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO"></td>
110
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_ITEM_NM" name="ITEM_NM"></td>
111
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_QTY" name="RTN_QTY"></td>
112
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_DVSN" name="RTN_DVSN"></td>
113
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_AMT" name="RTN_AMT"></td>
114
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_REQ_DT" name="RTN_REQ_DT"></td>
115
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_COL_REQ_DT" name="COL_REQ_DT"></td>
116
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_RSN" name="RTN_RSN"></td>
117
+							 	</tr>
118
+							 	<tr>
119
+									<td></td>
120
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_BRAND_NM" name="BRAND_NM"></td>
121
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_PLACE" name="RTN_PLACE"><strong></strong></td>
122
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_SPPLY_NM" name="SPPLY_NM"></td>
123
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO"></td>
124
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_ITEM_NM" name="ITEM_NM"></td>
125
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_QTY" name="RTN_QTY"></td>
126
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_DVSN" name="RTN_DVSN"></td>
127
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_AMT" name="RTN_AMT"></td>
128
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_REQ_DT" name="RTN_REQ_DT"></td>
129
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_COL_REQ_DT" name="COL_REQ_DT"></td>
130
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_RSN" name="RTN_RSN"></td>
131
+							 	</tr>
132
+							 	<tr>
133
+									<td></td>
134
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_BRAND_NM" name="BRAND_NM"></td>
135
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_PLACE" name="RTN_PLACE"><strong></strong></td>
136
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_SPPLY_NM" name="SPPLY_NM"></td>
137
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO"></td>
138
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_ITEM_NM" name="ITEM_NM"></td>
139
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_QTY" name="RTN_QTY"></td>
140
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_DVSN" name="RTN_DVSN"></td>
141
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_AMT" name="RTN_AMT"></td>
142
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_REQ_DT" name="RTN_REQ_DT"></td>
143
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_COL_REQ_DT" name="COL_REQ_DT"></td>
144
+									<td id="ITP_FORM_RTNMNG03010_SEARCH_RTN_RSN" name="RTN_RSN"></td>
145
+							 	</tr>
146
+							</tbody>
147
+						</table>
148
+					</div>
149
+				</div>
150
+				<div id="ITP_AJAX_RTNMNG03010_LIST_CONTAINER">
151
+					<div class="itp_form itp_type1 fix">
152
+						<div class="col-xs-12">
153
+							<form id="ITP_FORM_RTNMNG03010_DETAIL" class="form-horizontal">
154
+								<input type="hidden" id="ITP_FORM_RTNMNG03010_DETAIL_VIEW_CD" name="viewCd" value="C">
155
+					
156
+								<section class="itp_form_sec">
157
+									<h4 class="itp_form_tit">구매발주상세-생성</h4>
158
+									<div class="itp_form_in">	
159
+										<div class="form-group">
160
+											<label class="col-xs-2 itp_lb">브랜드 *</label>
161
+											<div class="col-xs-4 itp_ip BRAND_NM"></div>
162
+											<label class="col-xs-2 itp_lb">반품발주번호</label>
163
+											<div class="col-xs-4 itp_ip RTN_PODR_UNQ_NO"></div>
164
+										</div>
165
+									</div>
166
+									<div class="itp_form_in">
167
+										<div class="form-group">
168
+											<label class="col-xs-2 itp_lb">공급업체명</label>
169
+											<div class="col-xs-4 itp_ip SPPLY_NM"></div>
170
+											<label class="col-xs-2 itp_lb">반품발주일자</label>
171
+											<div class="col-xs-4 itp_ip "></div>
172
+										</div>
173
+									</div>
174
+									<div class="itp_form_in">	
175
+										<div class="form-group">
176
+											<label class="col-xs-2 itp_lb">수거장소</label>
177
+											<div class="col-xs-4 itp_ip COL_PLACE"></div>
178
+											<label class="col-xs-2 itp_lb">반품 발주 총 금액</label>
179
+											<div class="col-xs-4 itp_ip RTN_DODR_PODR_MGR_NMTOTAL_AMT"></div>
180
+										</div>
181
+									</div>
182
+									<div class="itp_form_in">	
183
+										<div class="form-group">
184
+											<label class="col-xs-2 itp_lb">발주담당자</label>
185
+											<div class="col-xs-4 itp_ip PODR_MGR_NM"></div>
186
+											<label class="col-xs-2 itp_lb">발주담당자연락처</label>
187
+											<div class="col-xs-4 itp_ip PODR_MGR_MBL_NO"></div>
188
+										</div>
189
+									</div>
190
+									<div class="itp_form_in">	
191
+										<div class="form-group">
192
+											<label class="col-xs-2 itp_lb">수거구분</label>
193
+											<div class="col-xs-4 itp_ip">
194
+												<div class="col-xs-7 itp_in">
195
+													<select id="ITP_FORM_RTNMNG03010_COL_DVSN" class="form-control itp_input" name="COL_DVSN" value="본사수거/공급사수거">
196
+														<option value="A">본사수거/공급사수거</option>											
197
+													</select>
198
+												</div>
199
+											</div>
200
+											<label class="col-xs-2 itp_lb">반품입고창고</label>
201
+											<div class="col-xs-4 itp_ip">
202
+												<div class="col-xs-5 itp_in">
203
+													<input type="text" id="ITP_FORM_RTNMNG03010_WHS_NM" class="form-control itp_input" name="WHS_NM" value="창고/공급사" />
204
+												</div>
205
+												<div class="col-xs-5 itp_in" style="padding-left:3px; ">
206
+													<button type="button" id="ITP_BTN_RTNMNG03010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
207
+													<button type="button" id="ITP_BTN_RTNMNG03010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
208
+								                </div>
209
+											</div>
210
+										</div>
211
+									</div>
212
+									<div class="itp_form_in">
213
+										<div class="itp_table_head fix" style="background:#f5f5f5;">
214
+											<h4 class="itp_table_tit">발주 품목</h4>
215
+										</div>
216
+										<table class="table order">
217
+											<thead>
218
+												<tr>
219
+													<th style="width:5%;">선택</th>
220
+													<th style="width:5%;">항번</th>
221
+													<th style="width:10%;">품목번호</th>
222
+													<th style="width:10%;">품목명</th>
223
+													<th style="width:7%;">가격단위</th>
224
+													<th style="width:7%;">단가</th>
225
+													<th style="width:7%;">단위</th>
226
+													<th style="width:8%;">반품요청수량</th>
227
+													<th style="width:10%;">반품발주수량</th>
228
+													<th style="width:10%;">발주금액</th>
229
+													<th style="width:10%;">수거요청일</th>
230
+												 </tr>
231
+											 </thead>
232
+											 <tbody class="check">
233
+												 <tr>
234
+													<td>
235
+														<input type="checkbox" style="width:20px; height:17px;">
236
+													</td>
237
+													<td>
238
+								    					<div id="ITP_FORM_RTNMNG03010_" name="">0010</div>
239
+													</td>
240
+													<td>
241
+								    					<div id="ITP_FORM_RTNMNG03010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022001</div>
242
+													</td>
243
+													<td>
244
+								    					<div id="ITP_FORM_RTNMNG03010_ITEM_NM" name="ITEM_NM">A품목</div>
245
+													</td>
246
+													<td>
247
+								    					<div id="ITP_FORM_RTNMNG03010_" name="">1</div>
248
+													</td>
249
+													<td>
250
+								    					<div id="ITP_FORM_RTNMNG03010_" name="">100,000</div>
251
+													</td>
252
+													<td>
253
+								    					<div id="ITP_FORM_RTNMNG03010_UNIT" name="UNIT">EA</div>
254
+													</td>
255
+													<td>
256
+														<input type="text" id="ITP_FORM_RTNMNG03010_STDD_QYT" class="form-control itp_input" name="STDD_QYT" value="10" />
257
+													</td>
258
+													<td>
259
+								    					<div id="ITP_FORM_RTNMNG03010_PODR_QTY" name="PODR_QTY">10</div>
260
+													</td>
261
+													<td>
262
+								    					<div id="ITP_FORM_RTNMNG03010_PODR_AMT" name="PODR_AMT">1,000,000</div>
263
+								    				</td>
264
+													<td>
265
+														<div class="input-daterange input-group date">
266
+															<input type="text" id="ITP_FORM_RTNMNG03010_COL_REQ_DT" class="form-control itp_input" name="COL_REQ_DT" value="2022.10.01">
267
+														</div>
268
+													</td>
269
+												 </tr>
270
+											 	 <tr>
271
+													<td>
272
+														<input type="checkbox" style="width:20px; height:17px;">
273
+													</td>
274
+													<td>
275
+								    					<div id="ITP_FORM_RTNMNG03010_" name="">0020</div>
276
+													</td>
277
+													<td>
278
+								    					<div id="ITP_FORM_RTNMNG03010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022002</div>
279
+													</td>
280
+													<td>
281
+								    					<div id="ITP_FORM_RTNMNG03010_ITEM_NM" name="ITEM_NM">B품목</div>
282
+													</td>
283
+													<td>
284
+								    					<div id="ITP_FORM_RTNMNG03010_" name="">1</div>
285
+													</td>
286
+													<td>
287
+								    					<div id="ITP_FORM_RTNMNG03010_" name="">10,000</div>
288
+													</td>
289
+													<td>
290
+								    					<div id="ITP_FORM_RTNMNG03010_UNIT" name="UNIT">EA</div>
291
+													</td>
292
+													<td>
293
+														<input type="text" id="ITP_FORM_RTNMNG03010_STDD_QYT" class="form-control itp_input" name="STDD_QYT" value="100" />
294
+													</td>
295
+													<td>
296
+								    					<div id="ITP_FORM_RTNMNG03010_PODR_QTY" name="PODR_QTY">100</div>
297
+													</td>
298
+													<td>
299
+								    					<div id="ITP_FORM_RTNMNG03010_PODR_AMT" name="PODR_AMT">1,000,000</div>
300
+								    				</td>
301
+													<td>
302
+														<div class="input-daterange input-group date">
303
+															<input type="text" id="ITP_FORM_RTNMNG03010_COL_REQ_DT" class="form-control itp_input" name="COL_REQ_DT" value="2022.10.01">
304
+														</div>
305
+													</td>
306
+												 </tr>
307
+												 <tr>
308
+													<td></td>
309
+													<td></td>
310
+													<td></td>
311
+													<td></td>
312
+													<td></td>
313
+													<td></td>
314
+													<td></td>
315
+													<td></td>
316
+													<td></td>
317
+													<td></td>
318
+												 </tr>
319
+											 </tbody>
320
+										 </table>
321
+									</div>
322
+								</section>												
323
+							</form>
324
+						</div>
325
+					</div>
326
+				</div>
327
+				<div id="ITP_AJAX_RTNMNG03010_LIST_CONTAINER">
328
+					<div class="itp_form itp_type1 fix">
329
+						<div class="col-xs-12">
330
+							<form id="ITP_FORM_RTNMNG03010_DETAIL" class="form-horizontal">
331
+								<input type="hidden" id="ITP_FORM_RTNMNG03010_DETAIL_VIEW_CD" name="viewCd" value="C">
332
+					
333
+								<section class="itp_form_sec">
334
+									<h4 class="itp_form_tit">구매발주상세-신규생성</h4>
335
+									<div class="itp_form_in">	
336
+										<div class="form-group">
337
+											<label class="col-xs-2 itp_lb">브랜드 *</label>
338
+											<div class="col-xs-4 itp_ip BRAND_NM"></div>
339
+											<label class="col-xs-2 itp_lb">반품발주번호</label>
340
+											<div class="col-xs-4 itp_ip RTN_PODR_UNQ_NO"></div>
341
+										</div>
342
+									</div>
343
+									<div class="itp_form_in">
344
+										<div class="form-group">
345
+											<label class="col-xs-2 itp_lb">공급업체명</label>
346
+											<div class="col-xs-4 itp_ip">
347
+												<div class="col-xs-5 itp_in">
348
+													<input type="text" id="ITP_FORM_RTNMNG03010_WHS_NM" class="form-control itp_input" name="WHS_NM" value="창고/공급사" />
349
+												</div>
350
+												<div class="col-xs-5 itp_in" style="padding-left:3px; ">
351
+													<button type="button" id="ITP_BTN_RTNMNG03010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
352
+													<button type="button" id="ITP_BTN_RTNMNG03010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
353
+								                </div>
354
+											</div>
355
+											<label class="col-xs-2 itp_lb">반품발주일자</label>
356
+											<div class="col-xs-4 itp_ip "></div>
357
+										</div>
358
+									</div>
359
+									<div class="itp_form_in">	
360
+										<div class="form-group">
361
+											<label class="col-xs-2 itp_lb">수거장소</label>
362
+											<div class="col-xs-4 itp_ip">
363
+												<div class="col-xs-5 itp_in">
364
+													<input type="text" id="ITP_FORM_RTNMNG03010_WHS_NM" class="form-control itp_input" name="WHS_NM" value="창고/공급사" />
365
+												</div>
366
+												<div class="col-xs-5 itp_in" style="padding-left:3px; ">
367
+													<button type="button" id="ITP_BTN_RTNMNG03010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
368
+													<button type="button" id="ITP_BTN_RTNMNG03010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
369
+								                </div>
370
+											</div>
371
+											<label class="col-xs-2 itp_lb">반품 발주 총 금액</label>
372
+											<div class="col-xs-4 itp_ip RTN_DODR_PODR_MGR_NMTOTAL_AMT"></div>
373
+										</div>
374
+									</div>
375
+									<div class="itp_form_in">	
376
+										<div class="form-group">
377
+											<label class="col-xs-2 itp_lb">발주담당자</label>
378
+											<div class="col-xs-4 itp_ip PODR_MGR_NM"></div>
379
+											<label class="col-xs-2 itp_lb">발주담당자연락처</label>
380
+											<div class="col-xs-4 itp_ip PODR_MGR_MBL_NO"></div>
381
+										</div>
382
+									</div>
383
+									<div class="itp_form_in">	
384
+										<div class="form-group">
385
+											<label class="col-xs-2 itp_lb">수거구분</label>
386
+											<div class="col-xs-4 itp_ip">
387
+												<div class="col-xs-7 itp_in">
388
+													<select id="ITP_FORM_RTNMNG03010_COL_DVSN" class="form-control itp_input" name="COL_DVSN" value="본사수거/공급사수거">
389
+														<option value="A">본사수거/공급사수거</option>											
390
+													</select>
391
+												</div>
392
+											</div>
393
+											<label class="col-xs-2 itp_lb">반품입고창고</label>
394
+											<div class="col-xs-4 itp_ip">
395
+												<div class="col-xs-5 itp_in">
396
+													<input type="text" id="ITP_FORM_RTNMNG03010_WHS_NM" class="form-control itp_input" name="WHS_NM" value="창고/공급사" />
397
+												</div>
398
+												<div class="col-xs-5 itp_in" style="padding-left:3px; ">
399
+													<button type="button" id="ITP_BTN_RTNMNG03010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
400
+													<button type="button" id="ITP_BTN_RTNMNG03010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
401
+								                </div>
402
+											</div>
403
+										</div>
404
+									</div>
405
+									<div class="itp_form_in">
406
+										<div class="itp_table_head fix" style="background:#f5f5f5;">
407
+											<h4 class="itp_table_tit">발주 품목</h4>
408
+										</div>
409
+										<table class="table order">
410
+											<thead>
411
+												<tr>
412
+													<th style="width:5%;">선택</th>
413
+													<th style="width:5%;">항번</th>
414
+													<th style="width:10%;">품목번호</th>
415
+													<th style="width:10%;">품목명</th>
416
+													<th style="width:7%;">가격단위</th>
417
+													<th style="width:7%;">단가</th>
418
+													<th style="width:7%;">단위</th>
419
+													<th style="width:8%;">반품요청수량</th>
420
+													<th style="width:10%;">반품발주수량</th>
421
+													<th style="width:10%;">발주금액</th>
422
+													<th style="width:10%;">수거요청일</th>
423
+												 </tr>
424
+											 </thead>
425
+											 <tbody class="check">
426
+												 <tr>
427
+													<td>
428
+														<input type="checkbox" style="width:20px; height:17px;">
429
+													</td>
430
+													<td>
431
+								    					<div id="ITP_FORM_RTNMNG03010_" name="">0010</div>
432
+													</td>
433
+													<td>
434
+								    					<div id="ITP_FORM_RTNMNG03010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022001</div>
435
+													</td>
436
+													<td>
437
+								    					<div id="ITP_FORM_RTNMNG03010_ITEM_NM" name="ITEM_NM">A품목</div>
438
+													</td>
439
+													<td>
440
+								    					<div id="ITP_FORM_RTNMNG03010_" name="">1</div>
441
+													</td>
442
+													<td>
443
+								    					<div id="ITP_FORM_RTNMNG03010_" name="">100,000</div>
444
+													</td>
445
+													<td>
446
+								    					<div id="ITP_FORM_RTNMNG03010_UNIT" name="UNIT">EA</div>
447
+													</td>
448
+													<td>
449
+														<input type="text" id="ITP_FORM_RTNMNG03010_STDD_QYT" class="form-control itp_input" name="STDD_QYT" value="10" />
450
+													</td>
451
+													<td>
452
+								    					<div id="ITP_FORM_RTNMNG03010_PODR_QTY" name="PODR_QTY">10</div>
453
+													</td>
454
+													<td>
455
+								    					<div id="ITP_FORM_RTNMNG03010_PODR_AMT" name="PODR_AMT">1,000,000</div>
456
+								    				</td>
457
+													<td>
458
+														<div class="input-daterange input-group date">
459
+															<input type="text" id="ITP_FORM_RTNMNG03010_COL_REQ_DT" class="form-control itp_input" name="COL_REQ_DT" value="2022.10.01">
460
+														</div>
461
+													</td>
462
+												 </tr>
463
+											 	 <tr>
464
+													<td>
465
+														<input type="checkbox" style="width:20px; height:17px;">
466
+													</td>
467
+													<td>
468
+								    					<div id="ITP_FORM_RTNMNG03010_" name="">0020</div>
469
+													</td>
470
+													<td>
471
+								    					<div id="ITP_FORM_RTNMNG03010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022002</div>
472
+													</td>
473
+													<td>
474
+								    					<div id="ITP_FORM_RTNMNG03010_ITEM_NM" name="ITEM_NM">B품목</div>
475
+													</td>
476
+													<td>
477
+								    					<div id="ITP_FORM_RTNMNG03010_" name="">1</div>
478
+													</td>
479
+													<td>
480
+								    					<div id="ITP_FORM_RTNMNG03010_" name="">10,000</div>
481
+													</td>
482
+													<td>
483
+								    					<div id="ITP_FORM_RTNMNG03010_UNIT" name="UNIT">EA</div>
484
+													</td>
485
+													<td>
486
+														<input type="text" id="ITP_FORM_RTNMNG03010_STDD_QYT" class="form-control itp_input" name="STDD_QYT" value="100" />
487
+													</td>
488
+													<td>
489
+								    					<div id="ITP_FORM_RTNMNG03010_PODR_QTY" name="PODR_QTY">100</div>
490
+													</td>
491
+													<td>
492
+								    					<div id="ITP_FORM_RTNMNG03010_PODR_AMT" name="PODR_AMT">1,000,000</div>
493
+								    				</td>
494
+													<td>
495
+														<div class="input-daterange input-group date">
496
+															<input type="text" id="ITP_FORM_RTNMNG03010_COL_REQ_DT" class="form-control itp_input" name="COL_REQ_DT" value="2022.10.01">
497
+														</div>
498
+													</td>
499
+												 </tr>
500
+												 <tr>
501
+													<td></td>
502
+													<td></td>
503
+													<td></td>
504
+													<td></td>
505
+													<td></td>
506
+													<td></td>
507
+													<td></td>
508
+													<td></td>
509
+													<td></td>
510
+													<td></td>
511
+												 </tr>
512
+											 </tbody>
513
+										 </table>
514
+									</div>
515
+								</section>												
516
+							</form>
517
+						</div>
518
+					</div>
519
+				</div>		
520
+			</div>
521
+		</article>
522
+	</div>
523
+	<div id="ITP_TAP_JS"></div>
524
+</section>

+ 331 - 0
src/main/webapp/app/rtnmng/RTNMNG04010.html

@@ -0,0 +1,331 @@
1
+<section id="ITP_TAB_RTNMNG04010" class="tab-pane active itp_sec">
2
+	<div class="itp_cont">
3
+		<article class="itp_detail">
4
+			<div class="itp_det_head fix">
5
+				<h2 class="pull-left itp_det_tit"><i class="glyphicon glyphicon-chevron-right"></i> <strong>반품발주 현황</strong></h2>
6
+				<div class="pull-right itp_cicon">
7
+					<button type="button" id="ITP_BTN_RTNMNG04010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon "></i>&nbsp;&nbsp;조회&nbsp;&nbsp;</button>
8
+					<button type="button" id="ITP_BTN_RTNMNG04010_NEWREG" class="btn btn-primary btn-sm RPO" style="display: inline-block;"><i class="glyphicon "></i>&nbsp;&nbsp;반품발주&nbsp;&nbsp;</button>
9
+					<button type="button" id="ITP_BTN_RTNMNG04010_CANCELLIST" class="btn btn-warning btn-sm RCPO"><i class="glyphicon "></i>&nbsp;&nbsp;반품취소&nbsp;&nbsp;</button>
10
+					<button type="button" id="ITP_BTN_RTNMNG04010_CANCELLIST" class="btn btn-warning btn-sm PRB"><i class="glyphicon "></i>&nbsp;&nbsp;취소/목록&nbsp;&nbsp;</button>
11
+				</div>
12
+			</div>
13
+			<div class="itp_det_in">
14
+				<div id="ITP_AJAX_RTNMNG04010_LIST_CONTAINER">
15
+					<div class="itp_lg_form itp_type1 fix">
16
+						<div class="itp_srh_border fix">
17
+							<div class="col-xs-12">
18
+								<form id="ITP_FORM_RTNMNG04010_SEARCH" class="form-horizontal">
19
+									<div class="form-group">
20
+										<div class="col-xs-2 itp_ip itp_noMar">
21
+											<select id="ITP_FORM_RTNMNG04010_SEARCH_" class="form-control itp_input" name="">
22
+												<option value="A">반품발주일자</option>											
23
+											</select>
24
+										</div>										
25
+										<div class="col-xs-3 itp_ip itp_noMar">
26
+											<div class="input-daterange input-group date">
27
+												<input type="text" id="ITP_FORM_RTNMNG04010_SEARCH_" class="form-control itp_input" name="" value="">
28
+												<span class="input-group-addon itp_date_to">~</span>
29
+												<input type="text" id="ITP_FORM_RTNMNG04010_SEARCH_" class="form-control itp_input" name="" value="">
30
+											</div>
31
+										</div>
32
+										<div class="col-xs-2 itp_ip itp_noMar" style="width:12%"></div>
33
+										<div class="col-xs-2 itp_ip itp_noMar">
34
+											<select id="ITP_FORM_RTNMNG04010_SEARCH_RTN_ODR_ST_CD" class="form-control itp_input" name="RTN_ODR_ST_CD">
35
+												<option value="A">반품상태</option>											
36
+											</select>
37
+										</div>
38
+										<div class="col-xs-2 itp_ip itp_noMar">
39
+											<input type="text" id="ITP_FORM_RTNMNG04010_SEARCH_STORE_NM" class="form-control itp_input" name="STORE_NM" value="수거창고/매장" />
40
+										</div>
41
+										<div class="col-xs-1 itp_in" style="padding: 0px; width:8%;">
42
+											<button type="button" id="ITP_BTN_RTNMNG04010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
43
+											<button type="button" id="ITP_BTN_RTNMNG04010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
44
+						                </div>
45
+									</div>
46
+									<div class="form-group" style="padding-top: 10px; border-top: 1px dotted #ccc;">
47
+										<div class="col-xs-2 itp_ip itp_noMar">
48
+											<select id="ITP_FORM_RTNMNG04010_SEARCH_COL_DVSN" class="form-control itp_input" name="COL_DVSN">
49
+												<option value="A">수거구분</option>											
50
+											</select>
51
+										</div>
52
+										<div class="col-xs-2 itp_ip itp_noMar">
53
+											<select id="ITP_FORM_RTNMNG04010_SEARCH_PCH_ODR_ST_CD" class="form-control itp_input" name="PCH_ODR_ST_CD">
54
+												<option value="A">반품입고창고</option>											
55
+											</select>
56
+										</div>
57
+										<div class="col-xs-2 itp_ip itp_noMar">
58
+											<input type="text" id="ITP_FORM_RTNMNG04010_SEARCH_" class="form-control itp_input" name="" value="반품입고 공급업체" />
59
+										</div>
60
+										<div class="col-xs-1 itp_in" style="padding: 0px; width:10%;">
61
+											<button type="button" id="ITP_BTN_RTNMNG04010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
62
+											<button type="button" id="ITP_BTN_RTNMNG04010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
63
+						                </div>
64
+										<div class="col-xs-4 itp_ip itp_noMar">
65
+											<input type="text" id="ITP_FORM_RTNMNG04010_SEARCH_ITEM_NM" class="form-control itp_input" name="ITEM_NM" placeholder="반품발주번호/품목번호 /품목명" />
66
+										</div>
67
+									</div>
68
+								</form>
69
+							</div>
70
+						</div>
71
+					</div>
72
+					<div class="itp_table fix">
73
+						<table class="table">
74
+							<thead>
75
+								<tr>
76
+									<th style="width:5%;">순번</th>
77
+									<th style="width:10%;">브랜드</th>
78
+									<th style="width:13%;">반품발주번호</th>
79
+									<th style="width:8%;">발주상태</th>
80
+									<th style="width:9%;">반품발주일자</th>
81
+									<th style="width:7%;">수거처</th>
82
+									<th style="width:8%;">공급업체</th>
83
+									<th style="width:10%;">총 반품발주금액</th>
84
+									<th style="width:9%;">반품발주품목수</th>
85
+									<th style="width:9%;">수거요청일</th>
86
+							 	</tr>
87
+						 	</thead>
88
+							<tbody>
89
+							 	<tr>
90
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_PRN_SEQ" name="PRN_SEQ">100</td>
91
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_BRAND_NM" name="BRAND_NM">테스트브랜드</td>
92
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_RTN_PODR_UNQ_NO" name="RTN_PODR_UNQ_NO"><strong>PO20221001001</strong></td>
93
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_RTN_ODR_ST_CD" name="RTN_ODR_ST_CD">요청</td>
94
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_" name="">2022.10.01</td>
95
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_COL_PLACE" name="COL_PLACE">A매장</td>
96
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_SPPLY_NM" name="SPPLY_NM">공급업체</td>
97
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_RTN_DODR_TOTAL_AMT" name="RTN_DODR_TOTAL_AMT">2,000,000</td>
98
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_" name="">110</td>
99
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_COL_REQ_DT" name="COL_REQ_DT">홍길동</td>
100
+							 	</tr>
101
+						 	 	<tr>
102
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_PRN_SEQ" name="PRN_SEQ">99</td>
103
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_BRAND_NM" name="BRAND_NM"></td>
104
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_RTN_PODR_UNQ_NO" name="RTN_PODR_UNQ_NO"><strong></strong></td>
105
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_RTN_ODR_ST_CD" name="RTN_ODR_ST_CD"></td>
106
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_" name=""></td>
107
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_COL_PLACE" name="COL_PLACE"></td>
108
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_SPPLY_NM" name="SPPLY_NM"></td>
109
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_RTN_DODR_TOTAL_AMT" name="RTN_DODR_TOTAL_AMT"></td>
110
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_" name=""></td>
111
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_COL_REQ_DT" name="COL_REQ_DT"></td>
112
+							 	</tr>
113
+							 	<tr>
114
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_PRN_SEQ" name="PRN_SEQ"></td>
115
+									<th>수거 구분</th>
116
+									<th>반품입고창고/공급사</th>
117
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_PCH_ODR_ST_CD" name="PCH_ODR_ST_CD"></td>
118
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_" name=""></td>
119
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_" name=""></td>
120
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_SPPLY_NM" name="SPPLY_NM"></td>
121
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_PODR_AMT" name="PODR_AMT"></td>
122
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_" name=""></td>
123
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_PODR_MGR_NM" name="PODR_MGR_NM"></td>
124
+							 	</tr>
125
+							 	<tr>
126
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_PRN_SEQ" name="PRN_SEQ"></td>
127
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_COL_DVSN" name="COL_DVSN"></td>
128
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_SPPLY_NM" name="SPPLY_NM"><strong></strong></td>
129
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_PCH_ODR_ST_CD" name="PCH_ODR_ST_CD"></td>
130
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_" name=""></td>
131
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_" name=""></td>
132
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_SPPLY_NM" name="SPPLY_NM"></td>
133
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_PODR_AMT" name="PODR_AMT"></td>
134
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_" name=""></td>
135
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_PODR_MGR_NM" name="PODR_MGR_NM"></td>
136
+							 	</tr>
137
+							 	<tr>
138
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_PRN_SEQ" name="PRN_SEQ"></td>
139
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_COL_DVSN" name="COL_DVSN"></td>
140
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_SPPLY_NM" name="SPPLY_NM"><strong></strong></td>
141
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_PCH_ODR_ST_CD" name="PCH_ODR_ST_CD"></td>
142
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_" name=""></td>
143
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_" name=""></td>
144
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_SPPLY_NM" name="SPPLY_NM"></td>
145
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_PODR_AMT" name="PODR_AMT"></td>
146
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_" name=""></td>
147
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_PODR_MGR_NM" name="PODR_MGR_NM"></td>
148
+							 	</tr>
149
+							 	<tr>
150
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_PRN_SEQ" name="PRN_SEQ"></td>
151
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_COL_DVSN" name="COL_DVSN"></td>
152
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_SPPLY_NM" name="SPPLY_NM"><strong></strong></td>
153
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_PCH_ODR_ST_CD" name="PCH_ODR_ST_CD"></td>
154
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_" name=""></td>
155
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_" name=""></td>
156
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_SPPLY_NM" name="SPPLY_NM"></td>
157
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_PODR_AMT" name="PODR_AMT"></td>
158
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_" name=""></td>
159
+									<td id="ITP_FORM_RTNMNG04010_SEARCH_PODR_MGR_NM" name="PODR_MGR_NM"></td>
160
+							 	</tr>
161
+							</tbody>
162
+						</table>
163
+					</div>
164
+				</div>
165
+				<div id="ITP_AJAX_RTNMNG04010_LIST_CONTAINER">
166
+					<div class="itp_form itp_type1 fix">
167
+						<div class="col-xs-12">
168
+							<form id="ITP_FORM_RTNMNG04010_DETAIL" class="form-horizontal">
169
+								<input type="hidden" id="ITP_FORM_RTNMNG04010_DETAIL_VIEW_CD" name="viewCd" value="C">
170
+					
171
+								<section class="itp_form_sec">
172
+									<h4 class="itp_form_tit">반품발주상세</h4>
173
+									<div class="itp_form_in">	
174
+										<div class="form-group">
175
+											<label class="col-xs-2 itp_lb">브랜드 *</label>
176
+											<div class="col-xs-4 itp_ip BRAND_NM"></div>
177
+											<label class="col-xs-2 itp_lb">반품발주번호</label>
178
+											<div class="col-xs-4 itp_ip">
179
+												<div class="col-xs-3 itp_in">
180
+													<div class="input-group RTN_PODR_UNQ_NO"></div>
181
+												</div>
182
+											</div>
183
+										</div>
184
+									</div>
185
+									<div class="itp_form_in">
186
+										<div class="form-group">
187
+											<label class="col-xs-2 itp_lb">공급업체명</label>
188
+											<div class="col-xs-4 itp_ip SPPLY_NM"></div>
189
+											<label class="col-xs-2 itp_lb">반품발주일자</label>
190
+											<div class="col-xs-4 itp_ip "></div>
191
+										</div>
192
+									</div>
193
+									<div class="itp_form_in">	
194
+										<div class="form-group">
195
+											<label class="col-xs-2 itp_lb">수거장소</label>
196
+											<div class="col-xs-4 itp_ip COL_PLACE"></div>
197
+											<label class="col-xs-2 itp_lb">반품 발주 총 금액</label>
198
+											<div class="col-xs-4 itp_ip RTN_DODR_TOTAL_AMT"></div>
199
+										</div>
200
+									</div>
201
+									<div class="itp_form_in">	
202
+										<div class="form-group">
203
+											<label class="col-xs-2 itp_lb">발주담당자</label>
204
+											<div class="col-xs-4 itp_ip PODR_MGR_NM"></div>
205
+											<label class="col-xs-2 itp_lb">발주담당자연락처</label>
206
+											<div class="col-xs-4 itp_ip PODR_MGR_TEL_NO"></div>
207
+										</div>
208
+									</div>
209
+									<div class="itp_form_in">	
210
+										<div class="form-group">
211
+											<label class="col-xs-2 itp_lb">수거구분</label>
212
+											<div class="col-xs-4 itp_ip">
213
+												<div class="col-xs-7 itp_in">
214
+													<select id="ITP_FORM_RTNMNG03010_COL_DVSN" class="form-control itp_input" name="COL_DVSN" value="본사수거/공급사수거">
215
+														<option value="A">본사수거/공급사수거</option>											
216
+													</select>
217
+												</div>
218
+											</div>
219
+											<label class="col-xs-2 itp_lb">반품입고창고</label>
220
+											<div class="col-xs-4 itp_ip">
221
+												<div class="col-xs-5 itp_in">
222
+													<input type="text" id="ITP_FORM_RTNMNG03010_WHS_NM" class="form-control itp_input" name="WHS_NM" value="창고/공급사" />
223
+												</div>
224
+												<div class="col-xs-5 itp_in" style="padding-left:3px; ">
225
+													<button type="button" id="ITP_BTN_RTNMNG03010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
226
+													<button type="button" id="ITP_BTN_RTNMNG03010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
227
+								                </div>
228
+											</div>
229
+										</div>
230
+									</div>
231
+									<div class="itp_form_in">
232
+										<div class="itp_table_head fix" style="background:#f5f5f5;">
233
+											<h4 class="itp_table_tit">발주 품목</h4>
234
+										</div>
235
+										<table class="table order">
236
+											<thead>
237
+												<tr>
238
+													<th style="width:5%;">선택</th>
239
+													<th style="width:5%;">항번</th>
240
+													<th style="width:10%;">품목번호</th>
241
+													<th style="width:10%;">품목명</th>
242
+													<th style="width:7%;">가격단위</th>
243
+													<th style="width:7%;">단가</th>
244
+													<th style="width:7%;">단위</th>
245
+													<th style="width:8%;">수량</th>
246
+													<th style="width:10%;">발주금액</th>
247
+													<th style="width:10%;">납기요청일</th>
248
+												 </tr>
249
+											 </thead>
250
+											 <tbody class="check">
251
+												 <tr>
252
+													<td>
253
+														<input type="checkbox" style="width:20px; height:17px;">
254
+													</td>
255
+													<td>
256
+								    					<div id="ITP_FORM_RTNMNG04010_" name="">0010</div>
257
+													</td>
258
+													<td>
259
+								    					<div id="ITP_FORM_RTNMNG04010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022001</div>
260
+													</td>
261
+													<td>
262
+								    					<div id="ITP_FORM_RTNMNG04010_ITEM_NM" name="ITEM_NM">A품목</div>
263
+													</td>
264
+													<td>
265
+								    					<div id="ITP_FORM_RTNMNG04010_" name="">1</div>
266
+													</td>
267
+													<td>
268
+								    					<div id="ITP_FORM_RTNMNG04010_" name="">100,000</div>
269
+													</td>
270
+													<td>
271
+								    					<div id="ITP_FORM_RTNMNG04010_UNIT" name="UNIT">EA</div>
272
+													</td>
273
+													<td>
274
+														<input type="text" id="ITP_FORM_RTNMNG04010_STDD_QYT" class="form-control itp_input" name="STDD_QYT" value="10" />
275
+													</td>
276
+													<td>
277
+								    					<div id="ITP_FORM_RTNMNG04010_DLV_REQ_DT" name="DLV_REQ_DT">1,000,000</div>
278
+								    				</td>
279
+													<td>
280
+														<div class="input-daterange input-group date">
281
+															<input type="text" id="ITP_FORM_RTNMNG04010_SEARCH_" class="form-control itp_input" name="" value="2022.10.01">
282
+														</div>
283
+													</td>
284
+												 </tr>
285
+												  <tr>
286
+													<td>
287
+														<input type="checkbox" style="width:20px; height:17px;">
288
+													</td>
289
+													<td>
290
+								    					<div id="ITP_FORM_RTNMNG04010_" name="">0020</div>
291
+													</td>
292
+													<td>
293
+								    					<div id="ITP_FORM_RTNMNG04010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022002</div>
294
+													</td>
295
+													<td>
296
+								    					<div id="ITP_FORM_RTNMNG04010_ITEM_NM" name="ITEM_NM">B품목</div>
297
+													</td>
298
+													<td>
299
+								    					<div id="ITP_FORM_RTNMNG04010_" name="">1</div>
300
+													</td>
301
+													<td>
302
+								    					<div id="ITP_FORM_RTNMNG04010_" name="">10,000</div>
303
+													</td>
304
+													<td>
305
+								    					<div id="ITP_FORM_RTNMNG04010_UNIT" name="UNIT">EA</div>
306
+													</td>
307
+													<td>
308
+														<input type="text" id="ITP_FORM_RTNMNG04010_STDD_QYT" class="form-control itp_input" name="STDD_QYT" value="100" />
309
+													</td>
310
+													<td>
311
+								    					<div id="ITP_FORM_RTNMNG04010_DLV_REQ_DT" name="DLV_REQ_DT">1,000,000</div>
312
+								    				</td>
313
+													<td>
314
+														<div class="input-daterange input-group date">
315
+															<input type="text" id="ITP_FORM_RTNMNG04010_SEARCH_" class="form-control itp_input" name="" value="2022.10.01">
316
+														</div>
317
+													</td>
318
+												 </tr>
319
+											 </tbody>
320
+										 </table>
321
+									</div>
322
+								</section>												
323
+							</form>
324
+						</div>
325
+					</div>
326
+				</div>
327
+			</div>
328
+		</article>
329
+	</div>
330
+	<div id="ITP_TAP_JS"></div>
331
+</section>

+ 146 - 0
src/main/webapp/app/rtnmng/RTNMNG05010.html

@@ -0,0 +1,146 @@
1
+<section id="ITP_TAB_RTNMNG05010" class="tab-pane active itp_sec">
2
+	<div class="itp_cont">
3
+		<article class="itp_detail">
4
+			<div class="itp_det_head fix">
5
+				<h2 class="pull-left itp_det_tit"><i class="glyphicon glyphicon-chevron-right"></i> <strong>반품처리-팝업있음</strong></h2>
6
+				<div class="pull-right itp_cicon">
7
+					<button type="button" id="ITP_BTN_RTNMNG05010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon "></i>&nbsp;&nbsp;조회&nbsp;&nbsp;</button>
8
+					<button type="button" id="ITP_BTN_RTNMNG05010_CANCELLIST" class="btn btn-warning btn-sm RPPO"><i class="glyphicon "></i> &nbsp;&nbsp;반품처리&nbsp;&nbsp;</button>
9
+				</div>
10
+			</div>
11
+			<div class="itp_det_in">
12
+				<div id="ITP_AJAX_RTNMNG05010_LIST_CONTAINER">
13
+					<div class="itp_lg_form itp_type1 fix">
14
+						<div class="itp_srh_border fix">
15
+							<div class="col-xs-12">
16
+								<form id="ITP_FORM_RTNMNG05010_SEARCH" class="form-horizontal">
17
+									<div class="form-group">
18
+										<div class="col-xs-2 itp_ip itp_noMar">
19
+											<select id="ITP_FORM_RTNMNG05010_SEARCH_COL_REQ_DT" class="form-control itp_input" name="COL_REQ_DT">
20
+												<option value="A">수거요청일*</option>											
21
+											</select>
22
+										</div>
23
+										<div class="col-xs-3 itp_ip itp_noMar">
24
+											<div class="input-daterange input-group date">
25
+												<input type="text" id="ITP_FORM_RTNMNG05010_SEARCH_COL_REQ_DT" class="form-control itp_input" name="COL_REQ_DT" value="">
26
+												<span class="input-group-addon itp_date_to">~</span>
27
+												<input type="text" id="ITP_FORM_RTNMNG05010_SEARCH_COL_DT" class="form-control itp_input" name="COL_DT" value="">
28
+											</div>
29
+										</div>
30
+										<div class="col-xs-2 itp_ip itp_noMar">
31
+											<select id="ITP_FORM_RTNMNG05010_SEARCH_PCH_ODR_ST_CD" class="form-control itp_input" name="PCH_ODR_ST_CD">
32
+												<option value="A">브랜드*</option>											
33
+											</select>
34
+										</div>
35
+										<div class="col-xs-2 itp_ip itp_noMar">
36
+											<select id="ITP_FORM_RTNMNG05010_SEARCH_PCH_ODR_ST_CD" class="form-control itp_input" name="PCH_ODR_ST_CD">
37
+												<option value="A">반품입고창고</option>											
38
+											</select>
39
+										</div>
40
+									</div>
41
+									<div class="form-group" style="padding-top: 10px; border-top: 1px dotted #ccc;">
42
+										<div class="col-xs-2 itp_ip itp_noMar">
43
+											<input type="text" id="ITP_FORM_RTNMNG05010_SEARCH_" class="form-control itp_input" name="" value="공급업체" />
44
+										</div>
45
+										<div class="col-xs-1 itp_in" style="width:8%; padding:0px;">
46
+											<button type="button" id="ITP_BTN_RTNMNG05010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
47
+											<button type="button" id="ITP_BTN_RTNMNG05010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
48
+						                </div>
49
+										<div class="col-xs-2 itp_ip itp_noMar">
50
+											<input type="text" id="ITP_FORM_RTNMNG05010_SEARCH_DLV_PLACE" class="form-control itp_input" name="DLV_PLACE" value="매장/창고" />
51
+										</div>
52
+										<div class="col-xs-1 itp_in" style="width:11%; padding:0px;">
53
+											<button type="button" id="ITP_BTN_RTNMNG05010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
54
+											<button type="button" id="ITP_BTN_RTNMNG05010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
55
+						                </div>
56
+										<div class="col-xs-5 itp_ip itp_noMar">
57
+											<input type="text" id="ITP_FORM_RTNMNG05010_SEARCH_ITEM_NM" class="form-control itp_input" name="ITEM_NM" placeholder="품목번호 or 품목명" />
58
+										</div>
59
+									</div>
60
+								</form>
61
+							</div>
62
+						</div>
63
+					</div>
64
+					<div class="itp_table fix">
65
+						<table class="table">
66
+							<thead>
67
+								<tr>
68
+									<th style="width:5%;">선택</th>
69
+									<th style="width:11%;">브랜드</th>
70
+									<th style="width:12%;">반품요청번호</th>
71
+									<th style="width:9%;">항번</th>
72
+									<th style="width:8%;">품목번호</th>
73
+									<th style="width:8%;">품목명</th>
74
+									<th style="width:9%;">반품요청수량</th>
75
+									<th style="width:9%;">수거수량</th>
76
+									<th style="width:9%;">수거금액</th>
77
+									<th style="width:9%;">수거장소</th>
78
+									<th>수거일자</th>
79
+							 	</tr>
80
+						 	</thead>
81
+							<tbody>
82
+							 	<tr>
83
+									<td><input type="checkbox" style="width:20px; height:17px;"></td>
84
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_BRAND_NM" name="BRAND_NM"></td>
85
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_RTN_REQ_UNQ_NO" name="RTN_REQ_UNQ_NO"><strong></strong></td>
86
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_" name=""></td>
87
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO"></td>
88
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_ITEM_NM" name="ITEM_NM"></td>
89
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_" name=""></td>
90
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_COL_QTY" name="COL_QTY"></td>
91
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_COL_AMT" name="COL_AMT"></td>
92
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_COL_PLACE" name="COL_PLACE"></td>
93
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_COL_DT" name="COL_DT"></td>
94
+							 	</tr>
95
+						 		<tr>
96
+									<td><input type="checkbox" style="width:20px; height:17px;"></td>
97
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_BRAND_NM" name="BRAND_NM"></td>
98
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_RTN_REQ_UNQ_NO" name="RTN_REQ_UNQ_NO"><strong></strong></td>
99
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_" name=""></td>
100
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO"></td>
101
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_ITEM_NM" name="ITEM_NM"></td>
102
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_" name=""></td>
103
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_COL_QTY" name="COL_QTY"></td>
104
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_COL_AMT" name="COL_AMT"></td>
105
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_COL_PLACE" name="COL_PLACE"></td>
106
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_COL_DT" name="COL_DT"></td>
107
+							 	</tr>
108
+						 		<tr>
109
+									<td></td>
110
+									<th>수거담당자명</th>
111
+									<th>수거담당자전화번호</th>
112
+
113
+							 	</tr>
114
+							 	<tr>
115
+									<td></td>
116
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_DLV_SCH_DT" name="DLV_SCH_DT"></td>
117
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO"><strong></strong></td>
118
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_ITEM_NM" name="ITEM_NM"></td>
119
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_PODR_QTY" name="PODR_QTY"></td>
120
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_DLV_QTY" name="DLV_QTY"></td>
121
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_UNIT" name="UNIT"></td>
122
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_" name=""></td>
123
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_SALE_UNIT" name="SALE_UNIT"></td>
124
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_DLV_MGR_NM" name="DLV_MGR_NM"></td>
125
+							 	</tr>
126
+							 	<tr>
127
+									<td></td>
128
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_DLV_SCH_DT" name="DLV_SCH_DT"></td>
129
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO"><strong></strong></td>
130
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_ITEM_NM" name="ITEM_NM"></td>
131
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_PODR_QTY" name="PODR_QTY"></td>
132
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_DLV_QTY" name="DLV_QTY"></td>
133
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_UNIT" name="UNIT"></td>
134
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_" name=""></td>
135
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_SALE_UNIT" name="SALE_UNIT"></td>
136
+									<td id="ITP_FORM_RTNMNG05010_SEARCH_DLV_MGR_NM" name="DLV_MGR_NM"></td>
137
+							 	</tr>
138
+							</tbody>
139
+						</table>
140
+					</div>
141
+				</div>
142
+			</div>
143
+		</article>
144
+	</div>
145
+	<div id="ITP_TAP_JS"></div>
146
+</section>

+ 3 - 3
src/main/webapp/app/stinfo/STINFO05010.html

@@ -35,7 +35,7 @@
35 35
 											</div>
36 36
 											<div class="col-xs-2 itp_ip itp_noMar">
37 37
 												<button type="button" id="ITP_BTN_STINFO05010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
38
-												<button type="button" id="ITP_BTN_STINFO05010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i></button>
38
+												<button type="button" id="ITP_BTN_STINFO05010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
39 39
 											</div>
40 40
 										</div>
41 41
 									</div>
@@ -227,7 +227,7 @@
227 227
 								                </div>
228 228
 												<div class="col-xs-2 itp_in" style="padding-left: 5px;">
229 229
 													<button type="button" id="ITP_BTN_STINFO05010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
230
-													<button type="button" id="ITP_BTN_STINFO05010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i></button>
230
+													<button type="button" id="ITP_BTN_STINFO05010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
231 231
 								                </div>
232 232
 											</div>
233 233
 										</div>
@@ -242,7 +242,7 @@
242 242
 								                </div>
243 243
 												<div class="col-xs-2 itp_in" style="padding-left: 5px;">
244 244
 													<button type="button" id="ITP_BTN_STINFO05010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
245
-													<button type="button" id="ITP_BTN_STINFO05010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i></button>
245
+													<button type="button" id="ITP_BTN_STINFO05010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
246 246
 								                </div>
247 247
 								                <div class="col-xs-3 itp_in" style="padding-left: 5px; left:-40px;">
248 248
 													<input type="text" id="ITP_FORM_STINFO05010_DETAIL_SPPLY_ITEM_ID" class="form-control itp_input" name="SPPLY_ITEM_ID" value="공급업체 품번" maxlength="100">

+ 1 - 1
src/main/webapp/app/stinfo/STINFO06010.html

@@ -22,7 +22,7 @@
22 22
 										</div>
23 23
 										<div class="col-xs-2 itp_ip itp_noMar" style="width:10%;">
24 24
 											<button type="button" id="ITP_BTN_STINFO06010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
25
-											<button type="button" id="ITP_BTN_STINFO06010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i></button>
25
+											<button type="button" id="ITP_BTN_STINFO06010_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
26 26
 										</div>
27 27
 										<label class="col-xs-1 itp_ip itp_noMar" style="top:6px;">계약기간</label>
28 28
 										<div class="col-xs-3 itp_ip itp_noMar">