|
|
|
|
@ -48,8 +48,9 @@
|
|
|
|
|
|
|
|
|
|
<input class="form-control mr-1" type="text" name="order_no" value="{{ request()->order_no }}"
|
|
|
|
|
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="联系人/联系电话">
|
|
|
|
|
<button class="btn btn-primary mr-1" type="submit">搜索</button>
|
|
|
|
|
@if(\App\Models\CommonModel::checkExport())
|
|
|
|
|
<button class="btn btn-primary ml-1" type="button" onclick="doExport(this)">导出</button>
|
|
|
|
|
@endif
|
|
|
|
|
|