新增预测式外呼

backup_master_20231211
doublekou 10 months ago
commit 2c643cb719

@ -18,4 +18,8 @@ VUE_APP_BASE_IMG = 'http://39.100.77.21:8013'
VUE_APP_WS_API = 'wss://baiyee.vip' VUE_APP_WS_API = 'wss://baiyee.vip'
# 是否启用 babel-plugin-dynamic-import-node插件 # 是否启用 babel-plugin-dynamic-import-node插件
<<<<<<< HEAD
VUE_CLI_BABEL_TRANSPILE_MODULES = true VUE_CLI_BABEL_TRANSPILE_MODULES = true
=======
VUE_CLI_BABEL_TRANSPILE_MODULES = true
>>>>>>> 4025a156f728ac573dc4bae6b4f1f08f2072752c

@ -49,7 +49,7 @@
"js-beautify": "^1.10.2", "js-beautify": "^1.10.2",
"js-cookie": "2.2.0", "js-cookie": "2.2.0",
"jsencrypt": "^3.0.0-rc.1", "jsencrypt": "^3.0.0-rc.1",
"jssip": "^3.10.0", "jssip": "^3.10.1",
"jszip": "^3.7.1", "jszip": "^3.7.1",
"mavon-editor": "^2.9.0", "mavon-editor": "^2.9.0",
"node-sass": "npm:sass@^1.57.1", "node-sass": "npm:sass@^1.57.1",

@ -3,7 +3,7 @@
* @Autor: 飘泊客 * @Autor: 飘泊客
* @Date: 2021-12-02 16:54:53 * @Date: 2021-12-02 16:54:53
* @LastEditors: error: error: git config user.name & please set dead value or install git && error: git config user.email & please set dead value or install git & please set dead value or install git * @LastEditors: error: error: git config user.name & please set dead value or install git && error: git config user.email & please set dead value or install git & please set dead value or install git
* @LastEditTime: 2023-10-16 19:32:17 * @LastEditTime: 2023-07-12 15:58:49
--> -->
<template> <template>
<div> <div>
@ -422,6 +422,20 @@
> >
<div class="u-flex u-flex-between top-currency-title"> <div class="u-flex u-flex-between top-currency-title">
<div class="charTitle">广告质量分</div> <div class="charTitle">广告质量分</div>
<div>
<el-button
size="mini"
type="primary"
class="filter-item mb-5"
@click="advertisingFun(1)"
>建模</el-button>
<el-button
size="mini"
type="success"
class="filter-item mb-5"
@click="advertisingFun(2)"
>上传巨量</el-button>
</div>
</div> </div>
<div style="display: flex;justify-content: center;align-items: center;"> <div style="display: flex;justify-content: center;align-items: center;">
<advertisingQualityscore v-if="JSON.stringify(advertisingQualityScoreData) !== '{}'" :series-value="advertisingQualityScoreData" /> <advertisingQualityscore v-if="JSON.stringify(advertisingQualityScoreData) !== '{}'" :series-value="advertisingQualityScoreData" />
@ -1482,6 +1496,18 @@ export default {
this.agreementDialog = this.user.companyStatus !== 1 this.agreementDialog = this.user.companyStatus !== 1
} }
this.updateUrl = this.$store.getters.picturesUpload this.updateUrl = this.$store.getters.picturesUpload
// var isrem = localStorage.getItem('isRemind')
// if (everydayRemind() && isrem !== 1 && this.user.companyStatus === 1) {
// this.$alert(
// `<i style='color:red'></i>`,
// '',
// {
// confirmButtonText: '',
// dangerouslyUseHTMLString: true
// }
// )
// localStorage.setItem('isRemind', 1)
// }
} else if (!this.user.isManager && !this.user.isAdmin) { } else if (!this.user.isManager && !this.user.isAdmin) {
this.Statistics.usrNum = 0 this.Statistics.usrNum = 0
this.Statistics.turnOnNum = 0 this.Statistics.turnOnNum = 0
@ -1505,23 +1531,21 @@ export default {
} }
this.getTurnover() this.getTurnover()
} }
//
// var isrem = Number(localStorage.getItem('isRemind'))
// if (isrem !== 1) {
// this.$alert(
// `<i><i style='color:red'></i>10168CRM线</i>`,
// '',
// {
// confirmButtonText: '',
// dangerouslyUseHTMLString: true
// }
// )
// }
}, },
methods: { methods: {
handleSetLineChartData(type) { handleSetLineChartData(type) {
this.$emit('handleSetLineChartData', type) this.$emit('handleSetLineChartData', type)
}, },
advertisingFun(type) {
if (type === 1) {
this.$alert('当前检测数量不足需达到100,000才可制作上传', '提示', {
confirmButtonText: '确定',
callback: action => {}
})
} else if (type === 2) {
window.open('https://business.oceanengine.com/site/asset/dmp/audience/list', 'mozillaTab')
}
},
// //
formatTime(timestamp) { formatTime(timestamp) {
const time = new Date(timestamp) const time = new Date(timestamp)
@ -1563,6 +1587,7 @@ export default {
const res = await getAdvertisingQualityScore() const res = await getAdvertisingQualityScore()
if (res.status === 0) { if (res.status === 0) {
this.advertisingQualityScoreData = res.data this.advertisingQualityScoreData = res.data
console.log(this.advertisingQualityScoreData, 'this.advertisingQualityScoreData')
} else { } else {
this.$message.error(res.msg) this.$message.error(res.msg)
} }
@ -2795,10 +2820,10 @@ export default {
} }
.bullshit { .bullshit {
font-size: 19px; font-size: 19px;
font-weight: bold; font-weight: bold;
line-height: 40px; line-height: 40px;
color: #5066e1; color: #5066e1;
// opacity: 0; // opacity: 0;
margin-left: 20px; margin-left: 20px;
} }
</style> </style>

Loading…
Cancel
Save