|
@@ -6,6 +6,7 @@
|
6
|
6
|
<div class="pull-right itp_cicon">
|
7
|
7
|
<button type="button" id="ITP_BTN_INOUTMNG01010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon "></i> 조회 </button>
|
8
|
8
|
<button type="button" id="ITP_BTN_INOUTMNG01010_OUT" class="btn btn-success btn-sm OUD" style="display: inline-block;"><i class="glyphicon "></i> 출하지시 </button>
|
|
9
|
+ <button type="button" id="ITP_BTN_INOUTMNG01010_CANCELLIST" class="btn btn-warning btn-sm PRB"><i class="glyphicon "></i> 취소/목록 </button>
|
9
|
10
|
</div>
|
10
|
11
|
</div>
|
11
|
12
|
<div class="itp_det_in">
|
|
@@ -63,6 +64,59 @@
|
63
|
64
|
</div>
|
64
|
65
|
</div>
|
65
|
66
|
</div>
|
|
67
|
+ <div id="ITP_AJAX_INOUTMNG01010_VIEW_CONTAINER" >
|
|
68
|
+ <div class="itp_form itp_type1 fix">
|
|
69
|
+ <div class="col-xs-12">
|
|
70
|
+ <form id="ITP_FORM_INOUTMNG01010_VIEW" class="form-horizontal">
|
|
71
|
+ <input type="hidden" id="ITP_FORM_INOUTMNG01010_VIEW_" name="" value="">
|
|
72
|
+ <section class="itp_form_sec">
|
|
73
|
+ <h4 class="itp_form_tit">출하지시 기본정보</h4>
|
|
74
|
+ <div class="itp_form_in">
|
|
75
|
+ <div class="form-group">
|
|
76
|
+ <label class="col-xs-2 itp_lb">브랜드</label>
|
|
77
|
+ <div class="col-xs-4 itp_ip">
|
|
78
|
+ <div class="col-xs-7 itp_in">
|
|
79
|
+ <div class="fnBrandNm"></div>
|
|
80
|
+ </div>
|
|
81
|
+ </div>
|
|
82
|
+ <label class="col-xs-2 itp_lb">납품일자 *</label>
|
|
83
|
+ <div class="col-xs-4 itp_ip">
|
|
84
|
+ <div class="col-xs-7 itp_in">
|
|
85
|
+ <input type="date" id="ITP_FORM_INOUTMNG01010_VIEW_DLV_DT" data-check-required="empty" class="form-control itp_input" name="dlvDt" value="">
|
|
86
|
+ </div>
|
|
87
|
+ </div>
|
|
88
|
+ </div>
|
|
89
|
+ <div class="form-group border">
|
|
90
|
+ <label class="col-xs-2 itp_lb">납품담당자 *</label>
|
|
91
|
+ <div class="col-xs-4 itp_ip">
|
|
92
|
+ <div class="col-xs-7 itp_in">
|
|
93
|
+ <input type="text" id="ITP_FORM_INOUTMNG01010_VIEW_DLV_MGR_NM" data-check-required="empty" class="form-control itp_input" name="dlvMgrNm" value="">
|
|
94
|
+ </div>
|
|
95
|
+ </div>
|
|
96
|
+ <label class="col-xs-2 itp_lb">납품담당자 전화번호*</label>
|
|
97
|
+ <div class="col-xs-4 itp_ip">
|
|
98
|
+ <div class="col-xs-7 itp_in">
|
|
99
|
+ <input type="text" id="ITP_FORM_INOUTMNG01010_VIEW_DLV_MGR_TEL_NO" data-check-required="empty" class="form-control itp_input" name="dlvMgrTelNo" value="">
|
|
100
|
+ </div>
|
|
101
|
+ </div>
|
|
102
|
+ </div>
|
|
103
|
+ </div>
|
|
104
|
+ </section>
|
|
105
|
+ </form>
|
|
106
|
+ </div>
|
|
107
|
+ </div>
|
|
108
|
+ <div class="itp_table fix">
|
|
109
|
+ <div class="itp_table_head fix" style="background:#f5f5f5;">
|
|
110
|
+ <h4 class="itp_table_tit">출하지시 품목</h4>
|
|
111
|
+ </div>
|
|
112
|
+ <div id="ITP_INOUTMNG01010_VIEW_jqGrid_list" class="itp_tb_list">
|
|
113
|
+ <div id="ITP_INOUTMNG01010_VIEW_jqGridView" class="itp_views fix"></div>
|
|
114
|
+ <table id="ITP_INOUTMNG01010_VIEW_jqGrid"></table>
|
|
115
|
+ <div id="ITP_INOUTMNG01010_VIEW_jqGridPager"></div>
|
|
116
|
+ <div id="ITP_INOUTMNG01010_VIEW_jqGridEmpty" class="itp_no_data"></div>
|
|
117
|
+ </div>
|
|
118
|
+ </div>
|
|
119
|
+ </div>
|
66
|
120
|
</div>
|
67
|
121
|
</article>
|
68
|
122
|
</div>
|