zkx hai 1 ano
pai
achega
4f5dcd931c
Modificáronse 1 ficheiros con 14 adicións e 1 borrados
  1. 14 1
      pagesFinance/statistics/index.vue

+ 14 - 1
pagesFinance/statistics/index.vue

@@ -1261,7 +1261,20 @@
 								} else {
 									num = num.toFixed(2)
 								}
-								text1 += "<p>" + value[i].marker + value[i].seriesName + '<span style="' + style +
+								var markerU="";
+								if(value[i].seriesName == "收入"){
+									markerU="(含卡)"
+								}
+								if (this.type_head == 2&&value[i].seriesName == "收入") {
+											u="万元"
+											num=info.todayAmountW
+											if(!num){
+												num=0;
+											}
+											num = num.toFixed(2)
+											
+								}
+								text1 += "<p>" + value[i].marker + value[i].seriesName+markerU + '<span style="' + style +
 									'">' + num + u + '</span></p>';
 									
 								if (this.type_head == 2) {