| | |
| | | <no-data v-if="!list||list.length==0" style="width: 100%;"></no-data> |
| | | <view v-if="list&&list.length>0"> |
| | | <view class="flex title-bold tj-money bg-white m-t-12 p10"> |
| | | <view class="m-r-20">待结算:¥{{tj_total-tj_has||0}}</view> |
| | | <view class="m-r-20">待结算:¥{{ (tj_total-tj_has).toFixed(2)||0}}</view> |
| | | <view class="t-red">已结算:¥{{tj_has||0}}</view> |
| | | </view> |
| | | </view> |
| | |
| | | class="desc-gray m-r-5">合计</span>¥{{item.totalAmount||'0.00'}}</view> |
| | | </view> |
| | | </view> |
| | | <view class="flex"> |
| | | <view class="form-item"> |
| | | <view class="label">订单号</view> |
| | | <view class="value">{{item.orderNo||'-'}}</view> |
| | | </view> |
| | | </view> |
| | | |
| | | |
| | | <view v-if="item.status"> |
| | |
| | | |
| | | </view> |
| | | <view class="flex"> |
| | | |
| | | <view class="form-item"> |
| | | <view class="label">收货时间</view> |
| | | <view class="value">{{item.receiveTime||''}}</view> |
| | | </view> |
| | | <view class="form-item"> |
| | | <view class="label">售后退款</view> |
| | | <view class="value">¥{{item.salesFee||0}}</view> |
| | |
| | | </view> |
| | | </view> --> |
| | | <view class="component-buttons m-t-15" style="width: unset;"> |
| | | <view class="button-1 m-l-a m-r-10" v-if="!(item.salesNum===0)" @click.stop="toOpDetail('sale','售后',item)"> |
| | | <view class="button-1 m-l-a m-r-10" v-if="!(item.salesNum===0)" |
| | | @click.stop="toOpDetail('sale','售后',item)"> |
| | | 售后详情</view> |
| | | <view class="button-1 m-l-a m-r-10" v-if="item.checkNum" |
| | | @click.stop="toOpDetail('reduce','降级',item)">降级详情</view> |
| | | <view class="button-1 m-l-a m-r-10" v-if="item.lackNum" @click.stop="toOpDetail('lack','缺货',item)"> |
| | | <view class="button-1 m-l-a m-r-10" v-if="item.lackNum" |
| | | @click.stop="toOpDetail('lack','缺货',item)"> |
| | | 缺货详情</view> |
| | | <view class="button-1 m-l-a m-r-10" v-if="item.replaceNum" |
| | | @click.stop="toOpDetail('replace','补货',item)">补货详情</view> |
| | |
| | | if (this.list) { |
| | | for (var item of this.list) { |
| | | if (!item.status) { |
| | | v += item.totalAmount || 0 |
| | | // v += item.totalAmount || 0 |
| | | v += item.income || 0 |
| | | } else { |
| | | v += (item.income || 0) |
| | | } |