|
|
@@ -17,7 +17,6 @@ define([ 'app/app' ], function(app) {
|
|
|
};
|
|
|
$scope.deletePop = false;
|
|
|
$scope.personMedol =false;
|
|
|
- $scope.repeatImport = 0;
|
|
|
$scope.setPersonMedol = function () {
|
|
|
$scope.personMedol =false;
|
|
|
};
|
|
|
@@ -38,22 +37,13 @@ define([ 'app/app' ], function(app) {
|
|
|
$scope.batch.myFiles = null;
|
|
|
//批量发布的类型
|
|
|
$scope.batch.sellType = null;
|
|
|
- //切换展示的信息
|
|
|
- $scope.toggleActive = function(active) {
|
|
|
- if($scope.tab != active) {
|
|
|
- $rootScope.$$productOn.tab = active;
|
|
|
- }
|
|
|
- };
|
|
|
|
|
|
+
|
|
|
+ $scope.repeatImport = 0;
|
|
|
$scope.switchImport = function (type) {
|
|
|
$scope.repeatImport = type;
|
|
|
};
|
|
|
|
|
|
- $scope.batch = {};
|
|
|
- $scope.batch.myFiles = null;
|
|
|
- //批量发布的类型
|
|
|
- $scope.batch.sellType = null;
|
|
|
-
|
|
|
//翻页的信息
|
|
|
$scope.pageParams = {};
|
|
|
|