|
@@ -159,7 +159,7 @@
|
|
|
</el-image>
|
|
|
</el-col>
|
|
|
<el-col :span="18">
|
|
|
- <div>{{ scope.row.goodsName }}</div>
|
|
|
+ <div><el-tag type="danger" effect="plain" size="mini" style="margin-right: 4px" v-if="scope.row.promotionFullPieceId">满件打折</el-tag>{{ scope.row.goodsName }}</div>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
</template>
|
|
@@ -208,6 +208,7 @@
|
|
|
优惠:¥ {{ orderDetail.discountAmount }}
|
|
|
<span v-if="orderDetail.exchangeCode">(优惠码:{{ orderDetail.exchangeCode }})</span>
|
|
|
<span v-if="orderDetail.promotionDiscountRate">({{ orderDetail.promotionDiscountRate * 10 }}折)</span>
|
|
|
+ <span v-if="orderDetail.promotionFullPieceId">({{ orderDetail.promotionFullPieceRemark }})</span>
|
|
|
</div>
|
|
|
<div style="font-size: 14px;">
|
|
|
<span style="padding-right: 15px;">实际收款</span><span style="color: red;font-size: 18px;">¥ {{
|