|
@@ -79,7 +79,7 @@
|
|
v-model="listQuery.keyword"
|
|
v-model="listQuery.keyword"
|
|
confirm-type="search"
|
|
confirm-type="search"
|
|
@confirm="subMitSearch"
|
|
@confirm="subMitSearch"
|
|
- placeholder="请输入供应商名称"
|
|
|
|
|
|
+ placeholder="搜索关键词(供应商名称/订单ID)"
|
|
/>
|
|
/>
|
|
<text class="iconfont icon-sousuo"></text>
|
|
<text class="iconfont icon-sousuo"></text>
|
|
</view>
|
|
</view>
|
|
@@ -138,7 +138,7 @@
|
|
订单金额:<text class="text">¥{{ order.mainOrder.payTotalFee | NumFormat }}</text>
|
|
订单金额:<text class="text">¥{{ order.mainOrder.payTotalFee | NumFormat }}</text>
|
|
</view>
|
|
</view>
|
|
<view class="list-title-b-item ">
|
|
<view class="list-title-b-item ">
|
|
- 已收金额:<text class="text">¥{{ order.mainOrder.paidAmount | NumFormat }}</text>
|
|
|
|
|
|
+ 已退金额:<text class="text">¥{{ order.shopRefundAmount | NumFormat }}</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -284,6 +284,7 @@ export default {
|
|
} else {
|
|
} else {
|
|
if (this.orderList.length < 3) {
|
|
if (this.orderList.length < 3) {
|
|
this.pullUpOn = true
|
|
this.pullUpOn = true
|
|
|
|
+ this.loadding = false
|
|
} else {
|
|
} else {
|
|
this.pullUpOn = false
|
|
this.pullUpOn = false
|
|
this.loadding = false
|
|
this.loadding = false
|