|
|
|
|
@ -406,8 +406,8 @@ export default { |
|
|
|
|
addNumber(){ |
|
|
|
|
this.tabArr = this.tabArr1 |
|
|
|
|
this.activeName = this.tabArr[0].dictValue; |
|
|
|
|
console.log(this.tabArr) |
|
|
|
|
console.log(this.activeName) |
|
|
|
|
this.title = '投放号源'; |
|
|
|
|
this.subtitle = '请先设置时段以及对应号源数量后选择该号源投放日期。'; |
|
|
|
|
this.isNumber = true; |
|
|
|
|
this.isShow = true; |
|
|
|
|
this.isEdit = false |
|
|
|
|
@ -473,7 +473,8 @@ export default { |
|
|
|
|
}, |
|
|
|
|
// 点击修改按扭 |
|
|
|
|
handleRegister(row){ |
|
|
|
|
console.log(row) |
|
|
|
|
this.title = '投放号源'; |
|
|
|
|
this.subtitle = '请先设置时段以及对应号源数量后选择该号源投放日期。'; |
|
|
|
|
this.isEdit = true; |
|
|
|
|
this.deptName = row.createDept |
|
|
|
|
this.tabArr = this.tabArr1 |
|
|
|
|
@ -757,7 +758,9 @@ export default { |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
goBefore(){ |
|
|
|
|
this.isShow = true |
|
|
|
|
this.isShow = true; |
|
|
|
|
this.title = '投放号源'; |
|
|
|
|
this.subtitle = '请先设置时段以及对应号源数量后选择该号源投放日期。'; |
|
|
|
|
}, |
|
|
|
|
closeDraw(){ |
|
|
|
|
this.isNumber = false |
|
|
|
|
|