|
@@ -0,0 +1,65 @@
|
|
1
|
+<div id="ITP_BIZPOP_PO_WHS_QTY" class="modal itp_modal">
|
|
2
|
+ <div class="modal-dialog">
|
|
3
|
+ <div class="modal-content">
|
|
4
|
+ <div class="modal-header">
|
|
5
|
+ <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
|
6
|
+ <h5 class="modal-title">입고처리</h5>
|
|
7
|
+ </div>
|
|
8
|
+ <div class="modal-body">
|
|
9
|
+ <div class="itp_form itp_type1 fix">
|
|
10
|
+ <div class="col-xs-12">
|
|
11
|
+ <div class="form-horizontal">
|
|
12
|
+ <form id="ITP_FORM_PO_WHS_QTY_POPUP" target="_PAYMENT_FRAME" action="">
|
|
13
|
+ <input type="hidden" id="ITP_FORM_PO_WHS_QTY_POPUP_PAY_TP_CD" name="payTpCd" value="" />
|
|
14
|
+ <input type="hidden" id="ITP_FORM_PO_WHS_QTY_POPUP_BRAND_ID" name="brandId" value="" />
|
|
15
|
+ <input type="hidden" id="ITP_FORM_PO_WHS_QTY_POPUP_BRAND_NM" name="brandNm" value="" />
|
|
16
|
+ <div class="line shot">
|
|
17
|
+ <div class="label_box">
|
|
18
|
+ <label class="shot">품목번호</label>
|
|
19
|
+ </div>
|
|
20
|
+ <div class="info_box">
|
|
21
|
+ <div class="fnPoOrdNo">ㅁㅇㄹㄴㄹㄴㅁㅇㄹㄴ</div>
|
|
22
|
+ </div>
|
|
23
|
+ </div>
|
|
24
|
+ <div class="line shot">
|
|
25
|
+ <div class="label_box">
|
|
26
|
+ <label class="shot">품목명</label>
|
|
27
|
+ </div>
|
|
28
|
+ <div class="info_box">
|
|
29
|
+ <div class="fnOrdNm"></div>
|
|
30
|
+ </div>
|
|
31
|
+ </div>
|
|
32
|
+ <div class="line shot">
|
|
33
|
+ <div class="label_box">
|
|
34
|
+ <label class="itp_lb shot">납품수량</label>
|
|
35
|
+ </div>
|
|
36
|
+ <div class="info_box">
|
|
37
|
+ <div class="fnGoodsNm">삼풍명ㅁ</div>
|
|
38
|
+ </div>
|
|
39
|
+ </div>
|
|
40
|
+ <div class="line border">
|
|
41
|
+ <div class="label_box">
|
|
42
|
+ <label class="itp_lb">입고수량</label>
|
|
43
|
+ </div>
|
|
44
|
+ <div class="info_box">
|
|
45
|
+ <button id="ITP_BTN_PO_WHS_QTY_POPUP_ITEM_MINUS">-</button>
|
|
46
|
+ <input type="text" id="ITP_FORM_PO_WHS_QTY_POPUP_GOODS_AMT" class="itp_input" name="goodsAmt" />
|
|
47
|
+ <button id="ITP_BTN_PO_WHS_QTY_POPUP_ITEM_PLUS">+</button>
|
|
48
|
+ </div>
|
|
49
|
+ </div>
|
|
50
|
+ </form>
|
|
51
|
+ </div>
|
|
52
|
+ </div>
|
|
53
|
+ </div>
|
|
54
|
+ </div>
|
|
55
|
+ <div class="modal-footer">
|
|
56
|
+ <div class="pop_btn_bar">
|
|
57
|
+ <button type="button" id="ITP_BTN_PO_WHS_QTY_CONFIRM_POP" class="btn btn-primary btn-sm SAB" style="display: inline-block;"> 확인 </button>
|
|
58
|
+ <button type="button" id="ITP_BTN_PO_WHS_QTY_CLOSE_POP" class="btn btn-danger btn-sm CLB"> 취소 </button>
|
|
59
|
+ </div>
|
|
60
|
+ </div>
|
|
61
|
+ </div>
|
|
62
|
+ </div>
|
|
63
|
+ <div id="ITP_POPUP_KICC_JS"></div>
|
|
64
|
+ <div id="ITP_POPUP_JS"></div>
|
|
65
|
+</div>
|