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){