Browse Source

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@779 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d

administrator 11 years ago
parent
commit
a86a05988d
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/main/webapp/resources/js/index/app.js

+ 0 - 3
src/main/webapp/resources/js/index/app.js

@@ -325,7 +325,6 @@ define([ 'toaster', 'charts', 'ngTable', 'common/services', 'service/Purc', 'ser
 			};
 		});
 		SaleStat.seller({}, function(data){
-			console.log(data);
 			var p = [], q = [];
 			angular.forEach(data.month, function(d){
 				p.push({x: d.seller.userName, y: [(d.total || 0)], tooltip: (d.total || 0)});
@@ -333,8 +332,6 @@ define([ 'toaster', 'charts', 'ngTable', 'common/services', 'service/Purc', 'ser
 			angular.forEach(data.year, function(d){
 				q.push({x: d.seller.userName, y: [(d.total || 0)], tooltip: (d.total || 0)});
 			});
-			console.log(p);
-			console.log(q);
 			$scope.sellerCharts = {
 					month : {
 						chartType : 'pie',