|
@@ -40,7 +40,7 @@
|
40
|
40
|
<input type="text" id="ITP_FORM_POMNG03010_SEARCH_SSPPLY_NM" class="form-control itp_input" name="sspplyNm" placeholder="공급업체" readonly/>
|
41
|
41
|
<input type="hidden" id="ITP_FORM_POMNG03010_SEARCH_SSPPLY_ID" class="form-control itp_input" name="sspplyId" />
|
42
|
42
|
<span class="input-group-btn">
|
43
|
|
- <button id="ITP_FORM_POMNG03010_SDELETE_SSPPLY_NM" class="btn btn-default btn-sm UPB" type="button" style="padding:3.8px 10px;"><i class="glyphicon glyphicon-erase"></i></button>
|
|
43
|
+ <button id="ITP_FORM_POMNG03010_SDELETE_SSPPLY_NM" class="btn btn-default btn-sm UPB" type="button" style="padding:3.8px 10px;"><i class="glyphicon glyphicon-remove"></i></button>
|
44
|
44
|
</span>
|
45
|
45
|
</div>
|
46
|
46
|
</div>
|
|
@@ -53,7 +53,7 @@
|
53
|
53
|
<input type="text" id="ITP_FORM_POMNG03010_SEARCH_SWHS_NM" class="form-control itp_input" name="swhsNm" placeholder="매장/창고" readonly/>
|
54
|
54
|
<input type="hidden" id="ITP_FORM_POMNG03010_SEARCH_SWHS_ID" class="form-control itp_input" name="swhsId" />
|
55
|
55
|
<span class="input-group-btn">
|
56
|
|
- <button id="ITP_FORM_POMNG03010_SDELETE_SWHS_NM" class="btn btn-default btn-sm UPB" type="button" style="padding:3.8px 10px;"><i class="glyphicon glyphicon-erase"></i></button>
|
|
56
|
+ <button id="ITP_FORM_POMNG03010_SDELETE_SWHS_NM" class="btn btn-default btn-sm UPB" type="button" style="padding:3.8px 10px;"><i class="glyphicon glyphicon-remove"></i></button>
|
57
|
57
|
</span>
|
58
|
58
|
</div>
|
59
|
59
|
</div>
|
|
@@ -92,14 +92,13 @@
|
92
|
92
|
<input type="hidden" id="ITP_FORM_POMNG03010_DETAIL_SHMT_LOCATION" name="shmtLocation" value="">
|
93
|
93
|
<input type="hidden" id="ITP_FORM_POMNG03010_DETAIL_PODR_MGR_ID" name="podrMgrId" value="">
|
94
|
94
|
<input type="hidden" id="ITP_FORM_POMNG03010_DETAIL_PODR_MGR_TEL_NO" name="podrMgrTelNo" value="">
|
95
|
|
- <input type="text" id="ITP_FORM_POMNG03010_DETAIL_DLV_DVSN" name="dlvDvsn" value="">
|
|
95
|
+ <input type="hidden" id="ITP_FORM_POMNG03010_DETAIL_DLV_DVSN" name="dlvDvsn" value="">
|
96
|
96
|
|
97
|
97
|
|
98
|
98
|
|
99
|
99
|
|
100
|
100
|
<section class="itp_form_sec">
|
101
|
|
- <h4 class="itp_form_tit">구매발주상세</h4>
|
102
|
|
- <div class="itp_form_in">
|
|
101
|
+ <div class="itp_form_in border-top">
|
103
|
102
|
<div class="form-group">
|
104
|
103
|
<label class="col-xs-2 itp_lb">브랜드 *</label>
|
105
|
104
|
<div class="col-xs-4 itp_ip fnBrandNm"></div>
|
|
@@ -146,23 +145,26 @@
|
146
|
145
|
</div>
|
147
|
146
|
<label class="col-xs-2 itp_lb">출하창고</label>
|
148
|
147
|
<div class="col-xs-4 itp_ip">
|
149
|
|
- <div class="col-xs-5 itp_in">
|
|
148
|
+ <div class="col-xs-6 itp_in">
|
|
149
|
+ <div class="input-group">
|
150
|
150
|
<input type="text" id="ITP_FORM_POMNG03010_DETAIL_SHMT_WHS_NM" class="form-control itp_input" name="shmtWhsNm" readonly="readonly"/>
|
|
151
|
+ <span class="input-group-btn">
|
|
152
|
+ <button id="ITP_BTN_POMNG03010_DELETE_SHMT_WHS_NM" class="btn btn-default btn-sm UPB" type="button" style="padding:3.8px 10px;"><i class="glyphicon glyphicon-remove"></i></button>
|
|
153
|
+ </span>
|
|
154
|
+ </div>
|
151
|
155
|
</div>
|
152
|
156
|
<div class="col-xs-4 itp_in" style="padding-left: 3px;">
|
153
|
157
|
<button type="button" id="ITP_BTN_POMNG03010_SEARCH_SHMT_WHS_NM" class="btn btn-success btn-sm SHOW" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
|
154
|
|
- <button type="button" id="ITP_BTN_POMNG03010_DELETE_SHMT_WHS_NM" class="btn btn-primary btn-sm SHOW" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
|
155
|
158
|
</div>
|
156
|
159
|
</div>
|
157
|
160
|
</div>
|
158
|
161
|
</div>
|
159
|
162
|
<div class="itp_form_in">
|
160
|
|
- <div class="itp_table_head fix" style="background:#f5f5f5;">
|
|
163
|
+ <div class="itp_table_head fix" style="background:#fff;">
|
161
|
164
|
<h4 class="itp_table_tit">발주 품목</h4>
|
162
|
165
|
</div>
|
163
|
166
|
</div>
|
164
|
167
|
<div id="ITP_POMNG03010_DETAIL_jqGrid_list" class="itp_tb_list">
|
165
|
|
- <div id="ITP_POMNG03010_DETAIL_jqGridView" class="itp_views fix"></div>
|
166
|
168
|
<table id="ITP_POMNG03010_DETAIL_jqGrid"></table>
|
167
|
169
|
<div id="ITP_POMNG03010_DETAIL_jqGridPager"></div>
|
168
|
170
|
<div id="ITP_POMNG03010_DETAIL_jqGridEmpty" class="itp_no_data"></div>
|
|
@@ -188,8 +190,7 @@
|
188
|
190
|
<input type="hidden" id="ITP_FORM_POMNG03010_NDETAIL_DLV_DVSN" name="dlvDvsn" value="">
|
189
|
191
|
|
190
|
192
|
<section class="itp_form_sec">
|
191
|
|
- <h4 class="itp_form_tit">구매발주상세-신규발주생성</h4>
|
192
|
|
- <div class="itp_form_in">
|
|
193
|
+ <div class="itp_form_in border-top">
|
193
|
194
|
<div class="form-group">
|
194
|
195
|
<label class="col-xs-2 itp_lb">브랜드 *</label>
|
195
|
196
|
<div class="col-xs-4 itp_ip fnBrandNm"></div>
|
|
@@ -205,7 +206,7 @@
|
205
|
206
|
<div class="input-group">
|
206
|
207
|
<input type="text" id="ITP_FORM_POMNG03010_NDETAIL_SPPLY_NM" data-check-required="empty" class="form-control itp_input" name="spplyNm" readonly="readonly" />
|
207
|
208
|
<span class="input-group-btn">
|
208
|
|
- <button id="ITP_BTN_POMNG03010_NDETAIL_DELETE_SPPLY_NM" class="btn btn-default btn-sm itp_btn UPB SHOW" type="button"><i class="glyphicon glyphicon-erase"></i></button>
|
|
209
|
+ <button id="ITP_BTN_POMNG03010_NDETAIL_DELETE_SPPLY_NM" class="btn btn-default btn-sm itp_btn UPB SHOW" type="button"><i class="glyphicon glyphicon-remove"></i></button>
|
209
|
210
|
</span>
|
210
|
211
|
</div>
|
211
|
212
|
</div>
|
|
@@ -225,7 +226,7 @@
|
225
|
226
|
<div class="input-group">
|
226
|
227
|
<input type="text" id="ITP_FORM_POMNG03010_NDETAIL_WHS_NM" data-check-required="empty" class="form-control itp_input" name="whsNm" readonly="readonly" />
|
227
|
228
|
<span class="input-group-btn">
|
228
|
|
- <button id="ITP_BTN_POMNG03010_DELETE_WHS_NM" class="btn btn-default btn-sm itp_btn UPB SHOW" type="button"><i class="glyphicon glyphicon-erase"></i></button>
|
|
229
|
+ <button id="ITP_BTN_POMNG03010_DELETE_WHS_NM" class="btn btn-default btn-sm itp_btn UPB SHOW" type="button"><i class="glyphicon glyphicon-remove"></i></button>
|
229
|
230
|
</span>
|
230
|
231
|
</div>
|
231
|
232
|
</div>
|
|
@@ -260,7 +261,7 @@
|
260
|
261
|
</div>
|
261
|
262
|
</div>
|
262
|
263
|
<div class="itp_form_in">
|
263
|
|
- <div class="itp_table_head fix" style="background:#f5f5f5;">
|
|
264
|
+ <div class="itp_table_head fix" style="background:#fff;">
|
264
|
265
|
<h4 class="itp_table_tit">발주 품목</h4>
|
265
|
266
|
<div class="pull-right itp_cicon">
|
266
|
267
|
<button type="button" id="ITP_BTN_POMNG03010_NDETAIL_ADDROW" class="btn btn-primary btn-sm ARB" style="display: inline-block;"><i class="glyphicon "></i> 품목추가 </button>
|