bug
This commit is contained in:
parent
6d244e8aa8
commit
29e9b31c71
@ -3934,6 +3934,8 @@
|
||||
this.map.recordId = this.recordId
|
||||
this.map.userId = this.member.id
|
||||
this.map.payUser = this.member.mobile
|
||||
this.map.levelAmount = this.oilDiscount
|
||||
this.map.activeAmount = this.fullReduction
|
||||
|
||||
let _this = this;
|
||||
if (this.payType=="APPLET_CODE"){
|
||||
|
@ -215,10 +215,10 @@
|
||||
<span v-if="oilInfo.length>0">{{ oilInfo[0].couponAmount || 0 }}</span>
|
||||
</el-descriptions-item>
|
||||
<el-descriptions-item label="油品满减/折扣活动优惠">
|
||||
<span v-if="oilInfo.length>0">{{ oilInfo[0].deductionAmount || 0 }}</span>
|
||||
<span v-if="oilInfo.length>0">{{ oilInfo[0].activeAmount || 0 }}</span>
|
||||
</el-descriptions-item>
|
||||
<el-descriptions-item label="油品会员等级优惠">
|
||||
<span v-if="oilInfo.length>0">{{ cashierOrder.oilDiscountAmount - oilInfo[0].deductionAmount - oilInfo[0].couponAmount || 0 }}</span>
|
||||
<span v-if="oilInfo.length>0">{{ oilInfo[0].levelAmount || 0}}</span>
|
||||
</el-descriptions-item>
|
||||
<el-descriptions-item label="油品优惠总额">{{ cashierOrder.oilDiscountAmount }}</el-descriptions-item>
|
||||
<el-descriptions-item label="商品优惠总额">{{ cashierOrder.goodsDiscountAmount }}</el-descriptions-item>
|
||||
|
Loading…
Reference in New Issue
Block a user