|
|
@@ -2280,6 +2280,7 @@ export default {
|
|
|
selectDep (val) {
|
|
|
let id = val[val.length - 1]
|
|
|
if (val.length) {
|
|
|
+ /*项目类型分析*/
|
|
|
this.typeMapParam.content.dataid = id
|
|
|
this.typeMapParam.content.type = 1
|
|
|
this.typeInit()
|
|
|
@@ -2288,6 +2289,7 @@ export default {
|
|
|
this.typeTableParam.content.username = ''
|
|
|
this.$refs.typeTable.listData()
|
|
|
|
|
|
+ /*项目等级分析*/
|
|
|
this.gradMapParam.content.dataid = id
|
|
|
this.gradMapParam.content.type = 1
|
|
|
this.gradInit()
|
|
|
@@ -2296,6 +2298,7 @@ export default {
|
|
|
this.gradTableParam.content.username = ''
|
|
|
this.$refs.gradTable.listData()
|
|
|
|
|
|
+ /*项目评估分析*/
|
|
|
this.scoreMapParam1.content.dataid = id
|
|
|
this.scoreMapParam1.content.type = 1
|
|
|
this.scoreInit()
|
|
|
@@ -2304,26 +2307,31 @@ export default {
|
|
|
this.scoreTableParam1.content.username = ''
|
|
|
this.$refs.scoreTable.listData()
|
|
|
|
|
|
+ /*近12月项目新增分析*/
|
|
|
this.addParam.content.dataid = id
|
|
|
this.addParam.content.type = 1
|
|
|
this.addParam.content.username = ''
|
|
|
this.addFun()
|
|
|
|
|
|
+ /*近12月项目报备分析*/
|
|
|
this.baobeiParam.content.dataid = id
|
|
|
this.baobeiParam.content.type = 1
|
|
|
this.baobeiParam.content.username = ''
|
|
|
- this.baojiaFun()
|
|
|
+ this.baobeiFun()
|
|
|
|
|
|
+ /*近12月项目跟进分析*/
|
|
|
this.fllowParam.content.dataid = id
|
|
|
this.fllowParam.content.type = 1
|
|
|
this.fllowParam.content.username = ''
|
|
|
this.fllowFun()
|
|
|
|
|
|
+ /*近12月项目报价分析*/
|
|
|
this.baojiaParam.content.dataid = id
|
|
|
this.baojiaParam.content.type = 1
|
|
|
this.baojiaParam.content.username = ''
|
|
|
this.baojiaFun()
|
|
|
|
|
|
+ /*近12月项目跟进分析*/
|
|
|
this.fllowMapParam.content.dataid = id
|
|
|
this.fllowMapParam.content.type = 1
|
|
|
this.fllowInit()
|
|
|
@@ -2332,6 +2340,7 @@ export default {
|
|
|
this.fllowTableParam.content.username = ''
|
|
|
this.$refs.projectFllowTable.listData()
|
|
|
|
|
|
+ /*项目联系人情况统计*/
|
|
|
this.contactMapParam.content.dataid = id
|
|
|
this.contactMapParam.content.type = 1
|
|
|
this.contactInit()
|
|
|
@@ -2340,6 +2349,7 @@ export default {
|
|
|
this.contactTableParam.content.username = ''
|
|
|
this.$refs.projectContactTable.listData()
|
|
|
|
|
|
+ /*项目关联客户情况统计*/
|
|
|
this.customerMapParam.content.dataid = id
|
|
|
this.customerMapParam.content.type = 1
|
|
|
this.customerInit()
|
|
|
@@ -2348,6 +2358,7 @@ export default {
|
|
|
this.customerTableParam.content.username = ''
|
|
|
this.$refs.projectCustomerTable.listData()
|
|
|
|
|
|
+ /*项目评估情况统计*/
|
|
|
this.scoreMapParam.content.dataid = id
|
|
|
this.scoreMapParam.content.type = 1
|
|
|
this.projectScoreInit()
|
|
|
@@ -2356,6 +2367,7 @@ export default {
|
|
|
this.scoreTableParam.content.username = ''
|
|
|
this.$refs.projectScoreTable.listData()
|
|
|
|
|
|
+ /*有效项目未跟进天数分析*/
|
|
|
this.unfllowMapParam.content.dataid = id
|
|
|
this.unfllowMapParam.content.type = 1
|
|
|
this.customerUnfllowInit()
|
|
|
@@ -2364,12 +2376,14 @@ export default {
|
|
|
this.unfllowTableParam.content.username = ''
|
|
|
this.$refs.customerUnfllowTable.listData()
|
|
|
|
|
|
+ /*项目生命周期分析*/
|
|
|
this.dateParam.content.dataid = id
|
|
|
this.dateParam.content.type = 1
|
|
|
this.dateParam.content.username = ''
|
|
|
this.getDate()
|
|
|
|
|
|
} else {
|
|
|
+ /*项目类型分析*/
|
|
|
let name = JSON.parse(sessionStorage.getItem('accountinfo')).name
|
|
|
this.typeMapParam.content.dataid = ''
|
|
|
this.typeMapParam.content.type = ''
|
|
|
@@ -2379,6 +2393,7 @@ export default {
|
|
|
this.typeTableParam.content.username = name
|
|
|
this.$refs.typeTable.listData()
|
|
|
|
|
|
+ /*项目等级分析*/
|
|
|
this.gradMapParam.content.dataid = ''
|
|
|
this.gradMapParam.content.type = ''
|
|
|
this.gradInit()
|
|
|
@@ -2387,6 +2402,7 @@ export default {
|
|
|
this.gradTableParam.content.username = name
|
|
|
this.$refs.gradTable.listData()
|
|
|
|
|
|
+ /*项目评估分析*/
|
|
|
this.scoreMapParam1.content.dataid = ''
|
|
|
this.scoreMapParam1.content.type = ''
|
|
|
this.scoreInit()
|
|
|
@@ -2395,26 +2411,31 @@ export default {
|
|
|
this.scoreTableParam1.content.username = name
|
|
|
this.$refs.scoreTable.listData()
|
|
|
|
|
|
+ /*近12月项目新增分析*/
|
|
|
this.addParam.content.dataid = ''
|
|
|
this.addParam.content.type = ''
|
|
|
this.addParam.content.username = name
|
|
|
this.addFun()
|
|
|
|
|
|
+ /*近12月项目报备分析*/
|
|
|
this.baobeiParam.content.dataid = ''
|
|
|
this.baobeiParam.content.type = ''
|
|
|
this.baobeiParam.content.username = name
|
|
|
- this.baojiaFun()
|
|
|
+ this.baobeiFun()
|
|
|
|
|
|
+ /*近12月项目跟进分析*/
|
|
|
this.fllowParam.content.dataid = ''
|
|
|
this.fllowParam.content.type = ''
|
|
|
this.fllowParam.content.username = name
|
|
|
this.fllowFun()
|
|
|
|
|
|
+ /*近12月项目报价分析*/
|
|
|
this.baojiaParam.content.dataid = ''
|
|
|
this.baojiaParam.content.type = ''
|
|
|
this.baojiaParam.content.username = name
|
|
|
this.baojiaFun()
|
|
|
|
|
|
+ /*近12月项目跟进分析*/
|
|
|
this.fllowMapParam.content.dataid = ''
|
|
|
this.fllowMapParam.content.type = ''
|
|
|
this.fllowInit()
|
|
|
@@ -2423,6 +2444,7 @@ export default {
|
|
|
this.fllowTableParam.content.username = name
|
|
|
this.$refs.projectFllowTable.listData()
|
|
|
|
|
|
+ /*项目联系人情况统计*/
|
|
|
this.contactMapParam.content.dataid = ''
|
|
|
this.contactMapParam.content.type = ''
|
|
|
this.contactInit()
|
|
|
@@ -2431,6 +2453,7 @@ export default {
|
|
|
this.contactTableParam.content.username = name
|
|
|
this.$refs.projectContactTable.listData()
|
|
|
|
|
|
+ /*项目关联客户情况统计*/
|
|
|
this.customerMapParam.content.dataid = ''
|
|
|
this.customerMapParam.content.type = ''
|
|
|
this.customerInit()
|
|
|
@@ -2439,6 +2462,7 @@ export default {
|
|
|
this.customerTableParam.content.username = name
|
|
|
this.$refs.projectCustomerTable.listData()
|
|
|
|
|
|
+ /*项目评估情况统计*/
|
|
|
this.scoreMapParam.content.dataid = ''
|
|
|
this.scoreMapParam.content.type = ''
|
|
|
this.projectScoreInit()
|
|
|
@@ -2447,6 +2471,7 @@ export default {
|
|
|
this.scoreTableParam.content.username = name
|
|
|
this.$refs.projectScoreTable.listData()
|
|
|
|
|
|
+ /*有效项目未跟进天数分析*/
|
|
|
this.unfllowMapParam.content.dataid = ''
|
|
|
this.unfllowMapParam.content.type = ''
|
|
|
this.customerUnfllowInit()
|
|
|
@@ -2455,6 +2480,7 @@ export default {
|
|
|
this.unfllowTableParam.content.username = name
|
|
|
this.$refs.customerUnfllowTable.listData()
|
|
|
|
|
|
+ /*项目生命周期分析*/
|
|
|
this.dateParam.content.dataid = ''
|
|
|
this.dateParam.content.type = ''
|
|
|
this.dateParam.content.username = name
|