|
|
|
@ -166,16 +166,9 @@
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="l">合同期限:</td>
|
|
|
|
|
<td class="r" >
|
|
|
|
|
<div class="input-list" style="margin:0;">
|
|
|
|
|
<input type="text" readonly id="contact_begin" name="contact_begin" class="" value="{$data.contact_begin}"
|
|
|
|
|
placeholder="合同开始时间" />
|
|
|
|
|
-
|
|
|
|
|
<div class="input-append date" id="datetimepicker" style="display:inline-block">
|
|
|
|
|
<input type="text" readonly id="contact_end" name="contact_end" class="" value="{$data.contact_end}"
|
|
|
|
|
placeholder="合同结束时间" />
|
|
|
|
|
<span class="add-on"><i class="icon-th"></i></span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<input type="text" class="txt time" id="contact_begin" name="contact_begin" value="{$data.contact_begin}" placeholder="合同开始时间">
|
|
|
|
|
- <input type="text" class="txt time" id="contact_end" name="contact_end" value="{$data.contact_end}" placeholder="合同结束时间">
|
|
|
|
|
<span class="notice-text" style="float: none;">结束时间不选默认永久</span>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
@ -564,7 +557,7 @@
|
|
|
|
|
return false;
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
$('#datetimepicker').datetimepicker({
|
|
|
|
|
$('#contact_end').datetimepicker({
|
|
|
|
|
format: 'yyyy-mm-dd',
|
|
|
|
|
language: "zh-CN",
|
|
|
|
|
minView: 2,
|
|
|
|
|