|
@@ -9,20 +9,18 @@
|
9
|
9
|
<div class="line header">
|
10
|
10
|
<div class="itp_search_header"><img src="../img/right_arrow_pink.png" alt="">입고현황</div>
|
11
|
11
|
</div>
|
12
|
|
- <div class="line">
|
13
|
|
- <label>위시리스트명</label>
|
|
12
|
+ <div class="line" style="margin-top:1px;">
|
|
13
|
+ <label style="min-width:100px;">위시리스트명</label>
|
14
|
14
|
<div class="float_left">
|
15
|
15
|
<select id="ITP_FORM_MPOMNG08010_LIST_PCH_PODR_UNQ_NO" name="spchPodrUnqNo" type="text">
|
16
|
16
|
<option>위시리스트 목록</option>
|
17
|
17
|
</select>
|
18
|
18
|
</div>
|
19
|
|
- <button></button>
|
|
19
|
+ <button type="button" id="ITP_BTN_MPOMNG01010_DETAIL_DELROW" class="btn-danger btn-sm ADB">목록추가</button>
|
20
|
20
|
</div>
|
21
|
21
|
<div class="table_btn line">
|
22
|
22
|
<button type="button" id="ITP_BTN_MPOMNG01010_DETAIL_DELROW" class="btn-danger btn-sm ADB">품목삭제</button>
|
23
|
23
|
<button type="button" id="ITP_BTN_MPOMNG01010_DETAIL_ADDROW" class="btn-primary btn-sm ADB" data-call-popup="ITP_POP_MPOMNG01010_ITEM_AREA">품목추가</button>
|
24
|
|
- <button type="button" id="ITP_BTN_MPOMNG01010_DETAIL_SCAN" class="btn-green btn-sm ADB">스캔</button>
|
25
|
|
- <button type="button" id="ITP_BTN_MPOMNG01010_DETAIL_WISH" class="btn-primary btn-sm ADB" data-call-popup="ITP_POP_MPOMNG01010_WISH_LIST_AREA">위시리스트</button>
|
26
|
24
|
</div>
|
27
|
25
|
</div>
|
28
|
26
|
</div>
|