From b87602121f3c88392e4d4531970d43482b159a63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Thu, 24 Oct 2019 22:22:27 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=99=E9=A6=96=E9=A1=B5=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E6=8A=98=E7=BA=BF=E5=9B=BE=E7=9A=84=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=EF=BC=88=E4=BC=98=E5=8C=96=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- erp_web/home.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/erp_web/home.html b/erp_web/home.html index 08d778ff..d37eafb4 100644 --- a/erp_web/home.html +++ b/erp_web/home.html @@ -68,7 +68,7 @@
-
+

采购统计

@@ -80,7 +80,7 @@
-
+

销售统计

@@ -210,8 +210,8 @@ success: function (res) { if(res && res.code === 200) { var data = res.data; - Highcharts.chart('buyIn', getChartObj("采购金额", res.data.monthList, res.data.buyPriceList)); - Highcharts.chart('saleOut', getChartObj("销售金额", res.data.monthList, res.data.salePriceList)); + Highcharts.chart('buyIn', getChartObj("最近6个月采购数据", res.data.monthList, res.data.buyPriceList)); + Highcharts.chart('saleOut', getChartObj("最近6个月销售数据", res.data.monthList, res.data.salePriceList)); } }, error:function(res){