Commit db15ba4d by 朱继来

尽调账号隐藏时间筛选

parent 8fe33241
Showing with 4 additions and 0 deletions
......@@ -37,6 +37,8 @@
<input type="text" name="erp_sn" value="{{$condition['erp_sn']}}" placeholder="请输入ERP订单号">
</dd>
</dl>
@if ($username != 'vpadmin@ichunt.com')
<dl>
<dd style="width: 110px;">
<div class="droplist" data-default="{{$condition['select_time_type']}}" id="select_time_type" name="select_time_type">
......@@ -57,6 +59,8 @@
<input type="text" name="time_end" value="{{ !empty($condition['time_end']) ? date('Y/m/d', $condition['time_end']) : '' }}" class="Wdate " onfocus="WdatePicker({dateFmt:'yyyy/MM/dd'})" placeholder="结束时间" autocomplete="off" />
</dd>
</dl>
@endif
<dl>
<dt>型号名称:</dt>
<dd>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment