Browse Source

销售漏斗调整

qymljy 6 months ago
parent
commit
5504274c91
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/mediaStatistics/modules/salesfunnel.vue

+ 3 - 3
src/views/mediaStatistics/modules/salesfunnel.vue

@@ -871,7 +871,7 @@ export default {
           title:'项目成交金额合计',
           value:this.tool.formatAmount(this.tool.unitConversion(res.data.dealAmount,10000),2),
           unit:'万元',
-          description:'合计所有项目成交金额',
+          description:'合计当前状态为已成交,并且项目成交时间在前12个月(不含当前月)的项目订单金额',
           color: '#009966'
         },
         {
@@ -896,7 +896,7 @@ export default {
           title:'预计签约金额合计',
           value:this.tool.formatAmount(this.tool.unitConversion(res.data.signAmount,10000),2),
           unit:'万元',
-          description:'合计前12个月(不含当前月)的成交项目预计签约金额',
+          description:'合计当前状态为已成交,并且项目成交时间在前12个月(不含当前月)的项目预计签约金额',
           color: '#009966'
         },
         {
@@ -910,7 +910,7 @@ export default {
           title:'预计成交准确率',
           value:Math.round((res.data.rightRate * 100)*100)/100,
           unit:'%',
-          description:'预计成交准确率 = 预计成交准确项目数 ÷ 成交项目数 ×100%',
+          description:'依据:偏差率 = |(项目成交金额 - 预计签约金额)| ÷ 预计签约金额 × 100%' + '\n' + ' 预计成交准确率 = 偏差率≤15%的项目数 ÷ 成交项目数 × 100%',
           color:'#E6A23C'
         },
       ]