|
|
|
@ -14,7 +14,7 @@ |
|
|
|
|
<view class="head-info"> |
|
|
|
|
<!-- 搜索 --> |
|
|
|
|
<view class="searchContent"> |
|
|
|
|
<u-input v-model="searchText" style="width:400upx" confirm-type="search" @confirm="getOrderList(1)" |
|
|
|
|
<u-input v-model="searchText" style="width:400upx" confirm-type="search" @confirm="classifyShow==1?getList(1):getOrderList(1)" |
|
|
|
|
placeholder="收件人名字/订单号/发货公司" /> |
|
|
|
|
<u-icon v-if="classifyShow==1" name="search" class="search" @click="getList(1)"></u-icon> |
|
|
|
|
<u-icon v-if="classifyShow==2" name="search" class="search" @click="getOrderList(1)"></u-icon> |
|
|
|
@ -194,11 +194,10 @@ |
|
|
|
|
message, |
|
|
|
|
data |
|
|
|
|
} = await newFunApi.shopOrderList({ |
|
|
|
|
// dataType: 'all', |
|
|
|
|
dataType: 'complete', |
|
|
|
|
dataType: 'all', |
|
|
|
|
// dataType: 'complete', |
|
|
|
|
page: this.pageNum, |
|
|
|
|
searchValue: this.searchText, |
|
|
|
|
searchValue: '', |
|
|
|
|
payMethod: '', |
|
|
|
|
orderSource: '', |
|
|
|
|
betweenTime: '', |
|
|
|
|