Browse Source

销售数据、业务员详情

qymljy 1 month ago
parent
commit
432373df46

+ 2 - 2
src/HDrpManagement/salerPortrait/modules/detail.vue

@@ -656,7 +656,7 @@
                   value:
                     $refs.kehu &&
                     $refs.kehu.list[0].isEmpty === 0 &&
-                    $refs.kehu.list.length,
+                    $refs.kehu.list[0].customersSize,
                   bg: '#F3F9FC',
                   color: '#3874F6',
                 },
@@ -665,7 +665,7 @@
                   value:
                     $refs.kehu &&
                     $refs.kehu.list[0] &&
-                    $refs.kehu.list[0].customersSize,
+                    $refs.kehu.list[0].insertCustomers,
                   bg: '#E8F7EC',
                   color: '#78B32B',
                 },

+ 3 - 3
src/HDrpManagement/salerPortrait/modules/myNewCrad.vue

@@ -2,12 +2,12 @@
   <div class="dataInfo">
     <div :style="[{'background': item.bg}]" class="item" v-for="(item,index) in list" >
         <div>
-          <p :style="[{'font-size': '16px','fontWeight':'bold'}]">{{ item.title }}</p>
-          <p :style="[{'font-size': '14px','marginTop':'10px'}]">{{ item.titleRate }}</p>
+          <p :style="[{'font-size': '16px','fontWeight':'bold'}]">{{ $t(item.title) }}</p>
+          <p :style="[{'font-size': '14px','marginTop':'10px'}]">{{ $t(item.titleRate) }}</p>
           <div style="display:flex;justify-content:space-between">
             <p :style="[{'font-weight': 'bold'},{'font-size':'18px'},{'color':item.color}]">{{ item.value || 0 }}</p>
             <div style="position: relative;">
-              <span v-if="item.value2descript" style="position:absolute;top:-20px;right:0px;font-size:14px;color:#303133;white-space:nowrap;font-weight: bold">{{ item.value2descript }}</span>
+              <span v-if="item.value2descript" style="position:absolute;top:-20px;right:0px;font-size:14px;color:#303133;white-space:nowrap;font-weight: bold">{{ $t(item.value2descript) }}</span>
               <p :style="[{'font-size':'16px'},{'color':+item.value2 > 0 ? '#000000' : 'red'}]">{{ item.value2 }}</p>
             </div>
           </div>

+ 1 - 1
src/views/salesData/modules/financialCollectionAnalysis.vue

@@ -29,7 +29,7 @@
       <div class="chart">
         <div id="financialCollectionAnalysisChart"  :style="{height:heightChart}" ref="chartRef"></div>
       </div>
-      <div style="font-size: 16px;margin: 10px 0 10px 0">{{tableParam.content.unwriteoffamounttype?tableParam.content.unwriteoffamounttype:''}}</div>
+      <div style="font-size: 16px;margin: 10px 0 10px 0">{{$t(tableParam.content.unwriteoffamounttype?tableParam.content.unwriteoffamounttype:'')}}</div>
       <div :style="{height: heightTable}" >
         <tableTemplate  ref="table" :layout="tablecols" :data="list" :opwidth="200" :custom="true" height="356px" fixedName="operation" :height="height">
           <template v-slot:customcol="scope">