This commit is contained in:
齐天大圣 2024-04-29 16:12:49 +08:00
parent 6d244e8aa8
commit 29e9b31c71
2 changed files with 4 additions and 2 deletions

View File

@ -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"){

View File

@ -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>