|
@@ -376,7 +376,7 @@ import { mapGetters } from 'vuex'
|
|
|
param.status = 1;
|
|
|
let res = await merchantPerformTimeListNew(param)
|
|
|
if(res.code == 200){
|
|
|
- console.log('merchantPerformTimeListS',res.data.rows);
|
|
|
+ // console.log('merchantPerformTimeListS',res.data.rows);
|
|
|
this.merchantPerformTimeListS = res.data.list
|
|
|
}
|
|
|
} catch (error) {
|
|
@@ -501,12 +501,12 @@ import { mapGetters } from 'vuex'
|
|
|
return a.sort - b.sort
|
|
|
})
|
|
|
this.seatMapListKey = seatMapListKey
|
|
|
- console.log("seatMapListKey=====",seatMapListKey)
|
|
|
+ // console.log("seatMapListKey=====",seatMapListKey)
|
|
|
this.width = 70*(flog + 1)
|
|
|
this.$nextTick(()=>{
|
|
|
if(this.$refs.seatbox) {
|
|
|
var ele = this.$refs.seatbox
|
|
|
- console.log(ele.getBoundingClientRect().width); // 100
|
|
|
+ // console.log(ele.getBoundingClientRect().width); // 100
|
|
|
if(this.width<ele.getBoundingClientRect().width) {
|
|
|
this.justifyContent = true
|
|
|
}else {
|
|
@@ -517,7 +517,7 @@ import { mapGetters } from 'vuex'
|
|
|
}
|
|
|
})
|
|
|
|
|
|
- console.log("list====",listCopy)
|
|
|
+ // console.log("list====",listCopy)
|
|
|
|
|
|
let columnList = []
|
|
|
listCopy[seatMapListKey[0].key].forEach((item,index)=>{
|
|
@@ -550,7 +550,7 @@ import { mapGetters } from 'vuex'
|
|
|
},
|
|
|
/** 选择场次时间 */
|
|
|
changeTime(value,type){
|
|
|
- console.log("fsdfsdf----",value,type)
|
|
|
+ // console.log("fsdfsdf----",value,type)
|
|
|
if(type == 'timeId') {
|
|
|
this.$set(this.queryParams,'goodsId','')
|
|
|
this.stockType = null
|
|
@@ -578,9 +578,9 @@ import { mapGetters } from 'vuex'
|
|
|
},
|
|
|
/** 选择场次时间 */
|
|
|
async changeTimeCheck(value,type){
|
|
|
- console.log("fsdfsdf")
|
|
|
+ // console.log("fsdfsdf")
|
|
|
if(this.queryParams && this.queryParams.timeId && type != 'timeId' && type != 'goodsId') {
|
|
|
- console.log('sdfsdfsdf',this.queryParams)
|
|
|
+ // console.log('sdfsdfsdf',this.queryParams)
|
|
|
this.$set(this.queryParams,'timeId','')
|
|
|
this.$set(this.queryParams,'goodsId','')
|
|
|
this.merchantPerformTimeListS = []
|
|
@@ -593,7 +593,7 @@ import { mapGetters } from 'vuex'
|
|
|
if(type == 'goodsId'){
|
|
|
//this.$refs.queryForm.clearValidate("goodsId")
|
|
|
if(value) {
|
|
|
- console.log("dsfsdfdsfds===",value)
|
|
|
+ // console.log("dsfsdfdsfds===",value)
|
|
|
await this.getGoodsPerformFun(value);
|
|
|
|
|
|
this.handleQuery()
|
|
@@ -615,7 +615,7 @@ import { mapGetters } from 'vuex'
|
|
|
},
|
|
|
/** 设置 场次 对应得剧目ID */
|
|
|
changePerformId(value){
|
|
|
- console.log("value=====",value)
|
|
|
+ // console.log("value=====",value)
|
|
|
this.performId = ''
|
|
|
this.merchantPerformTimeListS.forEach((item,index)=>{
|
|
|
if(item.id == value){
|
|
@@ -625,7 +625,7 @@ import { mapGetters } from 'vuex'
|
|
|
},
|
|
|
/** 设置 票务 对应价格 */
|
|
|
changeSalePrice(value){
|
|
|
- console.log("value=====",value)
|
|
|
+ // console.log("value=====",value)
|
|
|
this.salePrice = null
|
|
|
this.goodsPageListS.forEach((item,index)=>{
|
|
|
if(item.goodsId == value){
|
|
@@ -892,7 +892,7 @@ import { mapGetters } from 'vuex'
|
|
|
left: (e.x + 10)+ 'px',
|
|
|
zIndex: 999999
|
|
|
}
|
|
|
- console.log('dsfdsff====',this.lockObj,this.lockStyle)
|
|
|
+ // console.log('dsfdsff====',this.lockObj,this.lockStyle)
|
|
|
return
|
|
|
}else {
|
|
|
this.isLcokShow = false
|