master
yulingwei 5 years ago
parent b56ba0b882
commit 4afce87caa

@ -72,6 +72,13 @@
<if condition="$data['server_name'] neq ''"><option value="{$data['server_name']}">{$data['server_name']}</option></if>
</select>
</div>
<div class="input-list input-list-game search_label_rehab">
<select id="type" name="type" class="select_gallery">
<option value="">工单类型</option>
<option value="1" <?php echo I('type') == 1 ? "selected" : "" ?> >资源</option>
<option value="2" <?php echo I('type') == 2 ? "selected" : "" ?> >反馈</option>
</select>
</div>
<div class="input-list input-list-game search_label_rehab">
<input type="text" name="user_account" value="{$_GET['user_account']}" placeholder="玩家账号">
</div>
@ -98,11 +105,11 @@
</select>
</div>
<div class="input-list">
<input type="text" readonly id="create-time-start" name="created_time_start" class="" value="{:I('created_time_start')}"
<input type="text" readonly id="time-start" name="created_time_start" class="" value="{:I('created_time_start')}"
placeholder="申请开始时间"/>
-
<div class="input-append date" id="datetimepicker" style="display:inline-block">
<input type="text" readonly id="create-time-end" name="created_time_end" class="" value="{:I('created_time_end')}"
<input type="text" readonly id="time-end" name="created_time_end" class="" value="{:I('created_time_end')}"
placeholder="申请结束时间"/>
<span class="add-on"><i class="icon-th"></i></span>
</div>
@ -267,7 +274,7 @@
$("#search").click();
}
});
$('#create-time-start').datetimepicker({
$('#time-start').datetimepicker({
format: 'yyyy-mm-dd',
language: "zh-CN",
minView: 2,

Loading…
Cancel
Save