|
@@ -10,96 +10,48 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="information-view same">
|
|
<view class="information-view same">
|
|
- <view class="view-num">
|
|
|
|
- 订单总额:<label class="label">¥{{ orderData.payTotalFee | NumFormat }}</label>
|
|
|
|
|
|
+ <view class="view-num bold">
|
|
|
|
+ 订单标识:<label class="label">{{ orderData.orderMark ? orderData.orderMark : '' }}</label>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="information-view">
|
|
<view class="information-view">
|
|
- <view class="view-num bold">
|
|
|
|
- 订单标识:<label class="label">{{ orderData.orderMark ? orderData.orderMark : '' }}</label>
|
|
|
|
|
|
+ <view class="view-num time">
|
|
|
|
+ 下单时间:<label class="label">{{ orderData.orderTime ? orderData.orderTime : '' }}</label>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="information-view same">
|
|
<view class="information-view same">
|
|
<view class="view-num">
|
|
<view class="view-num">
|
|
- 待付金额:<text class="red">¥{{ orderData.pendingPayments | NumFormat }}</text>
|
|
|
|
|
|
+ 订单总额:<label class="label">¥{{ orderData.payTotalFee | NumFormat }}</label>
|
|
</view>
|
|
</view>
|
|
- <view class="view-man"></view>
|
|
|
|
</view>
|
|
</view>
|
|
<template v-if="openShowflag">
|
|
<template v-if="openShowflag">
|
|
<view class="information-view">
|
|
<view class="information-view">
|
|
- <view class="view-num time">
|
|
|
|
- 下单时间:<label class="label">{{ orderData.orderTime ? orderData.orderTime : '' }}</label>
|
|
|
|
- </view>
|
|
|
|
- <!-- <view class="view-type">{{ orderData.status | TextFormat }}</view> -->
|
|
|
|
- </view>
|
|
|
|
- <!-- <view class="information-view same">
|
|
|
|
- <view class="view-num">
|
|
|
|
- 余额抵扣:<label class="label">¥{{ orderData.balancePayFee | NumFormat }}</label>
|
|
|
|
- </view>
|
|
|
|
- </view> -->
|
|
|
|
- <view class="information-view same">
|
|
|
|
- <view class="view-num" v-if="orderData.postageFlag == 0">
|
|
|
|
- 运费:<label class="label">包邮</label>
|
|
|
|
- </view>
|
|
|
|
- <view class="view-num" v-if="orderData.postageFlag == -1">
|
|
|
|
- 运费:<label class="label">到付</label>
|
|
|
|
- </view>
|
|
|
|
- <view class="view-num" v-if="orderData.postageFlag == 1">
|
|
|
|
- 运费:<label class="label">¥{{ orderData.postage | NumFormat }}</label>
|
|
|
|
- </view>
|
|
|
|
- </view>
|
|
|
|
- <!-- <view class="information-view same" v-if="orderData.svipFullReduction > 0">
|
|
|
|
- <view class="view-man">
|
|
|
|
- 超级会员优惠:<label class="label">¥{{ orderData.svipFullReduction | NumFormat }}</label>
|
|
|
|
- </view>
|
|
|
|
- </view>
|
|
|
|
- <view class="information-view" v-if="orderData.userBeans > 0">
|
|
|
|
- <view class="view-man">
|
|
|
|
- 采美豆抵用运费:<label class="label">{{ orderData.userBeans }}</label>
|
|
|
|
- </view>
|
|
|
|
- </view>
|
|
|
|
- <view class="information-view same" v-if="orderData.discountFee && orderData.discountFee > 0">
|
|
|
|
<view class="view-num">
|
|
<view class="view-num">
|
|
- 经理折扣:<label class="label">¥{{ orderData.discountFee | NumFormat }}</label>
|
|
|
|
- </view>
|
|
|
|
- </view>
|
|
|
|
- <view
|
|
|
|
- class="information-view"
|
|
|
|
- v-if="orderData.promotionFullReduction && orderData.promotionFullReduction > 0"
|
|
|
|
- >
|
|
|
|
- <view class="view-man">
|
|
|
|
- 促销满减:<label class="label">¥{{ orderData.promotionFullReduction | NumFormat }}</label>
|
|
|
|
|
|
+ 待付金额:<text class="red">¥{{ orderData.pendingPayments | NumFormat }}</text>
|
|
</view>
|
|
</view>
|
|
|
|
+ <view class="view-man"></view>
|
|
</view>
|
|
</view>
|
|
<view class="information-view same">
|
|
<view class="information-view same">
|
|
- <view class="view-man">
|
|
|
|
- 优惠券:<label class="label">¥{{ orderData.couponAmount | 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">
|
|
|
|
<view class="view-man">
|
|
<view class="view-man">
|
|
应付总额:<label class="red">¥{{ orderData.payableAmount | NumFormat }}</label>
|
|
应付总额:<label class="red">¥{{ orderData.payableAmount | NumFormat }}</label>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="information-view same">
|
|
|
|
|
|
+ <view class="information-view">
|
|
<view class="view-num">
|
|
<view class="view-num">
|
|
已支付:<label class="red">¥{{ orderData.receiptAmount | NumFormat }}</label>
|
|
已支付:<label class="red">¥{{ orderData.receiptAmount | NumFormat }}</label>
|
|
</view>
|
|
</view>
|
|
<view class="view-man"></view>
|
|
<view class="view-man"></view>
|
|
</view>
|
|
</view>
|
|
|
|
+ <view class="information-view none">
|
|
|
|
+ <view class="view-num">
|
|
|
|
+ 运费:<label class="label">{{ orderData.postageInfo }}</label>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
</template>
|
|
</template>
|
|
</view>
|
|
</view>
|
|
<view class="openinfo" v-if="infoflag">
|
|
<view class="openinfo" v-if="infoflag">
|
|
<view class="btnInfo" @click="openShow">
|
|
<view class="btnInfo" @click="openShow">
|
|
- 查看更多
|
|
|
|
- <text class="iconfont icon-xiangxiajiantou"></text>
|
|
|
|
|
|
+ 查看更多 <text class="iconfont icon-xiangxiajiantou"></text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -213,6 +165,10 @@ export default {
|
|
width: 45%;
|
|
width: 45%;
|
|
text-align: right;
|
|
text-align: right;
|
|
}
|
|
}
|
|
|
|
+ &.none {
|
|
|
|
+ width: 100%;
|
|
|
|
+ text-align: left;
|
|
|
|
+ }
|
|
// &.title{
|
|
// &.title{
|
|
// height: 68rpx;
|
|
// height: 68rpx;
|
|
// line-height: 68rpx;
|
|
// line-height: 68rpx;
|
|
@@ -312,7 +268,7 @@ export default {
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 48rpx;
|
|
height: 48rpx;
|
|
margin-bottom: 30rpx;
|
|
margin-bottom: 30rpx;
|
|
- .btnInfo{
|
|
|
|
|
|
+ .btnInfo {
|
|
width: 168rpx;
|
|
width: 168rpx;
|
|
height: 48rpx;
|
|
height: 48rpx;
|
|
line-height: 46rpx;
|
|
line-height: 46rpx;
|