|
@@ -26,9 +26,9 @@
|
26
|
26
|
<div class="line">
|
27
|
27
|
<label>납품요청일</label>
|
28
|
28
|
<div class="date_to">
|
29
|
|
- <input type="text" id="ITP_FORM_MORDMNG02010_LIST_SEARCH_FROM_DT" name="fromDt" class="itp_input date">
|
|
29
|
+ <input type="text" id="ITP_FORM_MORDMNG02010_LIST_SEARCH_FROM_DT" name="fromDt" class="itp_input date" readonly>
|
30
|
30
|
<div class="at">~</div>
|
31
|
|
- <input type="text" id="ITP_FORM_MORDMNG02010_LIST_SEARCH_TO_DT" name="toDt" class="itp_input date">
|
|
31
|
+ <input type="text" id="ITP_FORM_MORDMNG02010_LIST_SEARCH_TO_DT" name="toDt" class="itp_input date" readonly>
|
32
|
32
|
</div>
|
33
|
33
|
</div>
|
34
|
34
|
<div class="line">
|
|
@@ -152,7 +152,7 @@
|
152
|
152
|
<div class="line">
|
153
|
153
|
<label class="col_6">납품일자</label>
|
154
|
154
|
<div class="line_right">
|
155
|
|
- <input type="text" id="ITP_FORM_MORDMNG02010_VIEW_DLV_SCH_DT" name="dlvSchDt" class="itp_input date year">
|
|
155
|
+ <input type="text" id="ITP_FORM_MORDMNG02010_VIEW_DLV_SCH_DT" name="dlvSchDt" class="itp_input date year" readonly>
|
156
|
156
|
</div>
|
157
|
157
|
</div>
|
158
|
158
|
<div class="line">
|
|
@@ -208,7 +208,7 @@
|
208
|
208
|
<input id="ITP_FORM_MORDMNG02010_VIEW_SHMT_QTY" name="shmtQty" type="number">
|
209
|
209
|
<label>유통기한</label>
|
210
|
210
|
<span>:</span>
|
211
|
|
- <input type="text" id="ITP_FORM_MORDMNG02010_VIEW_EXPRY_DATE" name="expryDate" class="itp_input date col_9 year">
|
|
211
|
+ <input type="text" id="ITP_FORM_MORDMNG02010_VIEW_EXPRY_DATE" name="expryDate" readonly class="itp_input date col_9 year">
|
212
|
212
|
</div>
|
213
|
213
|
</div>
|
214
|
214
|
<div class="left">
|