|
|
@@ -9,32 +9,32 @@ define([ 'app/app' ], function(app) {
|
|
|
});
|
|
|
|
|
|
// 各月新增器件数量
|
|
|
- ComponentActive.getIncreaseCount({}, function(data) {
|
|
|
- $scope.increaseCmpCount = data;
|
|
|
- }, function (response) {
|
|
|
- toaster.pop('error', '数据获取失败,请重试');
|
|
|
- });
|
|
|
+ // ComponentActive.getIncreaseCount({}, function(data) {
|
|
|
+ // $scope.increaseCmpCount = data;
|
|
|
+ // }, function (response) {
|
|
|
+ // toaster.pop('error', '数据获取失败,请重试');
|
|
|
+ // });
|
|
|
|
|
|
//各月新增品牌数量
|
|
|
- BrandActive.getIncreaseCount({}, function(data) {
|
|
|
- $scope.increaseBrandCount = data;
|
|
|
- }, function (response) {
|
|
|
- toaster.pop('error', '数据获取失败,请重试');
|
|
|
- });
|
|
|
+ // BrandActive.getIncreaseCount({}, function(data) {
|
|
|
+ // $scope.increaseBrandCount = data;
|
|
|
+ // }, function (response) {
|
|
|
+ // toaster.pop('error', '数据获取失败,请重试');
|
|
|
+ // });
|
|
|
|
|
|
//各月新增批次数量
|
|
|
- Goods.getIncreaseBatch({}, function(data) {
|
|
|
- $scope.increaseBatchCount = data;
|
|
|
- }, function (response) {
|
|
|
- toaster.pop('error', '数据获取失败,请重试');
|
|
|
- });
|
|
|
+ // Goods.getIncreaseBatch({}, function(data) {
|
|
|
+ // $scope.increaseBatchCount = data;
|
|
|
+ // }, function (response) {
|
|
|
+ // toaster.pop('error', '数据获取失败,请重试');
|
|
|
+ // });
|
|
|
|
|
|
//各月新增在售器件数量
|
|
|
- Goods.getIncreaseCmp({}, function(data) {
|
|
|
- $scope.increaseInSaleCmpCount = data;
|
|
|
- }, function (response) {
|
|
|
- toaster.pop('error', '数据获取失败,请重试');
|
|
|
- });
|
|
|
+ // Goods.getIncreaseCmp({}, function(data) {
|
|
|
+ // $scope.increaseInSaleCmpCount = data;
|
|
|
+ // }, function (response) {
|
|
|
+ // toaster.pop('error', '数据获取失败,请重试');
|
|
|
+ // });
|
|
|
|
|
|
// 首页轮播数据统计
|
|
|
CommonCountAPI.getActived({}, function (data) {
|