Browse Source

修改对账bug

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

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

@@ -3627,6 +3627,7 @@ app.controller('SaleSendCtrl', ['$scope', '$filter', 'SaleSend', 'ngTableParams'
 				    	window.location.href = '#/fa/apCheck';
 				    }else {
 				    	$scope.haveSource = true;
+				    	loadData();	
 				    	toaster.pop('error', '提示', '单据被反过账,请立即作废本单据');
 				    	$scope.haveSelected = true;
 				    }