@@ -135,6 +135,7 @@
:seatTypeLimit="configStockNumObj"
@selectSeat="selectSeat"
height="100%"
+ :channelType="rebookForm.channelType"
/>
</div>
@@ -519,8 +520,8 @@ export default {
console.log("已选择的====",list)
},
setRealPrice_1(value) {
- if(this.rebookForm.realPrice && !isNaN(this.rebookForm.realPrice) && value && !isNaN(value)) {
+ if(this.rebookForm.diffPrice && !isNaN(this.rebookForm.diffPrice) && value && !isNaN(value)) {
- this.$set(this.rebookForm,'small',mathM.format(Number(value) - Number(this.rebookForm.realPrice),10) )
+ this.$set(this.rebookForm,'small',mathM.format(Number(value) - Number(this.rebookForm.diffPrice),10) )
}
/** 获取授信余额和账户余额 */
@@ -111,7 +111,11 @@
<div class="rebook1_seat" v-loading="seatLoading" :element-loading-text="seatLoadText">
- <seatBox ref="seatBox" :seatTypeLimit="configStockNumObj" @selectSeat="selectSeat" height="100%" />
+ <seatBox ref="seatBox"
+ :seatTypeLimit="configStockNumObj"
+ @selectSeat="selectSeat"
+ height="100%" />
<div style="width: 100%;display: flex;justify-content: center;">