Procházet zdrojové kódy

处理物料不能删除的bug

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@8975 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
hejq před 9 roky
rodič
revize
ba586bacf1
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/main/webapp/resources/js/index/app.js

+ 1 - 1
src/main/webapp/resources/js/index/app.js

@@ -15433,7 +15433,7 @@ define([ 'toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
 	/**
 	/**
 	 * 采购物料资料
 	 * 采购物料资料
 	 */
 	 */
-	app.controller('PurcProductCtrl', ['$scope', 'PurcProduct', 'ngTableParams', '$filter', 'BaseService', 'toaster', '$timeout', 'Products', '$modal', function($scope, PurcProduct, ngTableParams, $filter, BaseService, toaster, $timeout, Products, $modal) {
+	app.controller('PurcProductCtrl', ['$scope', 'PurcProduct', 'ngTableParams', '$filter', 'BaseService', 'toaster', '$timeout', 'Products', '$modal', 'GetProductInfo', function($scope, PurcProduct, ngTableParams, $filter, BaseService, toaster, $timeout, Products, $modal, GetProductInfo) {
 		BaseService.scrollBackToTop();
 		BaseService.scrollBackToTop();
 		$scope.active = 'all';
 		$scope.active = 'all';
 		$scope.agreedText = '全部';
 		$scope.agreedText = '全部';