Merge branch 'hcy_pcb_20181221-r' into development

parents 4ad5d9f0 8d6c24eb
......@@ -40,8 +40,8 @@
<div class="layui-input-inline payment-status" style="width: 800px !important;">
<input type="hidden" name="status" value="">
@if(!empty($status) && is_array($status))
@foreach($status as $k=>$v)
<input type="checkbox" lay-filter="*" @if(in_array($k,explode(',',@$_GET['status']))){{ "checked" }} @endif data-type="status" value="{{$k}}" title="{{$v or '未知'}}" >
@foreach($status as $k1=>$v1)
<input type="checkbox" lay-filter="*" @if(in_array($k1,explode(',',@$_GET['status']))){{ "checked" }} @endif data-type="status" value="{{$k1}}" title="{{$v1 or '未知'}}" >
@endforeach
@endif
</div>
......@@ -54,7 +54,7 @@
<input type="hidden" name="order_type" value="">
@if(!empty($order_type) && is_array($order_type))
@foreach($order_type as $k=>$v)
<input type="checkbox" lay-filter="*" data-type="status" @if(in_array($k,explode(',',@$_GET['order_type']))) {{ "checked" }} @endif value="{{$k}}" title="{{$v or '未知'}}" >
<input type="checkbox" lay-filter="*" data-type="order_type" @if(in_array($k,explode(',',@$_GET['order_type']))) {{ "checked" }} @endif value="{{$k}}" title="{{$v or '未知'}}" >
@endforeach
@endif
</div>
......
......@@ -48,7 +48,7 @@
<input type="hidden" name="order_type" value="">
@if(!empty($order_type) && is_array($order_type))
@foreach($order_type as $k=>$v)
<input type="checkbox" lay-filter="*" data-type="status" @if(in_array($k,explode(',',@$_GET['order_type']))) {{ "checked" }} @endif value="{{$k}}" title="{{$v or '未知'}}" >
<input type="checkbox" lay-filter="*" data-type="order_type" @if(in_array($k,explode(',',@$_GET['order_type']))) {{ "checked" }} @endif value="{{$k}}" title="{{$v or '未知'}}" >
@endforeach
@endif
</div>
......
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