|
@@ -211,6 +211,7 @@
|
|
getGoodsPerformApi
|
|
getGoodsPerformApi
|
|
} 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"
|
|
@@ -452,7 +453,7 @@
|
|
})
|
|
})
|
|
this.seatMapListKey = seatMapListKey
|
|
this.seatMapListKey = seatMapListKey
|
|
console.log("seatMapListKey=====",seatMapListKey)
|
|
console.log("seatMapListKey=====",seatMapListKey)
|
|
- this.width = 70*flog
|
|
|
|
|
|
+ this.width = 70*(flog + 1)
|
|
this.$nextTick(()=>{
|
|
this.$nextTick(()=>{
|
|
if(this.$refs.seatbox) {
|
|
if(this.$refs.seatbox) {
|
|
var ele = this.$refs.seatbox
|
|
var ele = this.$refs.seatbox
|
|
@@ -549,13 +550,16 @@
|
|
this.merchantPerformTimeListFun()
|
|
this.merchantPerformTimeListFun()
|
|
}
|
|
}
|
|
if(type == 'goodsId'){
|
|
if(type == 'goodsId'){
|
|
- this.getGoodsPerformFun(value)
|
|
|
|
|
|
+ if(value) {
|
|
|
|
+ this.getGoodsPerformFun(value)
|
|
|
|
+ }
|
|
}else {
|
|
}else {
|
|
this.ifRealUser = 0 // 散客是否实名:0-否 1-是
|
|
this.ifRealUser = 0 // 散客是否实名:0-否 1-是
|
|
this.ifRealTeam = 0 // 团购是否实名:0否 1-是
|
|
this.ifRealTeam = 0 // 团购是否实名:0否 1-是
|
|
this.oneMany = 1 // 证件要求: 1一证一票,2一证多票
|
|
this.oneMany = 1 // 证件要求: 1一证一票,2一证多票
|
|
this.personnelNum = 0 // 人员要求:0-表示不限制 其他数字表示限制人数
|
|
this.personnelNum = 0 // 人员要求:0-表示不限制 其他数字表示限制人数
|
|
}
|
|
}
|
|
|
|
+ this.seatMapListKey = {}
|
|
this.performId = ''
|
|
this.performId = ''
|
|
this.seatSelectList = []
|
|
this.seatSelectList = []
|
|
this.seatSelectListNo = []
|
|
this.seatSelectListNo = []
|