|
@@ -20,21 +20,14 @@
|
20
|
20
|
<div class="form-group">
|
21
|
21
|
<div class="col-xs-10">
|
22
|
22
|
<div class="col-xs-2 itp_ip itp_noMar">
|
23
|
|
- <select id="ITP_FORM_STOCKMNG04010_SERVICE_ST_CD" class="form-control itp_input" name="servicestCd">
|
24
|
|
- <option value="">상태</option>
|
25
|
|
- </select>
|
|
23
|
+ <select id="ITP_FORM_STOCKMNG04010_WHS_DVSN" class="form-control itp_input" name="sWhsDvsn"></select>
|
|
24
|
+ </div>
|
|
25
|
+ <div class="col-xs-2 itp_ip itp_noMar">
|
|
26
|
+ <select id="ITP_FORM_STOCKMNG04010_WHS_ST_CD" class="form-control itp_input" name="sWhsStCd"></select>
|
26
|
27
|
</div>
|
27
|
28
|
<div class="col-xs-5 itp_ip itp_noMar">
|
28
|
29
|
<input type="text" id="ITP_FORM_STOCKMNG04010_SEARCH_WHS_NM" class="form-control itp_input" name="sWhsNm" placeholder="창고명" />
|
29
|
30
|
</div>
|
30
|
|
- <div class="col-xs-1 itp_ip itp_noMar" style="padding:0;">
|
31
|
|
- <input type="checkbox" id="ITP_FORM_STOCKMNG04010_SEARCH_BRAND" name="sBrand"/>
|
32
|
|
- <label>브랜드</label>
|
33
|
|
- </div>
|
34
|
|
- <div class="col-xs-2 itp_ip itp_noMar" style="padding:0;">
|
35
|
|
- <input type="checkbox" id="ITP_FORM_STOCKMNG04010_SEARCH_BRAND" name="sStore"/>
|
36
|
|
- <label>매장</label>
|
37
|
|
- </div>
|
38
|
31
|
</div>
|
39
|
32
|
</div>
|
40
|
33
|
</form>
|