Browse Source

批量送货bug

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@924 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
suntg 11 years ago
parent
commit
e0cf8f279f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/webapp/resources/js/index/app.js

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

@@ -1186,7 +1186,7 @@ define([ 'toaster', 'charts', 'ngTable', 'common/services', 'service/Purc', 'ser
 			}
 			var a = 0;
 			var valid = true;
-			angular.forEach(selectedNotices, function(item){
+			angular.forEach($scope.notices, function(item){
 				if(item.$selected) {
 					if(a == 0) {//第一次
 						$scope.saleSend.custUserUU = item.orderItem.order.userUU;