新增预测式外呼

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'
# 是否启用 babel-plugin-dynamic-import-node插件
<<<<<<< HEAD
VUE_CLI_BABEL_TRANSPILE_MODULES = true
=======
VUE_CLI_BABEL_TRANSPILE_MODULES = true
>>>>>>> 4025a156f728ac573dc4bae6b4f1f08f2072752c

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

@ -3,7 +3,7 @@
* @Autor: 飘泊客
* @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
* @LastEditTime: 2023-10-16 19:32:17
* @LastEditTime: 2023-07-12 15:58:49
-->
<template>
<div>
@ -422,6 +422,20 @@
>
<div class="u-flex u-flex-between top-currency-title">
<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 style="display: flex;justify-content: center;align-items: center;">
<advertisingQualityscore v-if="JSON.stringify(advertisingQualityScoreData) !== '{}'" :series-value="advertisingQualityScoreData" />
@ -1482,6 +1496,18 @@ export default {
this.agreementDialog = this.user.companyStatus !== 1
}
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) {
this.Statistics.usrNum = 0
this.Statistics.turnOnNum = 0
@ -1505,23 +1531,21 @@ export default {
}
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: {
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) {
const time = new Date(timestamp)
@ -1563,6 +1587,7 @@ export default {
const res = await getAdvertisingQualityScore()
if (res.status === 0) {
this.advertisingQualityScoreData = res.data
console.log(this.advertisingQualityScoreData, 'this.advertisingQualityScoreData')
} else {
this.$message.error(res.msg)
}
@ -2800,5 +2825,5 @@ export default {
color: #5066e1;
// opacity: 0;
margin-left: 20px;
}
}
</style>

Loading…
Cancel
Save