|
@@ -135,6 +135,7 @@
|
|
|
:seatTypeLimit="configStockNumObj"
|
|
|
@selectSeat="selectSeat"
|
|
|
height="100%"
|
|
|
+ :channelType="rebookForm.channelType"
|
|
|
/>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -519,8 +520,8 @@ export default {
|
|
|
console.log("已选择的====",list)
|
|
|
},
|
|
|
setRealPrice_1(value) {
|
|
|
- if(this.rebookForm.realPrice && !isNaN(this.rebookForm.realPrice) && value && !isNaN(value)) {
|
|
|
- this.$set(this.rebookForm,'small',mathM.format(Number(value) - Number(this.rebookForm.realPrice),10) )
|
|
|
+ if(this.rebookForm.diffPrice && !isNaN(this.rebookForm.diffPrice) && value && !isNaN(value)) {
|
|
|
+ this.$set(this.rebookForm,'small',mathM.format(Number(value) - Number(this.rebookForm.diffPrice),10) )
|
|
|
}
|
|
|
},
|
|
|
/** 获取授信余额和账户余额 */
|