master
cody 1 month ago
parent 97e375468d
commit f529a81531

@ -48,8 +48,9 @@
<input class="form-control mr-1" type="text" name="order_no" value="{{ request()->order_no }}" <input class="form-control mr-1" type="text" name="order_no" value="{{ request()->order_no }}"
placeholder="订单号" style="width: 140px;"> placeholder="订单号" style="width: 140px;">
<input class="form-control" type="text" name="keyword" value="{{ request()->keyword }}" <input class="form-control mr-1" type="text" name="keyword" value="{{ request()->keyword }}"
placeholder="联系人/联系电话"> placeholder="联系人/联系电话">
<button class="btn btn-primary mr-1" type="submit">搜索</button>
@if(\App\Models\CommonModel::checkExport()) @if(\App\Models\CommonModel::checkExport())
<button class="btn btn-primary ml-1" type="button" onclick="doExport(this)">导出</button> <button class="btn btn-primary ml-1" type="button" onclick="doExport(this)">导出</button>
@endif @endif

Loading…
Cancel
Save