|
|
|
@ -185,7 +185,9 @@
|
|
|
|
|
<td class="r">
|
|
|
|
|
<input type="text" class="txt time time3" name="validity_start_time" value="" placeholder="生效开始时间">
|
|
|
|
|
- <input type="text" class="txt time time4" name="validity_end_time" value="" placeholder="生效结束时间">
|
|
|
|
|
<span class="notice-text" style="float: none;">结束时间不选默认永久</span>
|
|
|
|
|
</td>
|
|
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
@ -517,6 +519,7 @@
|
|
|
|
|
|
|
|
|
|
return false;
|
|
|
|
|
});
|
|
|
|
|
$(".time3").datetimepicker("setDate", new Date());
|
|
|
|
|
|
|
|
|
|
$('.time4').datetimepicker({
|
|
|
|
|
format: 'yyyy-mm-dd',
|
|
|
|
|