|
@@ -223,6 +223,7 @@
|
|
querySeatListNew
|
|
querySeatListNew
|
|
} from '@/api/windowTicketSales/ticketingSales'
|
|
} from '@/api/windowTicketSales/ticketingSales'
|
|
import increaseViewers from "./model/increaseViewers"
|
|
import increaseViewers from "./model/increaseViewers"
|
|
|
|
+ //import increaseViewers from "./model/increaseViewersNew"
|
|
import moment from "moment"
|
|
import moment from "moment"
|
|
import { pageList as getSeatType } from '@/api/seatTypeMr/seatTypeMr'
|
|
import { pageList as getSeatType } from '@/api/seatTypeMr/seatTypeMr'
|
|
import selectListMixin from "./mixins/selectList"
|
|
import selectListMixin from "./mixins/selectList"
|
|
@@ -769,7 +770,7 @@ import LockSeat from './model/lockSeat.vue'
|
|
oneMany: this.oneMany, // 证件要求: 1一证一票,2一证多票
|
|
oneMany: this.oneMany, // 证件要求: 1一证一票,2一证多票
|
|
personnelNum: this.personnelNum, // 人员要求:0-表示不限制 其他数字表示限制人数
|
|
personnelNum: this.personnelNum, // 人员要求:0-表示不限制 其他数字表示限制人数
|
|
seatTypeId: this.seatSelectList[0].seatTypeId,
|
|
seatTypeId: this.seatSelectList[0].seatTypeId,
|
|
- seatTypeName: this.seatSelectList[0].seatTypeId,
|
|
|
|
|
|
+ seatTypeName: this.seatSelectList[0].seatLabel,
|
|
salePrice: this.salePrice
|
|
salePrice: this.salePrice
|
|
})
|
|
})
|
|
}else {
|
|
}else {
|
|
@@ -846,8 +847,24 @@ import LockSeat from './model/lockSeat.vue'
|
|
clearTimeout(this.lckTime)
|
|
clearTimeout(this.lckTime)
|
|
}
|
|
}
|
|
if(item.occupyStatus !== 0) {
|
|
if(item.occupyStatus !== 0) {
|
|
- this.isLcokShow = false
|
|
|
|
- return
|
|
|
|
|
|
+ if(item.channelType && item.channelType != 'window'){
|
|
|
|
+ this.isLcokShow = true
|
|
|
|
+ this.lockObj = {
|
|
|
|
+ remark: `该座位仅限${ this.setChanneltype(item.channelType) }渠道购买!!!`,
|
|
|
|
+ auth: ''
|
|
|
|
+ }
|
|
|
|
+ this.lockStyle = {
|
|
|
|
+ position: "fixed",
|
|
|
|
+ top: (e.y + 10) + 'px',
|
|
|
|
+ left: (e.x + 10)+ 'px',
|
|
|
|
+ zIndex: 999999
|
|
|
|
+ }
|
|
|
|
+ console.log('dsfdsff====',this.lockObj,this.lockStyle)
|
|
|
|
+ return
|
|
|
|
+ }else {
|
|
|
|
+ this.isLcokShow = false
|
|
|
|
+ return
|
|
|
|
+ }
|
|
}
|
|
}
|
|
if(item.id == this.seatId){ return }
|
|
if(item.id == this.seatId){ return }
|
|
this.seatId = item.id
|
|
this.seatId = item.id
|
|
@@ -871,11 +888,11 @@ import LockSeat from './model/lockSeat.vue'
|
|
zIndex: 999999
|
|
zIndex: 999999
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
- this.handleClose()
|
|
|
|
|
|
+ //this.handleClose()
|
|
}
|
|
}
|
|
},500)
|
|
},500)
|
|
} catch (error) {
|
|
} catch (error) {
|
|
- this.handleClose()
|
|
|
|
|
|
+ //this.handleClose()
|
|
}
|
|
}
|
|
},
|
|
},
|
|
lockOrUnLockDeatilFun1() {
|
|
lockOrUnLockDeatilFun1() {
|