|
@@ -25,9 +25,9 @@
|
25
|
25
|
<div class="line">
|
26
|
26
|
<label>수거요청일</label>
|
27
|
27
|
<div class="date_to">
|
28
|
|
- <input type="text" id="ITP_FORM_MCOLLMNG02010_LIST_SEARCH_FROM_DT" name="fromDt" class="itp_input date">
|
|
28
|
+ <input type="text" id="ITP_FORM_MCOLLMNG02010_LIST_SEARCH_FROM_DT" name="fromDt" class="itp_input date" readonly>
|
29
|
29
|
<div class="at">~</div>
|
30
|
|
- <input type="text" id="ITP_FORM_MCOLLMNG02010_LIST_SEARCH_TO_DT" name="toDt" class="itp_input date">
|
|
30
|
+ <input type="text" id="ITP_FORM_MCOLLMNG02010_LIST_SEARCH_TO_DT" name="toDt" class="itp_input date" readonly>
|
31
|
31
|
</div>
|
32
|
32
|
</div>
|
33
|
33
|
<div class="line">
|
|
@@ -156,7 +156,7 @@
|
156
|
156
|
<div class="line">
|
157
|
157
|
<label class="col_6">수거일자</label>
|
158
|
158
|
<div class="line_right">
|
159
|
|
- <input id="ITP_FORM_MORDMNG02010_VIEW_COL_SCH_DT" name="colSchDt" class="year" type="date">
|
|
159
|
+ <input id="ITP_FORM_MORDMNG02010_VIEW_COL_SCH_DT" name="colSchDt" class="year" type="date" readonly>
|
160
|
160
|
</div>
|
161
|
161
|
</div>
|
162
|
162
|
<div class="line">
|