|
@@ -3,7 +3,7 @@
|
3
|
3
|
<div class="pop">
|
4
|
4
|
<div class="header">
|
5
|
5
|
<div class="header_left">
|
6
|
|
- <label>> 납품장소</label>
|
|
6
|
+ <label>납품장소</label>
|
7
|
7
|
</div>
|
8
|
8
|
<div class="header_right">
|
9
|
9
|
<button type="button" id="ITP_BTN_MRTNMNG04010_POP_WHS_CLOSE"><img src="../img/close.png"></button>
|
|
@@ -17,16 +17,17 @@
|
17
|
17
|
<button id="ITP_BTN_MRTNMNG04010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
|
18
|
18
|
</form>
|
19
|
19
|
</div>
|
20
|
|
- <div class="search_bar">
|
21
|
|
- <button id="ITP_BTN_MRTNMNG04010_POP_WHS_NM" class="btn_blue">납품장소▼</button>
|
|
20
|
+ <div class="select_btn">
|
|
21
|
+ <button id="ITP_BTN_MRTNMNG04010_POP_WHS_NM" class="btn_blue">납품장소 ▼</button>
|
22
|
22
|
</div>
|
23
|
23
|
<div id="ITP_LIST_MRTNMNG04010_POP_WHS_AREA" class="popup_scroll">
|
24
|
|
- <ul id="ITP_LIST_MRTNMNG04010_POP_WHS_ROWS" class="panel-group itp_nav"></ul>
|
25
|
|
- <div id="ITP_LIST_MRTNMNG04010_POP_WHS_ROWCOPY" style="display:none;">
|
26
|
|
- <li class="list-row">
|
|
24
|
+ <ul id="ITP_LIST_MRTNMNG04010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
|
|
25
|
+ <div id="ITP_LIST_MRTNMNG04010_POP_WHS_ROWCOPY" style="display: none;">
|
|
26
|
+ <li class="list-row row_2">
|
27
|
27
|
<div class="scroll_left">
|
28
|
|
- <div class="fnWhsNm">브랜드 창고 명A</div>
|
29
|
|
- <div class="fnLocationNm">(상세위치내용)</div>
|
|
28
|
+ <div class="fnWhsNm"></div>
|
|
29
|
+ <div class="sub fnLocationNm"></div>
|
|
30
|
+ <div class="sub fnLocationNm"></div>
|
30
|
31
|
</div>
|
31
|
32
|
<div class="scroll_right">
|
32
|
33
|
<button id="ITP_BTN_MRTNMNG04010_POP_WHS_CHOICE" class="fnWhsId" data-whs-id="">선택</button>
|
|
@@ -36,12 +37,15 @@
|
36
|
37
|
</div>
|
37
|
38
|
</div>
|
38
|
39
|
</div>
|
39
|
|
- <div id="ITP_AJAX_MRTNMNG04010_LIST_CONTAINER" style="display: block;">
|
|
40
|
+ <div id="ITP_AJAX_MRTNMNG04010_LIST_CONTAINER" style="display: none;">
|
40
|
41
|
<form id="ITP_FORM_MRTNMNG04010_LIST_SEARCH" class="form-horizontal" onsubmit="return false;">
|
41
|
42
|
<input type="hidden" id="ITP_FORM_MPOMNG02010_LIST_SEARCH_BRAND_ID" name="sbrandId" value="">
|
42
|
43
|
<input type="hidden" id="ITP_FORM_MPOMNG02010_LIST_SEARCH_STORE_ID" name="sstoreId" value="">
|
43
|
44
|
<input type="hidden" id="ITP_FORM_MPOMNG02010_LIST_SEARCH_IDX" name="sidx" value="0">
|
44
|
45
|
<div class="content">
|
|
46
|
+ <div class="line header">
|
|
47
|
+ <div class="itp_search_header"><img src="../img/right_arrow_pink.png" alt="">반품발주현황</div>
|
|
48
|
+ </div>
|
45
|
49
|
<div class="line">
|
46
|
50
|
<label>반품요청일</label>
|
47
|
51
|
<div class="date_to">
|
|
@@ -52,39 +56,37 @@
|
52
|
56
|
</div>
|
53
|
57
|
<div class="line">
|
54
|
58
|
<label>반품발주상태</label>
|
55
|
|
- <div class="search_wrap">
|
56
|
|
- <div class="line_right">
|
57
|
|
- <select id="ITP_FORM_MRTNMNG04010_LIST_SEARCH_RTN_ODR_ST_CD" data-select-code="RTN_ODR_ST_CD" class="stcd" name="srtnOdrStCd">
|
58
|
|
- <option value=""></option>
|
59
|
|
- </select>
|
60
|
|
- </div>
|
|
59
|
+ <div class="float_left">
|
|
60
|
+ <select id="ITP_FORM_MRTNMNG04010_LIST_SEARCH_RTN_ODR_ST_CD" data-select-code="RTN_ODR_ST_CD" class="stcd" name="srtnOdrStCd">
|
|
61
|
+ <option value=""></option>
|
|
62
|
+ </select>
|
61
|
63
|
</div>
|
62
|
64
|
</div>
|
63
|
65
|
<div class="line">
|
64
|
66
|
<label>수거장소</label>
|
65
|
|
- <div class="search_nm">
|
66
|
|
- <div class="float_left">
|
67
|
|
- <input type="text" id="ITP_FORM_MRTNMNG04010_LIST_SEARCH_RTN_WHS_NM" class="" name="srtnWhsNm" placeholder="매장명" readonly />
|
68
|
|
- <input type="hidden" id="ITP_FORM_MRTNMNG04010_LIST_SEARCH_RTN_WHS_ID" class="" name="srtnWhsId" />
|
69
|
|
- </div>
|
70
|
|
- <div class="float_left_btn">
|
|
67
|
+ <div class="float_left">
|
|
68
|
+ <input type="text" id="ITP_FORM_MRTNMNG04010_LIST_SEARCH_RTN_WHS_NM" class="" name="srtnWhsNm" placeholder="매장명" readonly />
|
|
69
|
+ <input type="hidden" id="ITP_FORM_MRTNMNG04010_LIST_SEARCH_RTN_WHS_ID" class="" name="srtnWhsId" />
|
|
70
|
+ <div class="itp_input_btn">
|
71
|
71
|
<button id="ITP_BTN_MRTNMNG04010_LIST_SEARCH_RTN_WHS_NM"><img src="../img/search.png" alt=""></button>
|
72
|
|
- <button id="ITP_BTN_MRTNMNG04010_LIST_DELETE_RTN_WHS_NM"><img src="../img/delete.png" alt=""></button>
|
73
|
72
|
</div>
|
74
|
73
|
</div>
|
|
74
|
+ <div class="float_right_btn">
|
|
75
|
+ <button id="ITP_BTN_MRTNMNG04010_LIST_DELETE_RTN_WHS_NM"><img src="../img/delete.png" alt=""></button>
|
|
76
|
+ </div>
|
75
|
77
|
</div>
|
76
|
78
|
<div class="line">
|
77
|
79
|
<label>반품입고장소</label>
|
78
|
|
- <div class="search_nm">
|
79
|
|
- <div class="float_left">
|
80
|
|
- <input type="text" id="ITP_FORM_MRTNMNG04010_LIST_SEARCH_WHS_NM" class="" name="swhsNm" placeholder="매장명" readonly />
|
81
|
|
- <input type="hidden" id="ITP_FORM_MRTNMNG04010_LIST_SEARCH_WHS_ID" class="" name="swhsId" />
|
82
|
|
- </div>
|
83
|
|
- <div class="float_left_btn">
|
|
80
|
+ <div class="float_left">
|
|
81
|
+ <input type="text" id="ITP_FORM_MRTNMNG04010_LIST_SEARCH_WHS_NM" class="" name="swhsNm" placeholder="매장명" readonly />
|
|
82
|
+ <input type="hidden" id="ITP_FORM_MRTNMNG04010_LIST_SEARCH_WHS_ID" class="" name="swhsId" />
|
|
83
|
+ <div class="itp_input_btn">
|
84
|
84
|
<button id="ITP_BTN_MRTNMNG04010_LIST_SEARCH_WHS_NM"><img src="../img/search.png" alt=""></button>
|
85
|
|
- <button id="ITP_BTN_MRTNMNG04010_LIST_DELETE_WHS_NM"><img src="../img/delete.png" alt=""></button>
|
86
|
85
|
</div>
|
87
|
86
|
</div>
|
|
87
|
+ <div class="float_right_btn">
|
|
88
|
+ <button id="ITP_BTN_MRTNMNG04010_LIST_DELETE_WHS_NM"><img src="../img/delete.png" alt=""></button>
|
|
89
|
+ </div>
|
88
|
90
|
</div>
|
89
|
91
|
<div class="line" style="height:50px;">
|
90
|
92
|
<div class="search">
|
|
@@ -92,13 +94,13 @@
|
92
|
94
|
</div>
|
93
|
95
|
</div>
|
94
|
96
|
<div class="table_header">
|
95
|
|
- <h1>> 반품 발주 내역</h1>
|
|
97
|
+ <h1><반품 발주 내역></h1>
|
96
|
98
|
</div>
|
97
|
99
|
</div>
|
98
|
100
|
<div id="ITP_LIST_MRTNMNG04010_LIST_ITEM_AREA" class="scroll_area row-3">
|
99
|
|
- <ul id="ITP_LIST_MRTNMNG04010_LIST_ITEM_ROWS" class="panel-group"></ul>
|
|
101
|
+ <ul id="ITP_LIST_MRTNMNG04010_LIST_ITEM_ROWS" class="mb_0 panel-group"></ul>
|
100
|
102
|
<div id="ITP_LIST_MRTNMNG04010_LIST_ITEM_ROWCOPY" style="display: none;">
|
101
|
|
- <li class="history_list list-row">
|
|
103
|
+ <li class="history_list">
|
102
|
104
|
<div class="left">
|
103
|
105
|
<div class="nomal">
|
104
|
106
|
<label>반품발주일자 :</label>
|
|
@@ -147,6 +149,9 @@
|
147
|
149
|
<form id="ITP_FORM_MRTNMNG04010_VIEW" class="form-horizontal" onsubmit="return false;">
|
148
|
150
|
<input type="hidden" id="ITP_FORM_MRTNMNG04010_VIEW_VIEW_CD" name="viewCd" value="C">
|
149
|
151
|
<div class="content">
|
|
152
|
+ <div class="line header">
|
|
153
|
+ <div class="itp_search_header"><img src="../img/right_arrow_pink.png" alt="">반품발주현황</div>
|
|
154
|
+ </div>
|
150
|
155
|
<div class="line">
|
151
|
156
|
<label>반품발주일자</label>
|
152
|
157
|
<div class="line_right">
|
|
@@ -175,45 +180,45 @@
|
175
|
180
|
<h1>> 반품 발주 품목</h1>
|
176
|
181
|
</div>
|
177
|
182
|
</div>
|
178
|
|
- <div id="ITP_LIST_MRTNMNG04010_VIEW_ITEM_AREA" class="scroll_area row-3">
|
179
|
|
- <ul id="ITP_LIST_MRTNMNG04010_VIEW_ITEM_ROWS" class="panel-group"></ul>
|
180
|
|
- <div id="ITP_LIST_MRTNMNG04010_VIEW_ITEM_ROWCOPY" style="display:none;">
|
181
|
|
- <li class="list-row">
|
182
|
|
- <div>
|
183
|
|
- <div class="left_info col-4">
|
184
|
|
- <div class="thick">
|
185
|
|
- <div class="fnItemNm">품목명</div>
|
186
|
|
- <i>-</i>
|
187
|
|
- <div class="fnRtnOdrQty"></div>
|
188
|
|
- </div>
|
189
|
|
- </div>
|
190
|
|
- <div class="left_info col-6">
|
191
|
|
- <div class="thick">
|
192
|
|
- <label>수량/금액</label>
|
193
|
|
- <div class="fnRtnReqQty"></div>
|
194
|
|
- <i>/</i>
|
195
|
|
- <div class="fnUnitAmt"></div>
|
196
|
|
- </div>
|
197
|
|
- </div>
|
198
|
|
- <div class="left_info col-4">
|
199
|
|
- <div class="thick">
|
200
|
|
- <label style="margin:0;">구매가 :</label>
|
201
|
|
- <div class="fnRtnOdrAmt"></div>
|
202
|
|
- </div>
|
203
|
|
- </div>
|
204
|
|
- <div class="left_info col-6">
|
205
|
|
- <div class="thick">
|
206
|
|
- <label>납기요청일 : </label>
|
207
|
|
- <div class="fnColReqDt"></div>
|
208
|
|
- </div>
|
209
|
|
- </div>
|
|
183
|
+ <div id="ITP_LIST_MRTNMNG04010_VIEW_ITEM_AREA" class="scroll_area row-3-1">
|
|
184
|
+ <ul id="ITP_LIST_MRTNMNG04010_VIEW_ITEM_ROWS" class="mb_0 panel-group"></ul>
|
|
185
|
+ <div id="ITP_LIST_MRTNMNG04010_VIEW_ITEM_ROWCOPY" style="display: block;">
|
|
186
|
+ <li class="list-row2">
|
|
187
|
+ <div class="left">
|
|
188
|
+ <div class="nomal">
|
|
189
|
+ <label>품목명</label>
|
|
190
|
+ <span>:</span>
|
|
191
|
+ <div class="fnItemNm"></div>
|
|
192
|
+ </div>
|
|
193
|
+ </div>
|
|
194
|
+ <div class="left">
|
|
195
|
+ <div class="nomal">
|
|
196
|
+ <label>수량</label>
|
|
197
|
+ <span>:</span>
|
|
198
|
+ <div class="history">
|
|
199
|
+ <div class="fnPodrQty"></div>
|
|
200
|
+ </div>
|
|
201
|
+ <label class="sub_info">금액 :</label>
|
|
202
|
+ <div class="history">
|
|
203
|
+ <div class="fnUnitAmt"></div>
|
|
204
|
+ </div>
|
|
205
|
+ </div>
|
|
206
|
+ </div>
|
|
207
|
+ <div class="left">
|
|
208
|
+ <div class="nomal">
|
|
209
|
+ <label>구매가 </label>
|
|
210
|
+ <div class="history">
|
|
211
|
+ <span>:</span>
|
|
212
|
+ <div class="fnPodrAmt"></div>
|
|
213
|
+ </div>
|
210
|
214
|
</div>
|
|
215
|
+ </div>
|
211
|
216
|
</li>
|
212
|
217
|
</div>
|
213
|
218
|
</div>
|
214
|
219
|
<div class="button_bar">
|
215
|
|
- <button id="ITP_BTN_MRTNMNG04010_VIEW_RTN_PO_CANCEL" class="col_6 btn-gray CLB">반품취소</button>
|
216
|
|
- <button id="ITP_BTN_MRTNMNG04010_VIEW_CANCEL_LIST" class="col_6 btn-gray CLB">목록</button>
|
|
220
|
+ <button id="ITP_BTN_MRTNMNG04010_VIEW_RTN_PO_CANCEL" class="btn_col_6 btn-yellow CLB">반품취소</button>
|
|
221
|
+ <button id="ITP_BTN_MRTNMNG04010_VIEW_CANCEL_LIST" class="btn_col_3 btn-gray CLB">취소</button>
|
217
|
222
|
</div>
|
218
|
223
|
</form>
|
219
|
224
|
</div>
|