|
@@ -7,6 +7,9 @@
|
7
|
7
|
<input type="hidden" id="ITP_FORM_MRTNMNG01010_DETAIL_WHS_DVSN" name="whsDvsn" value="">
|
8
|
8
|
<input type="hidden" id="ITP_FORM_MRTNMNG01010_DETAIL_RTN_REQ_ST_CD" name="rtnReqStCd" value="">
|
9
|
9
|
<div class="content">
|
|
10
|
+ <div class="line header">
|
|
11
|
+ <div class="itp_search_header"><img src="../img/right_arrow_pink.png" alt="">반품요청</div>
|
|
12
|
+ </div>
|
10
|
13
|
<div class="line">
|
11
|
14
|
<label>반품요청일</label>
|
12
|
15
|
<input id="ITP_FORM_MRTNMNG01010_DETAIL_DLV_REQ_DT" name="colReqDt" class="date" data-check-required="empty" type="date" placeholder="">
|
|
@@ -19,45 +22,46 @@
|
19
|
22
|
</div>
|
20
|
23
|
<div class="line">
|
21
|
24
|
<label>빈품장소</label>
|
22
|
|
- <div class="search_nm">
|
23
|
|
- <div class="float_left">
|
24
|
|
- <input type="text" id="ITP_FORM_MRTNMNG01010_DETAIL_WHS_NM" class="" name="rtnWhsNm" data-check-required="empty" placeholder="" readonly />
|
25
|
|
- <input type="hidden" id="ITP_FORM_MRTNMNG01010_DETAIL_WHS_ID" class="form-control itp_input" name="rtnWhsId" value="" />
|
26
|
|
- <input type="text" id="ITP_FORM_MRTNMNG01010_DETAIL_LOCATION_NM" class="" name="rtnWhsNm" data-check-required="empty" placeholder="" readonly />
|
27
|
|
- <input type="hidden" id="ITP_FORM_MRTNMNG01010_DETAIL_LOCATION" class="form-control itp_input" name="rtnLocation" value="" />
|
28
|
|
- </div>
|
29
|
|
- <div class="float_left_btn">
|
|
25
|
+ <div class="float_left">
|
|
26
|
+ <input type="text" id="ITP_FORM_MRTNMNG01010_DETAIL_WHS_NM" class="" name="rtnWhsNm" data-check-required="empty" placeholder="" readonly />
|
|
27
|
+ <input type="hidden" id="ITP_FORM_MRTNMNG01010_DETAIL_WHS_ID" class="form-control itp_input" name="rtnWhsId" value="" />
|
|
28
|
+ <input type="hidden" id="ITP_FORM_MRTNMNG01010_DETAIL_LOCATION_NM" class="" name="rtnWhsNm" data-check-required="empty" placeholder="" readonly />
|
|
29
|
+ <input type="hidden" id="ITP_FORM_MRTNMNG01010_DETAIL_LOCATION" class="form-control itp_input" name="rtnLocation" value="" />
|
|
30
|
+ <div class="itp_input_btn">
|
30
|
31
|
<button id="ITP_BTN_MRTNMNG01010_DETAIL_SEARCH_WHS_NM" data-call-popup="ITP_POP_MRTNMNG01010_WHS_AREA"><img src="../img/search.png" alt=""></button>
|
31
|
|
- <button id="ITP_BTN_MRTNMNG01010_DETAIL_DELETE_WHS_NM"><img src="../img/delete.png" alt=""></button>
|
32
|
32
|
</div>
|
33
|
33
|
</div>
|
|
34
|
+ <div class="float_right_btn">
|
|
35
|
+ <button id="ITP_BTN_MRTNMNG01010_DETAIL_DELETE_WHS_NM"><img src="../img/delete.png" alt=""></button>
|
|
36
|
+ </div>
|
34
|
37
|
</div>
|
35
|
|
- <div class="line">
|
|
38
|
+ <div class="header line">
|
36
|
39
|
<div class="table_header">
|
37
|
|
- <h1>>빈품 품목</h1>
|
|
40
|
+ <h1><빈품 품목></h1>
|
38
|
41
|
<button type="button" id="ITP_BTN_MRTNMNG01010_DETAIL_DELROW" class="btn-primary btn-sm ADB">품목삭제</button>
|
39
|
42
|
<button type="button" id="ITP_BTN_MRTNMNG01010_DETAIL_ADDROW" class="btn-primary btn-sm ADB" data-call-popup="ITP_POP_MRTNMNG01010_ITEM_AREA">품목추가</button>
|
40
|
43
|
</div>
|
41
|
44
|
</div>
|
42
|
45
|
</div>
|
43
|
|
- <div id="ITP_LIST_MRTNMNG01010_ITEM_AREA" class="scroll_area row-1-1">
|
44
|
|
- <ul id="ITP_LIST_MRTNMNG01010_DETAIL_ROWS" class="panel-group"></ul>
|
45
|
|
- <div id="ITP_LIST_MRTNMNG01010_DETAIL_ROWCOPY" style="display:none;">
|
46
|
|
- <li class="row_2">
|
|
46
|
+ <div id="ITP_LIST_MRTNMNG01010_ITEM_AREA" class="scroll_area row-2-1">
|
|
47
|
+ <ul id="ITP_LIST_MRTNMNG01010_DETAIL_ROWS" class="mb_0 panel-group"></ul>
|
|
48
|
+ <div id="ITP_LIST_MRTNMNG01010_DETAIL_ROWCOPY" style="display: block;">
|
|
49
|
+ <li class="list-row">
|
47
|
50
|
<div class="left_info">
|
48
|
|
- <div class="check_box"><!-- class 변경 -->
|
49
|
|
- <div><input type="checkbox" name="brandUnitUnqNo" class="fnBrandUnitUnqNo" /></div>
|
50
|
|
- </div>
|
51
|
|
- <div class="thick">
|
52
|
|
- <div class="fnItemNm">품목명</div>
|
53
|
|
- <div>-</div>
|
54
|
|
- <div class="fnUnit">EA</div>
|
55
|
|
- </div>
|
56
|
|
- <div class="thick">
|
57
|
|
- <label class="space0">구매가 :</label>
|
58
|
|
- <div class="fnUnitAmt">1,120,000</div>
|
59
|
|
- </div>
|
60
|
|
- </div>
|
|
51
|
+ <div class="check_box">
|
|
52
|
+ <div style="display:none;"><input style="width:20px;" type="checkbox" name="brandUnitUnqNo" class="fnBrandUnitUnqNo" /></div>
|
|
53
|
+ </div>
|
|
54
|
+ <div class="thick">
|
|
55
|
+ <label>품목명</label>
|
|
56
|
+ <span>:</span>
|
|
57
|
+ <div class="itp_item fnItemNm">품목명</div>
|
|
58
|
+ </div>
|
|
59
|
+ <div class="thick">
|
|
60
|
+ <label>구매가</label>
|
|
61
|
+ <span>:</span>
|
|
62
|
+ <div class="itp_amt fnUnitAmt">asdfasdf</div>
|
|
63
|
+ </div>
|
|
64
|
+ </div>
|
61
|
65
|
<div class="right">
|
62
|
66
|
<button id="ITP_BTN_MRTNMNG01010_DETAIL_MINUS" class="DETAIL_ITEM_MINUS">-</button>
|
63
|
67
|
<div class="num fnPchReqQty">1</div>
|
|
@@ -99,7 +103,7 @@
|
99
|
103
|
<div class="pop">
|
100
|
104
|
<div class="header">
|
101
|
105
|
<div class="header_left">
|
102
|
|
- <label>> 반품장소</label>
|
|
106
|
+ <label>반품장소</label>
|
103
|
107
|
</div>
|
104
|
108
|
<div class="header_right">
|
105
|
109
|
<button type="button" id="ITP_BTN_MRTNMNG01010_POP_WHS_CLOSE" class="btn-pop-close"><img src="../img/close.png"></button>
|
|
@@ -113,16 +117,17 @@
|
113
|
117
|
<button id="ITP_BTN_MRTNMNG01010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
|
114
|
118
|
</form>
|
115
|
119
|
</div>
|
116
|
|
- <div class="search_bar">
|
|
120
|
+ <div class="select_btn">
|
117
|
121
|
<button id="ITP_BTN_MRTNMNG01010_POP_WHS_NM" class="btn_blue">반품장소▼</button>
|
118
|
122
|
</div>
|
119
|
123
|
<div id="ITP_LIST_MRTNMNG01010_POP_WHS_AREA" class="popup_scroll">
|
120
|
|
- <ul id="ITP_LIST_MRTNMNG01010_POP_WHS_ROWS" class="panel-group itp_nav"></ul>
|
121
|
|
- <div id="ITP_LIST_MRTNMNG01010_POP_WHS_ROWCOPY" style="display:none;">
|
|
124
|
+ <ul id="ITP_LIST_MRTNMNG01010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
|
|
125
|
+ <div id="ITP_LIST_MRTNMNG01010_POP_WHS_ROWCOPY" style="display: block;">
|
122
|
126
|
<li class="row_2">
|
123
|
127
|
<div class="scroll_left">
|
124
|
128
|
<div class="fnWhsNm">브랜드 창고 명A</div>
|
125
|
|
- <div class="fnLocationNm">(상세위치내용)</div>
|
|
129
|
+ <div class="sub fnLocationNm">(상세위치내용)</div>
|
|
130
|
+ <div class="sub fnLocationNm">누리자 B/D</div>
|
126
|
131
|
</div>
|
127
|
132
|
<div class="scroll_right">
|
128
|
133
|
<button id="ITP_BTN_MRTNMNG01010_POP_WHS_CHOICE" class="fnWhsId" data-whs-id="">선택</button>
|
|
@@ -136,7 +141,7 @@
|
136
|
141
|
<div class="pop">
|
137
|
142
|
<div class="header">
|
138
|
143
|
<div class="header_left">
|
139
|
|
- <label>> 품목 검색</label>
|
|
144
|
+ <label>품목 검색</label>
|
140
|
145
|
</div>
|
141
|
146
|
<div class="header_right">
|
142
|
147
|
<button type="button" id="ITP_BTN_MRTNMNG01010_POP_ITEM_CLOSE" class="btn-pop-close"><img src="../img/close.png"></button>
|
|
@@ -149,33 +154,27 @@
|
149
|
154
|
<input id="ITP_FORM_MRTNMNG01010_POP_ITEM_KEYWORD" name="sitemNm" type="text" placeholder="품목명/품목번호" />
|
150
|
155
|
<button id="ITP_BTN_MRTNMNG01010_POP_ITEM_SEARCH"><img src="../img/search.png"></button>
|
151
|
156
|
</div>
|
152
|
|
- <div class="search_bar">
|
|
157
|
+ <div class="select_btn">
|
153
|
158
|
<button id="ITP_BTN_MRTNMNG01010_POP_ITEM_NM" class="btn_blue">품목명▼</button>
|
154
|
159
|
</div>
|
155
|
160
|
</form>
|
156
|
161
|
<div id="ITP_LIST_MRTNMNG01010_POP_ITEM_AREA" class="popup_scroll">
|
157
|
|
- <ul id="ITP_LIST_MRTNMNG01010_POP_ITEM_ROWS" class="panel-group"></ul>
|
158
|
|
- <div id="ITP_LIST_MRTNMNG01010_POP_ITEM_ROWCOPY" style="display:none;">
|
|
162
|
+ <ul id="ITP_LIST_MRTNMNG01010_POP_ITEM_ROWS" class="mb_0 panel-group"></ul>
|
|
163
|
+ <div id="ITP_LIST_MRTNMNG01010_POP_ITEM_ROWCOPY" style="display: block;">
|
159
|
164
|
<li class="row_2">
|
160
|
|
- <div class="left" style="width:180px;">
|
161
|
|
- <div class="thick">
|
162
|
|
- <div class="fnItemNm">품목명</div>
|
163
|
|
- <div>-</div>
|
164
|
|
- <div class="fnUnit">EA</div>
|
165
|
|
- </div>
|
166
|
|
- <div class="thick" style="font-weight:100;">
|
167
|
|
- <div class="space">구매가 :</div>
|
168
|
|
- <div class="fnUnitAmt">0</div>
|
169
|
|
- </div>
|
170
|
|
- </div>
|
|
165
|
+ <div class="scroll_left">
|
|
166
|
+ <div class="fnItemNm"></div>
|
|
167
|
+ <div class="sub fnKg"></div>
|
|
168
|
+ <div class="amt fnUnitAmt"></div>
|
|
169
|
+ </div>
|
|
170
|
+ <div class="scroll_right">
|
|
171
|
+ <button id="ITP_BTN_MPOMNG01010_POP_ITEM_ADD" class="POP_ITEM_ADD">추가</button>
|
|
172
|
+ </div>
|
171
|
173
|
<div class="right">
|
172
|
174
|
<button id="ITP_BTN_MRTNMNG01010_POP_ITEM_MINUS" class="POP_ITEM_MINUS">-</button>
|
173
|
175
|
<div class="num fnPchReqQty">1</div>
|
174
|
176
|
<button id="ITP_BTN_MRTNMNG01010_POP_ITEM_PLUS" class="POP_ITEM_PLUS">+</button>
|
175
|
177
|
</div>
|
176
|
|
- <div class="add">
|
177
|
|
- <button id="ITP_BTN_MRTNMNG01010_POP_ITEM_ADD" class="POP_ITEM_ADD">추가</button>
|
178
|
|
- </div>
|
179
|
178
|
</li>
|
180
|
179
|
</div>
|
181
|
180
|
</div>
|