diff --git a/public/img/bidata/ic_hse_tab_h@2x.png b/public/img/bidata/ic_hse_tab_h@2x.png new file mode 100644 index 0000000..d00e017 Binary files /dev/null and b/public/img/bidata/ic_hse_tab_h@2x.png differ diff --git a/public/img/bidata/ic_hse_tab_n@2x.png b/public/img/bidata/ic_hse_tab_n@2x.png new file mode 100644 index 0000000..c77b6ac Binary files /dev/null and b/public/img/bidata/ic_hse_tab_n@2x.png differ diff --git a/src/api/modules/http.js b/src/api/modules/http.js index df5413b..06438f2 100644 --- a/src/api/modules/http.js +++ b/src/api/modules/http.js @@ -1420,6 +1420,89 @@ export function biRankingData(data) { }) } +// 接待分析数据 +export function biTendencyDataContrast(data) { + return request({ + url: 'autoSR/biData/tendencyDataContrast', + method: 'post', + data + }) +} +// 接待质量趋势&销讲质量分布 +export function biReceptionDetail(data) { + return request({ + url: 'autoSR/biData/receptionDetail', + method: 'post', + data + }) +} + +// 销讲执行分布 +export function biCusAgentRelationDistribute(data) { + return request({ + url: 'autoSR/biData/cusAgentRelationDistribute', + method: 'post', + data + }) +} + +// 预警提醒 +export function biWarningList(params) { + return request({ + url: 'autoSR/warning/list', + method: 'get', + params + }) +} + +// 预警提醒 +export function biWarningFindByHouseId(params) { + return request({ + url: 'autoSR/warning/findByHouseId', + method: 'get', + params + }) +} + +// 获取公司列表 +export function biFindHouseByOrgCode(params) { + return request({ + url: 'autoSR/biData/findHouseByOrgCode', + method: 'get', + params + }) +} + +// 违禁预警消息列表 +export function biWarningMessageList(params) { + return request({ + url: 'autoSR/warning/messageList', + method: 'get', + params + }) +} + + +// 修改消息状态 +export function biWarningUpdateShowStatus(params) { + return request({ + url: 'autoSR/warning/updateShowStatus', + method: 'get', + params + }) +} + + +// 修改项目预警配置 +export function biWarningUpdate(data) { + return request({ + url: 'autoSR/warning/update', + method: 'post', + data + }) +} + + // 重新转写 export function toMergeRecord(params) { return request({ diff --git a/src/page/bi/bi.vue b/src/page/bi/bi.vue index b4ddd2c..071c758 100644 --- a/src/page/bi/bi.vue +++ b/src/page/bi/bi.vue @@ -19,7 +19,9 @@ src="/img/bidata/lsideActive.png" alt="" /> - {{ data.title }} + + {{ data.title }} +
+ {{ data.resultA }} + {{ data.unit }} +
+ ++ + + +{{ data.resultB }} + {{ data.resultB }} + +
++ {{ data.resultA }} + {{ data.unit }} +
+ ++ + + +{{ data.resultB }} + {{ data.resultB }} + +
++ {{ item.message }} +
+ {{ item.createTime }} +