作者 王晓刚
1 个管道 的构建 通过 耗费 0 秒

统计

... ... @@ -90,7 +90,7 @@
{:lang('DELETE')}
</button>
<notempty name="$status">
<php>$status = implode('*',$status)</php>
<php>$status = implode('*',$status);</php>
</notempty>
<a class="btn btn-info btn-sm" href="{:url('Order/excel',array('status'=>$status,'receiver'=>$receiver,'logistics_id'=>$logistics_id,'keyword'=>$keyword,'start_time'=>$start_time,'end_time'=>$end_time,'start_time1'=>$start_time1,'end_time1'=>$end_time1,'start_total_weight'=>$start_total_weight,'end_total_weight'=>$end_total_weight,'start_total_volume'=>$start_total_volume,'end_total_volume'=>$end_total_volume,'start_package_service_price'=>$start_package_service_price,'end_package_service_price'=>$end_package_service_price,'start_transport_price'=>$start_transport_price,'end_transport_price'=>$end_transport_price))}">
导出Excel
... ...