Переглянути джерело

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

dwkim 2 роки тому
батько
коміт
98da17649d

+ 10 - 8
src/main/webapp/app/rtnmng/RTNMNG01010.html

@@ -24,8 +24,7 @@
24 24
 								<input type="hidden" id="ITP_FORM_RTNMNG01010_DETAIL_RTN_REQ_UNQ_NO" name="rtnReqUnqNo" value="">								
25 25
 								
26 26
 								<section class="itp_form_sec">
27
-									<h4 class="itp_form_tit">반품요청정보</h4>
28
-									<div class="itp_form_in">	
27
+									<div class="itp_form_in border-top">	
29 28
 										<div class="form-group">
30 29
 											<label class="col-xs-2 itp_lb">브랜드 *</label>
31 30
 											<div class="col-xs-4 itp_ip fnBrandNm"></div>
@@ -41,20 +40,24 @@
41 40
 													<input type="text" id="ITP_FORM_RTNMNG01010_DETAIL_RTN_WHS_NM" data-check-required="empty" class="form-control itp_input" name="rtnWhsNm" value="" readonly="readonly" />
42 41
 													<input type="hidden" id="ITP_FORM_RTNMNG01010_DETAIL_RTN_WHS_ID" class="form-control itp_input" name="rtnWhsId" value="" />
43 42
 												</div>
44
-												<div class="col-xs-4 itp_in">
43
+												<div class="col-xs-5 itp_in">
44
+													<div class="input-group">
45 45
 													<input type="text" id="ITP_FORM_RTNMNG01010_DETAIL_RTN_LOCATION_NM" data-check-required="empty" class="form-control itp_input" name="rtnLocationNm" value="" readonly="readonly" />
46 46
 													<input type="hidden" id="ITP_FORM_RTNMNG01010_DETAIL_RTN_LOCATION" class="form-control itp_input" name="rtnLocation" value="" />
47
+														<span class="input-group-btn">
48
+															<button id="ITP_FORM_RTNMNG01010_DELETE_WHS_NM" class="btn btn-default btn-sm UPB" type="button" style="padding:3.8px 10px;"><i class="glyphicon glyphicon-erase"></i></button>
49
+														</span>
50
+													</div>
47 51
 												</div>
48
-												<div class="col-xs-1 itp_in" style="width:23%; padding:0px;">
52
+												<div class="col-xs-a itp_in">
49 53
 													<button type="button" id="ITP_FORM_RTNMNG01010_SEARCH_WHS_NM" class="btn btn-success btn-sm SEB SHOW" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
50
-													<button type="button" id="ITP_FORM_RTNMNG01010_DELETE_WHS_NM" class="btn btn-primary btn-sm UPB SHOW" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
51 54
 								                </div>
52 55
 											</div>
53 56
 											<label class="col-xs-2 itp_lb">수거요청일</label>
54 57
 											<div class="col-xs-4 itp_ip">
55 58
 												<div class="col-xs-4 itp_in">
56 59
 													<div class="input-daterange input-group date">
57
-														<input type="text" id="ITP_FORM_RTNMNG01010_DETAIL_COL_REQ_DT" data-check-required="empty" class="form-control itp_input" name="colReqDt" value="">
60
+														<input type="text" id="ITP_FORM_RTNMNG01010_DETAIL_COL_REQ_DT" data-check-required="empty" class="form-control itp_input" name="colReqDt" value="" readonly>
58 61
 													</div>
59 62
 												</div>									
60 63
 											</div>
@@ -69,7 +72,7 @@
69 72
 										</div>
70 73
 									</div>
71 74
 									<div class="itp_form_in">
72
-										<div class="itp_table_head fix" style="background:#f5f5f5;">
75
+										<div class="itp_table_head fix" style="background:#fff;">
73 76
 											<h4 class="itp_table_tit">요청 품목</h4>
74 77
 											<div class="pull-right itp_cicon">
75 78
 												<button type="button" id="ITP_BTN_RTNMNG01010_DETAIL_ADDROW" class="btn btn-primary btn-sm ARB" style="display: inline-block;"><i class="glyphicon "></i>&nbsp;&nbsp;품목추가&nbsp;&nbsp;</button>
@@ -77,7 +80,6 @@
77 80
 											</div>
78 81
 										</div>
79 82
 										<div id="ITP_RTNMNG01010_DETAIL_jqGrid_list" class="itp_tb_list">
80
-										  <div id="ITP_RTNMNG01010_DETAIL_jqGridView" class="itp_views fix"></div>
81 83
 										  <table id="ITP_RTNMNG01010_DETAIL_jqGrid"></table>
82 84
 										  <div id="ITP_RTNMNG01010_DETAIL_jqGridPager"></div>
83 85
 										  <div id="ITP_RTNMNG01010_DETAIL_jqGridEmpty" class="itp_no_data"></div>

+ 15 - 13
src/main/webapp/app/rtnmng/RTNMNG02010.html

@@ -22,7 +22,9 @@
22 22
 									<input type="hidden" id="ITP_FORM_RTNMNG02010_SEARCH_SWHS_ID" name="swhsId" value="">
23 23
 									<div class="form-group">
24 24
 										<div class="col-xs-2 itp_ip itp_noMar">
25
-											<label>반품요청일</label>
25
+											<select id="ITP_FORM_RTNMNG02010_SEARCH_" class="form-control itp_input" name="service">
26
+												<option value="A">반품요청일</option>											
27
+											</select>
26 28
 										</div>											
27 29
 										<div class="col-xs-3 itp_ip itp_noMar">
28 30
 											<div class="input-daterange input-group date">
@@ -33,17 +35,21 @@
33 35
 										</div>
34 36
 									</div>
35 37
 									<div class="form-group" style="padding-top: 10px; border-top: 1px dotted #ccc;">
36
-										<div class="col-xs-3 itp_ip itp_noMar">
38
+										<div class="col-xs-4 itp_ip itp_noMar">
39
+											<div class="input-group">
37 40
 											<input type="text" id="ITP_FORM_RTNMNG02010_SEARCH_SWHS_NM" class="form-control itp_input" placeholder="반품장소 매장/창고" readonly/>
41
+												<span class="input-group-btn">
42
+													<button id="ITP_FORM_RTNMNG02010_SDELETE_SWHS_NM" class="btn btn-default btn-sm UPB" type="button" style="padding:3.8px 10px;"><i class="glyphicon glyphicon-erase"></i></button>
43
+												</span>
44
+											</div>
38 45
 										</div>
39
-										<div class="col-xs-1 itp_in" style="padding-left: 5px; width:10%;">
46
+										<div class="col-xs-a itp_in" style="padding-left: 5px; width:5%;">
40 47
 											<button type="button" id="ITP_FORM_RTNMNG02010_SSEARCH_SWHS_NM" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
41
-											<button type="button" id="ITP_FORM_RTNMNG02010_SDELETE_SWHS_NM" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
42 48
 						                </div>
43 49
 										<div class="col-xs-2 itp_ip itp_noMar">
44 50
 											<select id="ITP_FORM_RTNMNG02010_SEARCH_RTN_REQ_ST_CD" class="form-control itp_input" data-select-code="RTN_REQ_ST_CD" name="srtnReqStCd"></select>
45 51
 										</div>
46
-										<div class="col-xs-5 itp_ip itp_noMar">
52
+										<div class="col-xs-4 itp_ip itp_noMar">
47 53
 											<input type="text" id="ITP_FORM_RTNMNG02010_SEARCH_ITEM_NM" class="form-control itp_input" name="sitemNm" placeholder="품목번호 or 품목명" />
48 54
 										</div>
49 55
 									</div>
@@ -71,8 +77,7 @@
71 77
 								<input type="hidden" id="ITP_FORM_RTNMNG02010_DETAIL_RTN_REQ_MGR_ID" name="rtnReqMgrId" value="">
72 78
 					
73 79
 								<section class="itp_form_sec">
74
-									<h4 class="itp_form_tit">반품요청정보</h4>
75
-									<div class="itp_form_in">	
80
+									<div class="itp_form_in border-top">	
76 81
 										<div class="form-group">
77 82
 											<label class="col-xs-2 itp_lb">브랜드 *</label>
78 83
 											<div class="col-xs-4 itp_ip fnBrandNm"></div>
@@ -117,7 +122,7 @@
117 122
 									</div>
118 123
 									
119 124
 									<div class="itp_form_in">
120
-										<div class="itp_table_head fix" style="background:#f5f5f5;">
125
+										<div class="itp_table_head fix" style="background:#fff;">
121 126
 											<h4 class="itp_table_tit">요청 품목</h4>
122 127
 											<div class="pull-right itp_cicon">
123 128
 												<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>
@@ -125,7 +130,6 @@
125 130
 											</div>
126 131
 										</div>
127 132
 										<div id="ITP_RTNMNG02010_DETAIL_jqGrid_list" class="itp_tb_list">
128
-										  <div id="ITP_RTNMNG02010_DETAIL_jqGridView" class="itp_views fix"></div>
129 133
 										  <table id="ITP_RTNMNG02010_DETAIL_jqGrid"></table>
130 134
 										  <div id="ITP_RTNMNG02010_DETAIL_jqGridPager"></div>
131 135
 										  <div id="ITP_RTNMNG02010_DETAIL_jqGridEmpty" class="itp_no_data"></div>
@@ -147,8 +151,7 @@
147 151
 								<input type="hidden" id="ITP_FORM_RTNMNG02010_VIEW_RTN_REQ_MGR_ID" name="rtnReqMgrId" value="">
148 152
 								
149 153
 								<section class="itp_form_sec">
150
-									<h4 class="itp_form_tit">반품요청정보</h4>
151
-									<div class="itp_form_in">	
154
+									<div class="itp_form_in border-top">	
152 155
 										<div class="form-group">
153 156
 											<label class="col-xs-2 itp_lb">브랜드 *</label>
154 157
 											<div class="col-xs-4 itp_ip fnBrandNm"></div>
@@ -194,11 +197,10 @@
194 197
 									</div>
195 198
 									
196 199
 									<div class="itp_form_in">
197
-										<div class="itp_table_head fix" style="background:#f5f5f5;">
200
+										<div class="itp_table_head fix" style="background:#fff;">
198 201
 											<h4 class="itp_table_tit">요청 품목</h4>
199 202
 										</div>
200 203
 										<div id="ITP_RTNMNG02010_VIEW_jqGrid_list" class="itp_tb_list">
201
-										  <div id="ITP_RTNMNG02010_VIEW_jqGridView" class="itp_views fix"></div>
202 204
 										  <table id="ITP_RTNMNG02010_VIEW_jqGrid"></table>
203 205
 										  <div id="ITP_RTNMNG02010_VIEW_jqGridPager"></div>
204 206
 										  <div id="ITP_RTNMNG02010_VIEW_jqGridEmpty" class="itp_no_data"></div>

+ 48 - 31
src/main/webapp/app/rtnmng/RTNMNG03010.html

@@ -22,7 +22,9 @@
22 22
 									<input type="hidden" id="ITP_FORM_RTNMNG03010_SEARCH_SSTORE_ID" name="sstoreId" value="">
23 23
 									<div class="form-group">
24 24
 										<div class="col-xs-2 itp_ip itp_noMar">
25
-											<label>반품요청일 *</label>
25
+											<select id="ITP_FORM_RTNMNG03010_SEARCH_" class="form-control itp_input" name="service">
26
+												<option value="A">반품요청일</option>											
27
+											</select>
26 28
 										</div>											
27 29
 										<div class="col-xs-3 itp_ip itp_noMar">
28 30
 											<div class="input-daterange input-group date">
@@ -33,21 +35,29 @@
33 35
 										</div>
34 36
 									</div>
35 37
 									<div class="form-group" style="padding-top: 10px; border-top: 1px dotted #ccc;">
36
-										<div class="col-xs-2 itp_ip itp_noMar">
37
-											<input type="text" id="ITP_FORM_RTNMNG03010_SEARCH_SSPPLY_NM" class="form-control itp_input" name="sspplyNm" placeholder="공급업체" readonly="readonly" />
38
-											<input type="hidden" id="ITP_FORM_RTNMNG03010_SEARCH_SSPPLY_ID" class="form-control itp_input" name="sspplyId" />
38
+										<div class="col-xs-3 itp_ip itp_noMar">
39
+											<div class="input-group">
40
+												<input type="text" id="ITP_FORM_RTNMNG03010_SEARCH_SSPPLY_NM" class="form-control itp_input" name="sspplyNm" placeholder="공급업체" readonly="readonly" />
41
+												<input type="hidden" id="ITP_FORM_RTNMNG03010_SEARCH_SSPPLY_ID" class="form-control itp_input" name="sspplyId" />
42
+												<span class="input-group-btn">
43
+													<button id="ITP_FORM_RTNMNG03010_SDELETE_SSPPLY_NM" class="btn btn-default btn-sm UPB" type="button" style="padding:3.8px 10px;"><i class="glyphicon glyphicon-erase"></i></button>
44
+												</span>
45
+											</div>
39 46
 										</div>
40
-										<div class="col-xs-1 itp_in" style="padding:0px; width:8%;">
47
+										<div class="col-xs-1 itp_in" style="padding:0px; width:5%;">
41 48
 											<button type="button" id="ITP_FORM_RTNMNG03010_SSEARCH_SSPPLY_NM" class="btn btn-success btn-sm SHOW" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
42
-											<button type="button" id="ITP_FORM_RTNMNG03010_SDELETE_SSPPLY_NM" class="btn btn-primary btn-sm SHOW" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
43 49
 						                </div>
44
-										<div class="col-xs-2 itp_ip itp_noMar">
45
-											<input type="text" id="ITP_FORM_RTNMNG03010_SEARCH_SWHS_NM" class="form-control itp_input" name="swhsNm" placeholder="매장/창고" readonly="readonly" />
46
-											<input type="hidden" id="ITP_FORM_RTNMNG03010_SEARCH_SWHS_ID" class="form-control itp_input" name="swhsId"  />
50
+										<div class="col-xs-3 itp_ip itp_noMar">
51
+											<div class="input-group">
52
+												<input type="text" id="ITP_FORM_RTNMNG03010_SEARCH_SWHS_NM" class="form-control itp_input" name="swhsNm" placeholder="매장/창고" readonly="readonly" />
53
+												<input type="hidden" id="ITP_FORM_RTNMNG03010_SEARCH_SWHS_ID" class="form-control itp_input" name="swhsId"  />
54
+												<span class="input-group-btn">
55
+													<button id="ITP_FORM_RTNMNG03010_SDELETE_SWHS_NM" class="btn btn-default btn-sm UPB" type="button" style="padding:3.8px 10px;"><i class="glyphicon glyphicon-erase"></i></button>
56
+												</span>
57
+											</div>
47 58
 										</div>
48
-										<div class="col-xs-1 itp_in" style="padding:0px; width:10%;">
59
+										<div class="col-xs-1 itp_in" style="padding:0px; width:5%;">
49 60
 											<button type="button" id="ITP_FORM_RTNMNG03010_SSEARCH_SWHS_NM" class="btn btn-success btn-sm SHOW" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
50
-											<button type="button" id="ITP_FORM_RTNMNG03010_SDELETE_SWHS_NM" class="btn btn-primary btn-sm SHOW" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
51 61
 						                </div>
52 62
 										<div class="col-xs-4 itp_ip itp_noMar">
53 63
 											<input type="text" id="ITP_FORM_RTNMNG03010_SEARCH_ITEM_NM" class="form-control itp_input" name="sitemNm" placeholder="품목번호 or 품목명" />
@@ -82,8 +92,7 @@
82 92
 								<input type="hidden" id="ITP_FORM_RTNMNG03010_DETAIL_JOB_CD" name="jobCd" value="R">
83 93
 					
84 94
 								<section class="itp_form_sec">
85
-									<h4 class="itp_form_tit">반품 발주 상세</h4>
86
-									<div class="itp_form_in">	
95
+									<div class="itp_form_in border-top">	
87 96
 										<div class="form-group">
88 97
 											<label class="col-xs-2 itp_lb">브랜드 *</label>
89 98
 											<div class="col-xs-4 itp_ip fnBrandNm"></div>
@@ -133,22 +142,25 @@
133 142
 											</div>
134 143
 											<label class="col-xs-2 itp_lb">반품입고창고</label>
135 144
 											<div class="col-xs-4 itp_ip">
136
-												<div class="col-xs-5 itp_in">
137
-													<input type="text" id="ITP_FORM_RTNMNG03010_DETAIL_RTN_WHS_NM" class="form-control itp_input" name="rtnWhsNm" placeholder="창고/공급사" readonly/>
145
+												<div class="col-xs-6 itp_in">
146
+													<div class="input-group">
147
+														<input type="text" id="ITP_FORM_RTNMNG03010_DETAIL_RTN_WHS_NM" class="form-control itp_input" name="rtnWhsNm" placeholder="창고/공급사" readonly/>
148
+														<span class="input-group-btn">
149
+															<button id="ITP_BTN_RTNMNG03010_DETAIL_MODIFY" class="btn btn-default btn-sm UPB" type="button" style="padding:3.8px 10px;"><i class="glyphicon glyphicon-erase"></i></button>
150
+														</span>
151
+													</div>
138 152
 												</div>
139
-												<div class="col-xs-5 itp_in" style="padding-left:3px; ">
153
+												<div class="col-xs-a itp_in" style="padding-left:3px; ">
140 154
 													<button type="button" id="ITP_BTN_RTNMNG03010_DETAIL_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
141
-													<button type="button" id="ITP_BTN_RTNMNG03010_DETAIL_MODIFY" class="btn btn-primary btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
142 155
 								                </div>
143 156
 											</div>
144 157
 										</div>
145 158
 									</div>
146 159
 									<div class="itp_form_in">
147
-										<div class="itp_table_head fix" style="background:#f5f5f5;">
160
+										<div class="itp_table_head fix" style="background:#fff;">
148 161
 											<h4 class="itp_table_tit">반품발주 품목</h4>
149 162
 										</div>
150 163
 										<div id="ITP_RTNMNG03010_DETAIL_jqGrid_list" class="itp_tb_list">
151
-										  <div id="ITP_RTNMNG03010_DETAIL_jqGridView" class="itp_views fix"></div>
152 164
 										  <table id="ITP_RTNMNG03010_DETAIL_jqGrid"></table>
153 165
 										  <div id="ITP_RTNMNG03010_DETAIL_jqGridPager"></div>
154 166
 										  <div id="ITP_RTNMNG03010_DETAIL_jqGridEmpty" class="itp_no_data"></div>
@@ -176,8 +188,7 @@
176 188
 								<input type="hidden" id="ITP_FORM_RTNMNG03010_NDETAIL_JOB_CD" name="jobCd" value="P">
177 189
 					
178 190
 								<section class="itp_form_sec">
179
-									<h4 class="itp_form_tit">반품 발주 상세</h4>
180
-									<div class="itp_form_in">	
191
+									<div class="itp_form_in border-top">	
181 192
 										<div class="form-group">
182 193
 											<label class="col-xs-2 itp_lb">브랜드 *</label>
183 194
 											<div class="col-xs-4 itp_ip fnBrandNm"></div>
@@ -189,12 +200,16 @@
189 200
 										<div class="form-group">
190 201
 											<label class="col-xs-2 itp_lb">공급업체명</label>
191 202
 											<div class="col-xs-4 itp_ip">
192
-												<div class="col-xs-5 itp_in">
193
-													<input type="text" id="ITP_FORM_RTNMNG03010_NDETAIL_SPPLY_NM" class="form-control itp_input" name="spplyNm" placeholder="공급업체" readonly="readonly" />													
203
+												<div class="col-xs-6 itp_in">
204
+													<div class="input-group">
205
+														<input type="text" id="ITP_FORM_RTNMNG03010_NDETAIL_SPPLY_NM" class="form-control itp_input" name="spplyNm" placeholder="공급업체" readonly="readonly" />													
206
+														<span class="input-group-btn">
207
+															<button id="ITP_BTN_RTNMNG03010_SDELETE_SPPLY_NM" class="btn btn-default btn-sm UPB" type="button" style="padding:3.8px 10px;"><i class="glyphicon glyphicon-erase"></i></button>
208
+														</span>
209
+													</div>
194 210
 												</div>
195
-												<div class="col-xs-5 itp_in" style="padding-left:3px; ">
211
+												<div class="col-xs-a itp_in" style="padding-left:3px; ">
196 212
 													<button type="button" id="ITP_BTN_RTNMNG03010_NDETAIL_SPPLY_NM" class="btn btn-success btn-sm SHOW" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
197
-													<button type="button" id="ITP_BTN_RTNMNG03010_SDELETE_SPPLY_NM" class="btn btn-primary btn-sm SHOW" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
198 213
 								                </div>
199 214
 											</div>
200 215
 											<label class="col-xs-2 itp_lb">수거요청일</label>
@@ -211,12 +226,16 @@
211 226
 										<div class="form-group">
212 227
 											<label class="col-xs-2 itp_lb">수거장소</label>
213 228
 											<div class="col-xs-4 itp_ip">
214
-												<div class="col-xs-5 itp_in">
215
-													<input type="text" id="ITP_FORM_RTNMNG03010_NDETAIL_RTN_WHS_NM" data-check-required="empty" class="form-control itp_input" name="rtnWhsNm" placeholder="창고/공급사" readonly="readonly" />
229
+												<div class="col-xs-6 itp_in">
230
+													<div class="input-group">
231
+														<input type="text" id="ITP_FORM_RTNMNG03010_NDETAIL_RTN_WHS_NM" data-check-required="empty" class="form-control itp_input" name="rtnWhsNm" placeholder="창고/공급사" readonly="readonly" />
232
+														<span class="input-group-btn">
233
+															<button id="ITP_BTN_RTNMNG03010_NDETAIL_MODIFY" class="btn btn-default btn-sm UPB" type="button" style="padding:3.8px 10px;"><i class="glyphicon glyphicon-erase"></i></button>
234
+														</span>
235
+													</div>
216 236
 												</div>
217 237
 												<div class="col-xs-5 itp_in" style="padding-left:3px; ">
218 238
 													<button type="button" id="ITP_BTN_RTNMNG03010_NDETAIL_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
219
-													<button type="button" id="ITP_BTN_RTNMNG03010_NDETAIL_MODIFY" class="btn btn-primary btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
220 239
 								                </div>
221 240
 											</div>
222 241
 											<label class="col-xs-2 itp_lb">반품 발주 총 금액</label>
@@ -244,16 +263,14 @@
244 263
 										</div>
245 264
 									</div>
246 265
 									<div class="itp_form_in">
247
-										<div class="itp_table_head fix" style="background:#f5f5f5;">
266
+										<div class="itp_table_head fix" style="background:#fff;">
248 267
 											<h4 class="itp_table_tit">반품발주 품목</h4>
249
-											
250 268
 											<div class="pull-right itp_cicon">
251 269
 												<button type="button" id="ITP_BTN_RTNMNG03010_NDETAIL_ADDROW" class="btn btn-primary btn-sm ARB" style="display: inline-block;"><i class="glyphicon "></i>&nbsp;&nbsp;품목추가&nbsp;&nbsp;</button>
252 270
 												<button type="button" id="ITP_BTN_RTNMNG03010_NDETAIL_DELROW" class="btn btn-danger btn-sm DRB"><i class="glyphicon "></i>&nbsp;&nbsp;품목삭제&nbsp;&nbsp;</button>
253 271
 											</div>
254 272
 										</div>
255 273
 										<div id="ITP_RTNMNG03010_NDETAIL_jqGrid_list" class="itp_tb_list">
256
-										  <div id="ITP_RTNMNG03010_NDETAIL_jqGridView" class="itp_views fix"></div>
257 274
 										  <table id="ITP_RTNMNG03010_NDETAIL_jqGrid"></table>
258 275
 										  <div id="ITP_RTNMNG03010_NDETAIL_jqGridPager"></div>
259 276
 										  <div id="ITP_RTNMNG03010_NDETAIL_jqGridEmpty" class="itp_no_data"></div>

+ 27 - 18
src/main/webapp/app/rtnmng/RTNMNG04010.html

@@ -22,7 +22,9 @@
22 22
 								
23 23
 									<div class="form-group">
24 24
 										<div class="col-xs-2 itp_ip itp_noMar">
25
-											<label>반품발주일자</label>
25
+											<select id="ITP_FORM_RTNMNG04010_SEARCH_" class="form-control itp_input" name="service">
26
+												<option value="A">반품발주일자</option>											
27
+											</select>
26 28
 										</div>										
27 29
 										<div class="col-xs-3 itp_ip itp_noMar">
28 30
 											<div class="input-daterange input-group date">
@@ -31,18 +33,21 @@
31 33
 												<input type="text" id="ITP_FORM_RTNMNG04010_SEARCH_TO_DT" class="form-control itp_input" name="toDt" value="" readonly>
32 34
 											</div>
33 35
 										</div>
34
-										<div class="col-xs-2 itp_ip itp_noMar" style="width:12%"></div>
35 36
 										<div class="col-xs-2 itp_ip itp_noMar">
36 37
 											<select id="ITP_FORM_RTNMNG04010_SEARCH_RTN_ODR_ST_CD" data-select-code="RTN_ODR_ST_CD" class="form-control itp_input" name="srtnOdrStCd">
37 38
 												<option value="A">반품상태</option>											
38 39
 											</select>
39 40
 										</div>
40
-										<div class="col-xs-2 itp_ip itp_noMar">
41
-											<input type="text" id="ITP_FORM_RTNMNG04010_SEARCH_SWHS_NM" class="form-control itp_input" placeholder="수거창고/매장" readonly="readonly" />
41
+										<div class="col-xs-3 itp_ip itp_noMar">
42
+											<div class="input-group">
43
+												<input type="text" id="ITP_FORM_RTNMNG04010_SEARCH_SWHS_NM" class="form-control itp_input" placeholder="수거창고/매장" readonly="readonly" />
44
+												<span class="input-group-btn">
45
+													<button id="ITP_BTN_RTNMNG04010_SEARCH_DEL_SWHS_NM" class="btn btn-default btn-sm UPB" type="button" style="padding:3.8px 10px;"><i class="glyphicon glyphicon-erase"></i></button>
46
+												</span>
47
+											</div>
42 48
 										</div>
43 49
 										<div class="col-xs-1 itp_in" style="padding: 0px; width:8%;">
44 50
 											<button type="button" id="ITP_BTN_RTNMNG04010_SEARCH_POP_SWHS_NM" 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_RTNMNG04010_SEARCH_DEL_SWHS_NM" class="btn btn-primary btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
46 51
 						                </div>
47 52
 									</div>
48 53
 									<div class="form-group" style="padding-top: 10px; border-top: 1px dotted #ccc;">
@@ -51,23 +56,29 @@
51 56
 												<option value="A">수거구분</option>											
52 57
 											</select>
53 58
 										</div>
54
-										
55 59
 										<div class="col-xs-2 itp_ip itp_noMar">
56
-											<input type="text" id="ITP_FORM_RTNMNG04010_SEARCH_SRTN_WHS_NM" class="form-control itp_input" placeholder="반품입고 창고" readonly="readonly" />
60
+											<div class="input-group">
61
+												<input type="text" id="ITP_FORM_RTNMNG04010_SEARCH_SRTN_WHS_NM" class="form-control itp_input" placeholder="반품입고 창고" readonly="readonly" />
62
+												<span class="input-group-btn">
63
+													<button id="ITP_BTN_RTNMNG04010_SEARCH_DEL_SRTN_WHS_NM" class="btn btn-default btn-sm UPB" type="button" style="padding:3.8px 10px;"><i class="glyphicon glyphicon-erase"></i></button>
64
+												</span>
65
+											</div>
57 66
 										</div>
58
-										<div class="col-xs-1 itp_in" style="padding: 0px; width:8%;">
67
+										<div class="col-xs-1 itp_in" style="padding: 0px; width:5%;">
59 68
 											<button type="button" id="ITP_BTN_RTNMNG04010_SEARCH_POP_SRTN_WHS_NM" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
60
-											<button type="button" id="ITP_BTN_RTNMNG04010_SEARCH_DEL_SRTN_WHS_NM" class="btn btn-primary btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
61 69
 						                </div>										
62
-										
63 70
 										<div class="col-xs-2 itp_ip itp_noMar">
64
-											<input type="text" id="ITP_FORM_RTNMNG04010_SEARCH_SSPPLY_NM" class="form-control itp_input" placeholder="반품입고 공급업체" readonly="readonly" />
71
+											<div class="input-group">
72
+												<input type="text" id="ITP_FORM_RTNMNG04010_SEARCH_SSPPLY_NM" class="form-control itp_input" placeholder="반품입고 공급업체" readonly="readonly" />
73
+												<span class="input-group-btn">
74
+													<button id="ITP_BTN_RTNMNG04010_SEARCH_DEL_SSPPLY_NM" class="btn btn-default btn-sm UPB" type="button" style="padding:3.8px 10px;"><i class="glyphicon glyphicon-erase"></i></button>
75
+												</span>
76
+											</div>
65 77
 										</div>
66
-										<div class="col-xs-1 itp_in" style="padding: 0px; width:10%;">
78
+										<div class="col-xs-1 itp_in" style="padding: 0px; width:5%;">
67 79
 											<button type="button" id="ITP_BTN_RTNMNG04010_SEARCH_POP_SSPPLY_NM" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
68
-											<button type="button" id="ITP_BTN_RTNMNG04010_SEARCH_DEL_SSPPLY_NM" class="btn btn-primary btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
69 80
 						                </div>
70
-										<div class="col-xs-2 itp_ip itp_noMar">
81
+										<div class="col-xs-3 itp_ip itp_noMar">
71 82
 											<input type="text" id="ITP_FORM_RTNMNG04010_SEARCH_ITEM_NM" class="form-control itp_input" name="sitemNm" placeholder="반품발주번호/품목번호 /품목명" />
72 83
 										</div>
73 84
 									</div>
@@ -94,8 +105,7 @@
94 105
 								<input type="hidden" id="ITP_FORM_RTNMNG04010_DETAIL_RTN_ODR_ST_CD" name="rtnOdrStCd" value="">
95 106
 					
96 107
 								<section class="itp_form_sec">
97
-									<h4 class="itp_form_tit">반품 발주 상세</h4>
98
-									<div class="itp_form_in">	
108
+									<div class="itp_form_in border-top">	
99 109
 										<div class="form-group">
100 110
 											<label class="col-xs-2 itp_lb">브랜드 *</label>
101 111
 											<div class="col-xs-4 itp_ip fnBrandNm"></div>
@@ -140,11 +150,10 @@
140 150
 										</div>
141 151
 									</div>
142 152
 									<div class="itp_form_in">
143
-										<div class="itp_table_head fix" style="background:#f5f5f5;">
153
+										<div class="itp_table_head fix" style="background:#fff;">
144 154
 											<h4 class="itp_table_tit">반품 발주 품목</h4>
145 155
 										</div>
146 156
 										<div id="ITP_RTNMNG04010_DETAIL_jqGrid_list" class="itp_tb_list">
147
-										  <div id="ITP_RTNMNG04010_DETAIL_jqGridView" class="itp_views fix"></div>
148 157
 										  <table id="ITP_RTNMNG04010_DETAIL_jqGrid"></table>
149 158
 										  <div id="ITP_RTNMNG04010_DETAIL_jqGridPager"></div>
150 159
 										  <div id="ITP_RTNMNG04010_DETAIL_jqGridEmpty" class="itp_no_data"></div>

+ 28 - 14
src/main/webapp/app/rtnmng/RTNMNG05010.html

@@ -21,8 +21,10 @@
21 21
 									<input type="hidden" id="ITP_FORM_RTNMNG05010_SEARCH_SWHS_ID" name="swhsId" value="">			<!-- 반품입고창고 -->
22 22
 								
23 23
 									<div class="form-group">
24
-										<div class="col-xs-1 itp_ip itp_noMar" style="width:10.7%;">
25
-											<label>수거요청일</label>
24
+										<div class="col-xs-2 itp_ip itp_noMar">
25
+											<select id="ITP_FORM_RTNMNG05010_SEARCH_" class="form-control itp_input" name="service">
26
+												<option value="A">수거요청일</option>											
27
+											</select>
26 28
 										</div>
27 29
 										<div class="col-xs-3 itp_ip itp_noMar">
28 30
 											<div class="input-daterange input-group date">
@@ -31,30 +33,42 @@
31 33
 												<input type="text" id="ITP_FORM_RTNMNG05010_SEARCH_TO_DT" class="form-control itp_input" name="toDt" value="" readonly>
32 34
 											</div>
33 35
 										</div>
34
-										<div class="col-xs-2 itp_ip itp_noMar">
35
-											<input type="text" id="ITP_FORM_RTNMNG05010_SEARCH_SRTN_WHS_NM" class="form-control itp_input" placeholder="수거창고" readonly="readonly" />
36
+										<div class="col-xs-3 itp_ip itp_noMar">
37
+											<div class="input-group">
38
+												<input type="text" id="ITP_FORM_RTNMNG05010_SEARCH_SRTN_WHS_NM" class="form-control itp_input" placeholder="수거창고" readonly="readonly" />
39
+												<span class="input-group-btn">
40
+													<button id="ITP_BTN_RTNMNG05010_SEARCH_DEL_SRTN_WHS_NM" class="btn btn-default btn-sm UPB" type="button" style="padding:3.8px 10px;"><i class="glyphicon glyphicon-erase"></i></button>
41
+												</span>
42
+											</div>
36 43
 										</div>
37 44
 										<div class="col-xs-1 itp_in" style="width:11%; padding:0px;">
38 45
 											<button type="button" id="ITP_BTN_RTNMNG05010_SEARCH_POP_SRTN_WHS_NM" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
39
-											<button type="button" id="ITP_BTN_RTNMNG05010_SEARCH_DEL_SRTN_WHS_NM" class="btn btn-primary btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
40 46
 						                </div>
41 47
 									</div>
42 48
 									<div class="form-group" style="padding-top: 10px; border-top: 1px dotted #ccc;">
43
-										<div class="col-xs-2 itp_ip itp_noMar">
44
-											<input type="text" id="ITP_FORM_RTNMNG05010_SEARCH_SSPPLY_NM" class="form-control itp_input" placeholder="공급업체" readonly="readonly" />
49
+										<div class="col-xs-3 itp_ip itp_noMar">
50
+											<div class="input-group">
51
+												<input type="text" id="ITP_FORM_RTNMNG05010_SEARCH_SSPPLY_NM" class="form-control itp_input" placeholder="공급업체" readonly="readonly" />
52
+												<span class="input-group-btn">
53
+													<button id="ITP_BTN_RTNMNG05010_SEARCH_DEL_SSPPLY_NM" class="btn btn-default btn-sm UPB" type="button" style="padding:3.8px 10px;"><i class="glyphicon glyphicon-erase"></i></button>
54
+												</span>
55
+											</div>
45 56
 										</div>
46
-										<div class="col-xs-1 itp_in" style="width:8%; padding:0px;">
57
+										<div class="col-xs-1 itp_in" style="width:5%; padding:0px;">
47 58
 											<button type="button" id="ITP_BTN_RTNMNG05010_SEARCH_POP_SSPPLY_NM" 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_RTNMNG05010_SEARCH_DEL_SSPPLY_NM" class="btn btn-primary btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
49 59
 						                </div>
50
-						                <div class="col-xs-2 itp_ip itp_noMar">
51
-											<input type="text" id="ITP_FORM_RTNMNG05010_SEARCH_SWHS_NM" class="form-control itp_input" placeholder="반품입고창고" readonly="readonly" />
60
+										<div class="col-xs-3 itp_ip itp_noMar">
61
+											<div class="input-group">
62
+												<input type="text" id="ITP_FORM_RTNMNG05010_SEARCH_SWHS_NM" class="form-control itp_input" placeholder="반품입고창고" readonly="readonly" />
63
+												<span class="input-group-btn">
64
+													<button id="ITP_BTN_RTNMNG05010_SEARCH_DEL_SWHS_NM" class="btn btn-default btn-sm UPB" type="button" style="padding:3.8px 10px;"><i class="glyphicon glyphicon-erase"></i></button>
65
+												</span>
66
+											</div>
52 67
 										</div>
53
-										<div class="col-xs-1 itp_in" style="width:11%; padding:0px;">
68
+										<div class="col-xs-1 itp_in" style="width:5%; padding:0px;">
54 69
 											<button type="button" id="ITP_BTN_RTNMNG05010_SEARCH_POP_SWHS_NM" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
55
-											<button type="button" id="ITP_BTN_RTNMNG05010_SEARCH_DEL_SWHS_NM" class="btn btn-primary btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
56 70
 						                </div>
57
-										<div class="col-xs-5 itp_ip itp_noMar">
71
+										<div class="col-xs-4 itp_ip itp_noMar">
58 72
 											<input type="text" id="ITP_FORM_RTNMNG05010_SEARCH_ITEM_NM" class="form-control itp_input" name="sitemNm" placeholder="품목번호 or 품목명" />
59 73
 										</div>
60 74
 									</div>

+ 29 - 15
src/main/webapp/app/rtnmng/RTNMNG06010.html

@@ -20,8 +20,10 @@
20 20
 									<input type="hidden" id="ITP_FORM_RTNMNG06010_SEARCH_SWHS_ID" name="swhsId" value="">			<!-- 반품입고창고 -->
21 21
 								
22 22
 									<div class="form-group">
23
-										<div class="col-xs-1 itp_ip itp_noMar" style="width:10.7%;">
24
-											<label>수거일 *</label>
23
+										<div class="col-xs-2 itp_ip itp_noMar">
24
+											<select id="ITP_FORM_RTNMNG06010_SEARCH_" class="form-control itp_input" name="service">
25
+												<option value="A">수거일</option>											
26
+											</select>
25 27
 										</div>
26 28
 										<div class="col-xs-3 itp_ip itp_noMar">
27 29
 											<div class="input-daterange input-group date">
@@ -30,30 +32,42 @@
30 32
 												<input type="text" id="ITP_FORM_RTNMNG06010_SEARCH_TO_DT" class="form-control itp_input" name="toDt" value="" readonly>
31 33
 											</div>
32 34
 										</div>
33
-										<div class="col-xs-2 itp_ip itp_noMar">
34
-											<input type="text" id="ITP_FORM_RTNMNG06010_SEARCH_SRTN_WHS_NM" class="form-control itp_input" placeholder="매장/창고" readonly="readonly" />
35
+										<div class="col-xs-3 itp_ip itp_noMar">
36
+											<div class="input-group">
37
+												<input type="text" id="ITP_FORM_RTNMNG06010_SEARCH_SRTN_WHS_NM" class="form-control itp_input" placeholder="매장/창고" readonly="readonly" />
38
+												<span class="input-group-btn">
39
+													<button id="ITP_BTN_RTNMNG06010_SEARCH_DEL_SRTN_WHS_NM" class="btn btn-default btn-sm UPB" type="button" style="padding:3.8px 10px;"><i class="glyphicon glyphicon-erase"></i></button>
40
+												</span>
41
+											</div>
35 42
 										</div>
36
-										<div class="col-xs-1 itp_in" style="width:11%; padding:0px;">
43
+										<div class="col-xs-1 itp_in" style="width:5%; padding:0px;">
37 44
 											<button type="button" id="ITP_BTN_RTNMNG06010_SEARCH_POP_SRTN_WHS_NM" 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_RTNMNG06010_SEARCH_DEL_SRTN_WHS_NM" class="btn btn-primary btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
39 45
 						                </div>
40 46
 									</div>
41 47
 									<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_RTNMNG06010_SEARCH_SSPPLY_NM" class="form-control itp_input" placeholder="공급업체" readonly="readonly" />
48
+										<div class="col-xs-3 itp_ip itp_noMar">
49
+											<div class="input-group">
50
+												<input type="text" id="ITP_FORM_RTNMNG06010_SEARCH_SSPPLY_NM" class="form-control itp_input" placeholder="공급업체" readonly="readonly" />
51
+												<span class="input-group-btn">
52
+													<button id="ITP_BTN_RTNMNG06010_SEARCH_DEL_SSPPLY_NM" class="btn btn-default btn-sm UPB" type="button" style="padding:3.8px 10px;"><i class="glyphicon glyphicon-erase"></i></button>
53
+												</span>
54
+											</div>
44 55
 										</div>
45
-										<div class="col-xs-1 itp_in" style="width:8%; padding:0px;">
56
+										<div class="col-xs-1 itp_in" style="width:5%; padding:0px;">
46 57
 											<button type="button" id="ITP_BTN_RTNMNG06010_SEARCH_POP_SSPPLY_NM" 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_RTNMNG06010_SEARCH_DEL_SSPPLY_NM" class="btn btn-primary btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
48 58
 						                </div>
49
-						                <div class="col-xs-2 itp_ip itp_noMar">
50
-											<input type="text" id="ITP_FORM_RTNMNG06010_SEARCH_SWHS_NM" class="form-control itp_input" placeholder="반품입고창고" readonly="readonly" />
59
+										<div class="col-xs-3 itp_ip itp_noMar">
60
+											<div class="input-group">
61
+												<input type="text" id="ITP_FORM_RTNMNG06010_SEARCH_SWHS_NM" class="form-control itp_input" placeholder="반품입고창고" readonly="readonly" />
62
+												<span class="input-group-btn">
63
+													<button id="ITP_BTN_RTNMNG06010_SEARCH_DEL_SWHS_NM" class="btn btn-default btn-sm UPB" type="button" style="padding:3.8px 10px;"><i class="glyphicon glyphicon-erase"></i></button>
64
+												</span>
65
+											</div>
51 66
 										</div>
52
-										<div class="col-xs-1 itp_in" style="width:11%; padding:0px;">
67
+										<div class="col-xs-1 itp_in" style="width:5%; padding:0px;">
53 68
 											<button type="button" id="ITP_BTN_RTNMNG06010_SEARCH_POP_SWHS_NM" 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_RTNMNG06010_SEARCH_DEL_SWHS_NM" class="btn btn-primary btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
55 69
 						                </div>
56
-										<div class="col-xs-5 itp_ip itp_noMar">
70
+										<div class="col-xs-4 itp_ip itp_noMar">
57 71
 											<input type="text" id="ITP_FORM_RTNMNG06010_SEARCH_ITEM_NM" class="form-control itp_input" name="sitemNm" placeholder="품목번호 or 품목명" />
58 72
 										</div>
59 73
 									</div>

+ 1 - 1
src/main/webapp/css/style.css

@@ -460,7 +460,7 @@ html:lang(en) #ITP_CONTAINER .itp_detail .itp_form .itp_thumb_inline .itp_thumb_
460 460
 #ITP_CONTAINER .itp_form.itp_type1 .itp_form_in {margin:0; padding:0; display:table; width:100%;}
461 461
 #ITP_CONTAINER .itp_form.itp_type1 .form-group {margin:0; padding:0; display:table-row;}
462 462
 #ITP_CONTAINER .itp_form.itp_type1 .form-group .itp_lb,
463
-#ITP_CONTAINER .itp_form.itp_type1 .form-group .itp_ip {display:table-cell; padding:6px 15px; border-top:1px solid #ededed; float:none; vertical-align:middle; height:42px; }
463
+#ITP_CONTAINER .itp_form.itp_type1 .form-group .itp_ip {display:table-cell; padding:2px 15px 0 15px; border-top:1px solid #ededed; float:none; vertical-align:middle; height:32px; }
464 464
 #ITP_CONTAINER .itp_form.itp_type1 .form-group.border .itp_lb,
465 465
 #ITP_CONTAINER .itp_form.itp_type1 .form-group.border .itp_ip {border-bottom:1px solid #666;}
466 466
 #ITP_CONTAINER .itp_form.itp_type1 .form-group.noBor .itp_lb,

+ 5 - 7
src/main/webapp/js/app/rtnmng/ITP_RTNMNG01010.js

@@ -11,9 +11,6 @@ require(['config'], function() {
11 11
  --------------------------------------------------------
12 12
  * const gridColModel = {}	: 화면 Grid Object			*
13 13
  * let pageObj = {}			: 화면공통 Object			*
14
- * let listObj = {}			: 목록화면 Object			*
15
- * let viewObj = {}			: 상세화면 Object			*
16
- * let modifyObj = {}		: 수정화면 Object			*
17 14
  * let createObj = {}		: 신규화면 Object			*
18 15
  *******************************************************/
19 16
 
@@ -83,7 +80,7 @@ const gridColModel = {
83 80
 		},
84 81
 		{
85 82
 			index: 'RTN_QTY', name: 'rtnQty',
86
-			label: '반품수량', //수량
83
+			label: '반품수량', classes: 'input_color',
87 84
 			width: '8', fixed: false, align: 'right',
88 85
 			sortable: false, editable: true, edittype: 'text',
89 86
 			editrules: { number:true }, 
@@ -98,7 +95,7 @@ const gridColModel = {
98 95
 		},		
99 96
 		{
100 97
 			index: 'RTN_DVSN', name: 'rtnDvsn',
101
-			label: '반품구분',
98
+			label: '반품구분', classes: 'input_color',
102 99
 			width: '9', fixed: false, align: 'left',
103 100
 			sortable: false, editable: true, formatter: 'select', edittype: 'select',
104 101
 			editoptions: {value: ITP_COMMON_CD_RTN_DVSN},
@@ -106,7 +103,7 @@ const gridColModel = {
106 103
 		},
107 104
 		{
108 105
 			index: 'RTN_RSN_DVSN', name: 'rtnRsnDvsn',
109
-			label: '사유구분',
106
+			label: '사유구분', classes: 'input_color',
110 107
 			width: '9', fixed: false, align: 'left',
111 108
 			sortable: false, editable: true, formatter: 'select', edittype: 'select',
112 109
 			editoptions: {value: ITP_COMMON_CD_RTN_RSN_DVSN},
@@ -114,7 +111,7 @@ const gridColModel = {
114 111
 		},
115 112
 		{
116 113
 			index: 'RTN_RSN', name: 'rtnRsn',
117
-			label: '반품사유', 
114
+			label: '반품사유', classes: 'input_color',
118 115
 			width: '12', fixed: false, align: 'left',
119 116
 			sortable: false, editable: true, edittype: 'text'
120 117
 		},
@@ -361,6 +358,7 @@ let createObj = {
361 358
 	init: function() {
362 359
 		$('#ITP_FORM_RTNMNG01010_DETAIL_BRAND_ID').val(fn_make_user_info.get('brandId'));
363 360
 		$('#ITP_FORM_RTNMNG01010_DETAIL_STORE_ID').val(fn_make_user_info.get('storeId'));
361
+		$('#ITP_FORM_RTNMNG01010_DELETE_WHS_NM').show();
364 362
 		//let param = 'brandId=' + LOGIN_USER_INFO.brandId + "&spplyId=" + LOGIN_USER_INFO.spplyId;
365 363
 		this.load();
366 364
 	},

+ 6 - 0
src/main/webapp/js/app/rtnmng/ITP_RTNMNG02010.js

@@ -74,6 +74,7 @@ const gridColModel = {
74 74
 			index: 'RTN_REQ_UNQ_NO', name: 'rtnReqUnqNo',
75 75
 			label: '반품요청번호', 
76 76
 			width: '10', fixed: false, align: 'center',
77
+			minwidth: 100,
77 78
 			sortable: false, hidden: false
78 79
 		},
79 80
 		{
@@ -92,6 +93,7 @@ const gridColModel = {
92 93
 			index: 'rtn_Whs_Nm', name: 'rtnWhsNm',
93 94
 			label: '반품장소', 
94 95
 			width: '10', fixed: false, align: 'left',
96
+			minwidth: 220,
95 97
 			sortable: false, hidden: false
96 98
 		}, 
97 99
 		{
@@ -190,6 +192,7 @@ const gridColModel = {
190 192
 			label: '반품수량', 
191 193
 			width: '10', fixed: false, align: 'right',
192 194
 			sortable: true, editable: true, edittype: 'text',
195
+			classes: 'input_color',
193 196
 			editrules: {required: true, number:true},
194 197
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
195 198
 		},
@@ -216,6 +219,7 @@ const gridColModel = {
216 219
 			index: 'RTN_DVSN', name: 'rtnDvsn',
217 220
 			label: '반품구분',
218 221
 			width: '10', fixed: false, align: 'left',
222
+			classes: 'input_color',
219 223
 			sortable: false, editable: true, formatter: 'select', edittype: 'select',
220 224
 			editoptions: {value: ITP_COMMON_CD_RTN_DVSN},
221 225
 			editrules: {required: true}
@@ -223,6 +227,7 @@ const gridColModel = {
223 227
 		{
224 228
 			index: 'RTN_RSN_DVSN', name: 'rtnRsnDvsn',
225 229
 			label: '사유구분',
230
+			classes: 'input_color',
226 231
 			width: '10', fixed: false, align: 'left',
227 232
 			sortable: false, editable: true, formatter: 'select', edittype: 'select',
228 233
 			editoptions: {value: ITP_COMMON_CD_RTN_RSN_DVSN},
@@ -231,6 +236,7 @@ const gridColModel = {
231 236
 		{
232 237
 			index: 'RTN_RSN', name: 'rtnRsn',
233 238
 			label: '반품사유', 
239
+			classes: 'input_color',
234 240
 			width: '15', fixed: false, align: 'left',
235 241
 			sortable: false, editable: true, edittype: 'text'
236 242
 		},

+ 17 - 10
src/main/webapp/js/app/rtnmng/ITP_RTNMNG03010.js

@@ -82,7 +82,7 @@ const gridColModel = {
82 82
 			sortable: false, hidden: true
83 83
 		},
84 84
 		{
85
-			index: 'BRAND_NM', name: 'bra ndNm',
85
+			index: 'BRAND_NM', name: 'brandNm',
86 86
 			label: ITP_MSG_LOCALE.label.brandNm, //브랜드명
87 87
 			width: '10', fixed: false, align: 'left',
88 88
 			sortable: false, hidden: false
@@ -108,6 +108,7 @@ const gridColModel = {
108 108
 		{
109 109
 			index: 'ITEM_NM', name: 'itemNm',
110 110
 			label: ITP_MSG_LOCALE.label.itemNm, //품목명
111
+			minwidth: 100,
111 112
 			width: '7', fixed: false, align: 'left',
112 113
 			sortable: false, hidden: false
113 114
 		},
@@ -146,7 +147,8 @@ const gridColModel = {
146 147
 		{
147 148
 			index: 'RTN_RSN_DVSN_NM', name: 'rtnRsnDvsnNm',
148 149
 			label: '반품사유', 
149
-			width: '7', fixed: false, align: 'left',
150
+			minwidth: 130,
151
+			width: '7', fixed: false, align: 'center',
150 152
 			sortable: false, hidden: false
151 153
 		}
152 154
 	],
@@ -210,7 +212,7 @@ const gridColModel = {
210 212
 		},
211 213
 		{
212 214
 			index: 'RTN_QTY', name: 'rtnQty',
213
-			label: '반품발주수량', 
215
+			label: '반품발주수량', classes: 'input_color',
214 216
 			width: '8', fixed: false, align: 'right',
215 217
 			sortable: false, editable: true, edittype: 'text',
216 218
 			editrules: {required: true}, hidden: false,
@@ -284,7 +286,7 @@ const gridColModel = {
284 286
 		{
285 287
 			index: 'ITEM_ID', name: 'itemId',
286 288
 			label: ITP_MSG_LOCALE.label.itemId, // 품목아이디
287
-			width: '10', fixed: false, align: 'center',
289
+			width: '14', fixed: false, align: 'center',
288 290
 			sortable: false, editable: false, edittype: 'text',
289 291
 			hidden: false
290 292
 		},
@@ -298,7 +300,7 @@ const gridColModel = {
298 300
 		{
299 301
 			index: 'UNIT_AMT', name: 'unitAmt',
300 302
 			label: ITP_MSG_LOCALE.label.unitAmt, //단가
301
-			width: '10', fixed: false, align: 'right',
303
+			width: '8', fixed: false, align: 'right',
302 304
 			sortable: false, editable: false, edittype: 'text',
303 305
 			hidden: false,
304 306
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
@@ -306,7 +308,7 @@ const gridColModel = {
306 308
 		{
307 309
 			index: 'UNIT', name: 'unit',
308 310
 			label: ITP_MSG_LOCALE.label.unit, //단위
309
-			width: '10', fixed: false, align: 'center',
311
+			width: '12', fixed: false, align: 'center',
310 312
 			sortable: false, editable: false, edittype: 'text',
311 313
 			hidden: false
312 314
 		},
@@ -320,7 +322,7 @@ const gridColModel = {
320 322
 		},
321 323
 		{
322 324
 			index: 'RTN_QTY', name: 'rtnQty',
323
-			label: '반품발주수량', 
325
+			label: '반품발주수량', classes: 'input_color',
324 326
 			width: '10', fixed: false, align: 'right',
325 327
 			sortable: false, editable: true, edittype: 'text',
326 328
 			editrules: {required: true}, hidden: false,
@@ -336,7 +338,7 @@ const gridColModel = {
336 338
 		},
337 339
 		{
338 340
 			index: 'RTN_DVSN', name: 'rtnDvsn',
339
-			label: '반품구분',
341
+			label: '반품구분', classes: 'input_color',
340 342
 			width: '10', fixed: false, align: 'center',
341 343
 			sortable: false, editable: true, formatter: 'select', edittype: 'select',
342 344
 			editoptions: {value: ITP_COMMON_CD_RTN_DVSN},
@@ -344,7 +346,7 @@ const gridColModel = {
344 346
 		},
345 347
 		{
346 348
 			index: 'RTN_RSN_DVSN', name: 'rtnRsnDvsn',
347
-			label: '사유구분',
349
+			label: '사유구분', classes: 'input_color',
348 350
 			width: '10', fixed: false, align: 'center',
349 351
 			sortable: false, editable: true, formatter: 'select', edittype: 'select',
350 352
 			editoptions: {value: ITP_COMMON_CD_RTN_RSN_DVSN},
@@ -352,7 +354,7 @@ const gridColModel = {
352 354
 		},
353 355
 		{
354 356
 			index: 'RTN_RSN', name: 'rtnRsn',
355
-			label: '반품사유', 
357
+			label: '반품사유', classes: 'input_color',
356 358
 			width: '15', fixed: false, align: 'left',
357 359
 			sortable: false, editable: true, edittype: 'text'
358 360
 		},
@@ -641,6 +643,8 @@ let pageObj = {
641 643
 		});
642 644
 		if(mode == 'LIST') { // 목록
643 645
 			$('#ITP_AJAX_RTNMNG03010_LIST_CONTAINER').show();
646
+			$('#ITP_FORM_RTNMNG03010_SDELETE_SSPPLY_NM').show();
647
+			$('#ITP_FORM_RTNMNG03010_SDELETE_SWHS_NM').show();
644 648
 			fn_show_btn_auth_array(['#ITP_BTN_RTNMNG03010_SRH', '#ITP_BTN_RTNMNG03010_NEWCREATE','#ITP_BTN_RTNMNG03010_POCREATE', '#ITP_BTN_RTNMNG03010_POREJECT']);
645 649
 			// $('#ITP_FORM_RTNMNG03010_DETAIL_SBRAND_ID').val(fn_make_user_info.get('brandId'));
646 650
 			// $('#ITP_FORM_RTNMNG03010_DETAIL_SSTORE_ID').val(fn_make_user_info.get('storeId'));
@@ -648,6 +652,8 @@ let pageObj = {
648 652
 			
649 653
 		} else if(mode == 'NPC') { // 신규발주등록
650 654
 			$('#ITP_AJAX_RTNMNG03010_NDETAIL_CONTAINER').show();
655
+			$('#ITP_BTN_RTNMNG03010_SDELETE_SPPLY_NM').show();
656
+			$('#ITP_BTN_RTNMNG03010_NDETAIL_MODIFY').show();
651 657
 			fn_show_btn_auth_array(['#ITP_BTN_RTNMNG03010_RTNPO', '#ITP_BTN_RTNMNG03010_CANCELLIST', '#ITP_BTN_RTNMNG03010_NDETAIL_ADDROW','#ITP_BTN_RTNMNG03010_NDETAIL_DELROW']);
652 658
 			$('#ITP_FORM_RTNMNG03010_DETAIL_BRAND_ID').val(fn_make_user_info.get('brandId'));
653 659
 			SCREEN_MODE = 'NPC' ;
@@ -655,6 +661,7 @@ let pageObj = {
655 661
 			
656 662
 		} else if(mode == 'POC') { // 구매요청 발주
657 663
 			$('#ITP_AJAX_RTNMNG03010_DETAIL_CONTAINER').show();
664
+			$('#ITP_BTN_RTNMNG03010_DETAIL_MODIFY').show();
658 665
 			fn_show_btn_auth_array(['#ITP_BTN_RTNMNG03010_RTNPO', '#ITP_BTN_RTNMNG03010_CANCELLIST']);
659 666
 			
660 667
 			$('#ITP_FORM_RTNMNG03010_DETAIL_BRAND_ID').val(fn_make_user_info.get('brandId'));

+ 3 - 1
src/main/webapp/js/app/rtnmng/ITP_RTNMNG04010.js

@@ -237,7 +237,9 @@ let pageObj = {
237 237
             $('#ITP_BTN_RTNMNG04010_SEARCH_SPPLY_ID').show();
238 238
             $('#ITP_BTN_RTNMNG04010_DELETE_SPPLY_ID').show();
239 239
             $('#ITP_BTN_RTNMNG04010_SEARCH_WHS_ID').show();
240
-            $('#ITP_BTN_RTNMNG04010_DELETE_WHS_ID').show();
240
+            $('#ITP_BTN_RTNMNG04010_SEARCH_DEL_SWHS_NM').show();
241
+            $('#ITP_BTN_RTNMNG04010_SEARCH_DEL_SRTN_WHS_NM').show();
242
+            $('#ITP_BTN_RTNMNG04010_SEARCH_DEL_SSPPLY_NM').show();
241 243
             
242 244
         } else if(mode == 'MODIFY') { // 수정
243 245
             $('#ITP_AJAX_RTNMNG04010_DETAIL_CONTAINER').show();

+ 14 - 1
src/main/webapp/js/app/rtnmng/ITP_RTNMNG05010.js

@@ -50,6 +50,7 @@ const gridColModel = {
50 50
 			index: 'BRAND_NM', name: 'brandNm',
51 51
 			label: ITP_MSG_LOCALE.label.brandNm, //브랜드명
52 52
 			width: '10', fixed: false, align: 'left',
53
+			minwidth: 100,
53 54
 			sortable: false, hidden: false
54 55
 		},
55 56
 		{
@@ -68,6 +69,7 @@ const gridColModel = {
68 69
 			index: 'RTN_PODR_UNQ_NO', name: 'rtnPodrUnqNo',
69 70
 			label: '반품발주번호', 
70 71
 			width: '12', fixed: false, align: 'center',
72
+			minwidth: 140,
71 73
 			sortable: false, hidden: false
72 74
 		},
73 75
 		{
@@ -80,17 +82,19 @@ const gridColModel = {
80 82
 			index: 'ITEM_ID', name: 'itemId',
81 83
 			label: ITP_MSG_LOCALE.label.itemId, //품목아이디
82 84
 			width: '13', fixed: false, align: 'center',
85
+			minwidth: 140,
83 86
 			sortable: false, hidden: false
84 87
 		},
85 88
 		{
86 89
 			index: 'ITEM_NM', name: 'itemNm',
87 90
 			label: ITP_MSG_LOCALE.label.itemNm, //품목명
88 91
 			width: '7', fixed: false, align: 'left',
92
+			minwidth: 100,
89 93
 			sortable: false, hidden: false
90 94
 		},
91 95
 		{
92 96
 			index: 'COL_QTY', name: 'colQty',
93
-			label: '수거수량', 
97
+			label: '수거수량', classes: 'input_color',
94 98
 			width: '8', fixed: false, align: 'right',
95 99
 			sortable: true, editable: true, edittype: 'text',
96 100
 			editrules: { required: false, number: true },
@@ -99,6 +103,7 @@ const gridColModel = {
99 103
 		{
100 104
 			index: 'COL_REQ_QTY', name: 'colReqQty',
101 105
 			label: '수거요청수량', 
106
+			minwidth: 100,
102 107
 			width: '9', fixed: false, align: 'right',
103 108
 			sortable: false, hidden: false,
104 109
 			formatter: 'integer', formatoptions: { defaultValue: '', thousandsSeparator: ',' }
@@ -132,6 +137,7 @@ const gridColModel = {
132 137
 		{
133 138
 			index: 'WHS_NM', name: 'whsNm',
134 139
 			label: '반품입고창고', 
140
+			minwidth: 120,
135 141
 			width: '10', fixed: false, align: 'center',
136 142
 			sortable: false, hidden: false
137 143
 		},
@@ -150,12 +156,14 @@ const gridColModel = {
150 156
 		{
151 157
 			index: 'RTN_WHS_NM', name: 'rtnWhsNm',
152 158
 			label: '수거창고명', 
159
+			minwidth: 140,
153 160
 			width: '10', fixed: false, align: 'center',
154 161
 			sortable: false, hidden: false
155 162
 		},
156 163
 		{
157 164
 			index: 'COL_SCH_DT', name: 'colSchDt',
158 165
 			label: '수거예정일', 
166
+			minwidth: 140,
159 167
 			width: '8', fixed: false, align: 'center',
160 168
 			sortable: false, hidden: false
161 169
 		},
@@ -168,6 +176,7 @@ const gridColModel = {
168 176
 		{
169 177
 			index: 'PICK_MGR_TEL_NO', name: 'pickMgrTelNo',
170 178
 			label: '수거담당자연락처', 
179
+			minwidth: 140,
171 180
 			width: '10', fixed: false, align: 'center',
172 181
 			sortable: false, hidden: false
173 182
 		},
@@ -212,6 +221,10 @@ let listObj = {
212 221
 		$('#ITP_FORM_RTNMNG05010_SEARCH_TO_DT').datepicker('setDate', new Date(now.setDate(now.getDate() + 30)));
213 222
 		
214 223
 		$('#ITP_FORM_RTNMNG05010_SEARCH_SRTN_WHS_ID').val('xxx'); // 임시
224
+		
225
+		$('#ITP_BTN_RTNMNG05010_SEARCH_DEL_SRTN_WHS_NM').show();
226
+		$('#ITP_BTN_RTNMNG05010_SEARCH_DEL_SSPPLY_NM').show();
227
+		$('#ITP_BTN_RTNMNG05010_SEARCH_DEL_SWHS_NM').show();
215 228
 	},
216 229
 	itp_RTNMNG05010_search: false,
217 230
 	button: {

+ 11 - 1
src/main/webapp/js/app/rtnmng/ITP_RTNMNG06010.js

@@ -31,7 +31,7 @@ const gridColModel = {
31 31
 		},
32 32
 		{
33 33
 			index: 'RTN_PODR_UNQ_NO', name: 'rtnPodrUnqNo',
34
-			label: '반품발주번호', 
34
+			label: '반품발주번호', minwidth:140,
35 35
 			width: '10', fixed: false, align: 'center',
36 36
 			sortable: false, hidden: false
37 37
 		},
@@ -44,18 +44,21 @@ const gridColModel = {
44 44
 		{
45 45
 			index: 'ITEM_ID', name: 'itemId',
46 46
 			label: ITP_MSG_LOCALE.label.itemId, 			// 품목번호
47
+			minwidth:140,
47 48
 			width: '8', fixed: false, align: 'center',
48 49
 			sortable: false, hidden: false
49 50
 		},
50 51
 		{
51 52
 			index: 'ITEM_NM', name: 'itemNm',
52 53
 			label: ITP_MSG_LOCALE.label.itemNm, 			// 품목명
54
+			minwidth:120,
53 55
 			width: '8', fixed: false, align: 'left',
54 56
 			sortable: false, hidden: false
55 57
 		},
56 58
 		{
57 59
 			index: 'RODR_QTY', name: 'rodrQty',
58 60
 			label: '반품발주수량', 
61
+			minwidth:140,
59 62
 			width: '5', fixed: false, align: 'right',
60 63
 			sortable: false, hidden: false, 
61 64
 			formatter: 'integer', formatoptions: {thousandsSeparator: ','}
@@ -63,6 +66,7 @@ const gridColModel = {
63 66
 		{
64 67
 			index: 'COL_REQ_QTY', name: 'colReqQty',
65 68
 			label: '수거요청수량', 
69
+			minwidth:140,
66 70
 			width: '5', fixed: false, align: 'right',
67 71
 			sortable: false, hidden: false, 
68 72
 			formatter: 'integer', formatoptions: {thousandsSeparator: ','}
@@ -70,6 +74,7 @@ const gridColModel = {
70 74
 		{
71 75
 			index: 'COL_QTY', name: 'colQty',
72 76
 			label: '수거수량', 
77
+			minwidth:100,
73 78
 			width: '5', fixed: false, align: 'right',
74 79
 			sortable: false, hidden: false, 
75 80
 			formatter: 'integer', formatoptions: {thousandsSeparator: ','}
@@ -102,6 +107,7 @@ const gridColModel = {
102 107
 		{
103 108
 			index: 'PICK_MGR_TEL_NO', name: 'pickMgrTelNo',
104 109
 			label: '수거담당자전화번호', 
110
+			minwidth:140,
105 111
 			width: '10', fixed: false, align: 'center',
106 112
 			sortable: false, hidden: false
107 113
 		}		
@@ -139,6 +145,10 @@ let pageObj = {
139 145
 			$('#ITP_TAB_RTNMNG06010 .input-group.date').datepicker(ITP_DATE_LANGUAGE);
140 146
 			$('#ITP_FORM_RTNMNG06010_SEARCH_FROM_DT').datepicker('setDate', now);
141 147
 			$('#ITP_FORM_RTNMNG06010_SEARCH_TO_DT').datepicker('setDate', defaultToDate);
148
+			
149
+			$('#ITP_BTN_RTNMNG06010_SEARCH_DEL_SRTN_WHS_NM').show();
150
+			$('#ITP_BTN_RTNMNG06010_SEARCH_DEL_SSPPLY_NM').show();
151
+			$('#ITP_BTN_RTNMNG06010_SEARCH_DEL_SWHS_NM').show();
142 152
 		},
143 153
 		grid: function() {
144 154
 			itp_fn_jqgrid_resize(RTNMNG06010_GRID_ID, RTNMNG06010_GRID_LIST, 'lg');