|
@@ -40,11 +40,11 @@ style="margin: 0 auto;width: 96%;padding: 30px 0px;"
|
|
|
<input type="text" class="form-control" name="end_time" value="{{request('end_time','')}}" placeholder="请输入结束时间查询" />
|
|
|
</div>
|
|
|
<div class="form-group col col-xs-4 col-md-2" style="margin-right: 2px;">
|
|
|
- <button type="button" onclick="alter_from_attr({'method':'get'})" class="btn btn-sm btn-primary"> 查询</button>
|
|
|
+ <button type="button" onclick="alter_from_attr({'method':'get','action':''})" class="btn btn-sm btn-primary" style="margin-right: 20px;"> 查询</button>
|
|
|
+ <a href="{{url('admin/orders/index')}}" class="btn btn-sm btn-default" style="margin-right: 20px;" >重置</a>
|
|
|
@if( check_auth('admin/orders/down_excel') )
|
|
|
<button type="button" onclick="alter_from_attr({'method':'get','action':`{{url('admin/orders/down_excel')}}`})" class="btn btn-sm btn-primary"> 下载表格</button>
|
|
|
@endif
|
|
|
- <a href="{{url('admin/orders/index')}}" class="btn btn-sm btn-default" >重置</a>
|
|
|
</div>
|
|
|
@csrf
|
|
|
</form>
|