|
@@ -52,7 +52,7 @@
|
52
|
52
|
<div class="form-group">
|
53
|
53
|
<div class="col-xs-3 itp_ip">
|
54
|
54
|
<div class="input-group">
|
55
|
|
- <input type="text" id="ITP_FORM_STINFO06010_DETAIL_STORE_NM" class="form-control itp_input" name="storeNm" placeholder="매장명" disabled />
|
|
55
|
+ <input type="text" id="ITP_FORM_STINFO06010_DETAIL_STORE_NM" class="form-control itp_input" name="storeNm" placeholder="매장명" readonly />
|
56
|
56
|
<span class="input-group-btn">
|
57
|
57
|
<button id="ITP_BTN_STINFO06010_DETAIL_DELETE_STORE" class="btn btn-default btn-sm itp_btn UPB" type="button"><i class="glyphicon glyphicon-remove"></i></button>
|
58
|
58
|
</span>
|
|
@@ -63,10 +63,7 @@
|
63
|
63
|
</div>
|
64
|
64
|
<div class="contDt">
|
65
|
65
|
<div class="col-xs-2 itp_ip itp_noMar">
|
66
|
|
- <select id="ITP_BTN_STINFO06010_DETAIL_SEARCH_" class="form-control itp_input" name="search">
|
67
|
|
- <option value="">계약기간</option>
|
68
|
|
- </select>
|
69
|
|
- </div>
|
|
66
|
+ <label>계약기간</label> </div>
|
70
|
67
|
<div class="col-xs-3 itp_ip itp_noMar">
|
71
|
68
|
<div class="input-daterange input-group date">
|
72
|
69
|
<input type="text" id="ITP_FORM_STINFO06010_DETAIL_FROM_DT" data-check-required="empty" class="form-control itp_input" name="contSttDt" value="" readonly>
|