|
@@ -11,9 +11,9 @@
|
11
|
11
|
<div class="line mt5">
|
12
|
12
|
<label>반품요청일</label>
|
13
|
13
|
<div class="input-group date_to date">
|
14
|
|
- <input type="text" id="ITP_FORM_MRTNMNG02010_LIST_SEARCH_FROM_DT" name="fromDt" class="itp_input date">
|
|
14
|
+ <input type="text" id="ITP_FORM_MRTNMNG02010_LIST_SEARCH_FROM_DT" name="fromDt" class="itp_input date" readonly>
|
15
|
15
|
<div class="at">~</div>
|
16
|
|
- <input type="text" id="ITP_FORM_MRTNMNG02010_LIST_SEARCH_TO_DT" name="toDt" class="itp_input date">
|
|
16
|
+ <input type="text" id="ITP_FORM_MRTNMNG02010_LIST_SEARCH_TO_DT" name="toDt" class="itp_input date" readonly>
|
17
|
17
|
</div>
|
18
|
18
|
</div>
|
19
|
19
|
<div class="line">
|
|
@@ -169,7 +169,7 @@
|
169
|
169
|
</div>
|
170
|
170
|
<div class="line">
|
171
|
171
|
<label>반품요청일</label>
|
172
|
|
- <input type="text" id="ITP_FORM_MRTNMNG02010_MODIFY_COL_REQ_DT" name="colReqDt" class="itp_input date" data-check-required="empty" data-alert-required="ONLYCHK" data-alert-msg="수거요청일">
|
|
172
|
+ <input type="text" id="ITP_FORM_MRTNMNG02010_MODIFY_COL_REQ_DT" name="colReqDt" class="itp_input date" readonly data-check-required="empty" data-alert-required="ONLYCHK" data-alert-msg="수거요청일">
|
173
|
173
|
</div>
|
174
|
174
|
<div class="line">
|
175
|
175
|
<label>반품요청금액</label>
|