|
|
|
@ -37,9 +37,9 @@
|
|
|
|
|
<label class="col-sm-2 control-label is-required">使用时间:</label>
|
|
|
|
|
<div class="col-sm-10">
|
|
|
|
|
<div id="mentsTime" class="input-daterange input-group ">
|
|
|
|
|
<input type="text" class="input-sm form-control" required name="mentsTime" id="laydate-startTime" placeholder="开始时间"/>
|
|
|
|
|
<input type="text" class="input-sm form-control" th:value="${#dates.format(tdCarrierIssued.mentsTime, 'yyyy-MM-dd')}" required name="mentsTime" id="laydate-startTime" placeholder="开始时间"/>
|
|
|
|
|
<span class="input-group-addon">到</span>
|
|
|
|
|
<input type="text" class="input-sm form-control" required name="mentsendTime" id="laydate-endTime" placeholder="结束时间"/>
|
|
|
|
|
<input type="text" class="input-sm form-control" th:value="${#dates.format(tdCarrierIssued.mentsendTime, 'yyyy-MM-dd')}" required name="mentsendTime" id="laydate-endTime" placeholder="结束时间"/>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|