|
@@ -26,26 +26,29 @@
|
|
<!-- <view class="view-type">{{ orderData.status | TextFormat }}</view> -->
|
|
<!-- <view class="view-type">{{ orderData.status | TextFormat }}</view> -->
|
|
</view>
|
|
</view>
|
|
<view class="information-view same">
|
|
<view class="information-view same">
|
|
- <view class="view-man">应付总额:<label class="red">¥{{ orderData.payableAmount =='undefined' ? '0.00' : orderData.payableAmount | NumFormat }}</label></view>
|
|
|
|
- </view>
|
|
|
|
- <view class="information-view">
|
|
|
|
<view class="view-num">余额抵扣:<label class="label">¥{{ orderData.balancePayFee =='undefined' ? '' : orderData.balancePayFee | NumFormat}}</label></view>
|
|
<view class="view-num">余额抵扣:<label class="label">¥{{ orderData.balancePayFee =='undefined' ? '' : orderData.balancePayFee | NumFormat}}</label></view>
|
|
</view>
|
|
</view>
|
|
- <view class="information-view same">
|
|
|
|
|
|
+ <view class="information-view ">
|
|
<view class="view-num" v-if="orderData.freePostFlag == '0'">运费:<label class="label">包邮</label></view>
|
|
<view class="view-num" v-if="orderData.freePostFlag == '0'">运费:<label class="label">包邮</label></view>
|
|
<view class="view-num" v-if="orderData.freePostFlag == '-1'">运费:<label class="label">到付</label></view>
|
|
<view class="view-num" v-if="orderData.freePostFlag == '-1'">运费:<label class="label">到付</label></view>
|
|
<view class="view-num" v-if="orderData.freePostFlag == '1'">运费:<label class="label">¥{{ orderData.freight | NumFormat}}</label></view>
|
|
<view class="view-num" v-if="orderData.freePostFlag == '1'">运费:<label class="label">¥{{ orderData.freight | NumFormat}}</label></view>
|
|
</view>
|
|
</view>
|
|
- <view class="information-view" v-show="orderData.promotionFullReduction>0">
|
|
|
|
- <view class="view-man" >促销满减:<label class="label">¥{{ orderData.promotionFullReduction | NumFormat}}</label></view>
|
|
|
|
- </view>
|
|
|
|
<view class="information-view same">
|
|
<view class="information-view same">
|
|
- <view class="view-man">赠品总数:<label class="label">{{ orderData.presentCount + orderData.promotionalGiftsCount}}</label></view>
|
|
|
|
|
|
+ <view class="view-man" >采美豆抵用运费:<label class="label">¥{{ orderData.promotionFullReduction | NumFormat}}</label></view>
|
|
</view>
|
|
</view>
|
|
<view class="information-view">
|
|
<view class="information-view">
|
|
<view class="view-num">经理折扣:<label class="label">¥{{ orderData.discountFee =='undefined' ? '' : orderData.discountFee | NumFormat}}</label></view>
|
|
<view class="view-num">经理折扣:<label class="label">¥{{ orderData.discountFee =='undefined' ? '' : orderData.discountFee | NumFormat}}</label></view>
|
|
</view>
|
|
</view>
|
|
|
|
+ <view class="information-view same" v-show="orderData.promotionFullReduction>0">
|
|
|
|
+ <view class="view-man" >促销满减:<label class="label">¥{{ orderData.promotionFullReduction | NumFormat}}</label></view>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="information-view">
|
|
|
|
+ <view class="view-man">赠品总数:<label class="label">{{ orderData.presentCount + orderData.promotionalGiftsCount}}</label></view>
|
|
|
|
+ </view>
|
|
<view class="information-view same">
|
|
<view class="information-view same">
|
|
|
|
+ <view class="view-man">应付总额:<label class="red">¥{{ orderData.payableAmount =='undefined' ? '0.00' : orderData.payableAmount | NumFormat }}</label></view>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="information-view">
|
|
<view class="view-num">已支付:<label class="red">¥{{ orderData.receiptAmount == null ? '0.00' : orderData.receiptAmount | NumFormat }}</label></view>
|
|
<view class="view-num">已支付:<label class="red">¥{{ orderData.receiptAmount == null ? '0.00' : orderData.receiptAmount | NumFormat }}</label></view>
|
|
<view class="view-man"></text></view>
|
|
<view class="view-man"></text></view>
|
|
</view>
|
|
</view>
|