git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@2177 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
@@ -3624,9 +3624,9 @@ app.controller('SaleSendCtrl', ['$scope', '$filter', 'SaleSend', 'ngTableParams'
if(data.result) {
toaster.pop('success', '提示', '提交成功');
$scope.haveSelected = false;
+ window.location.href = '#/fa/apCheck';
}else {
$scope.haveSource = true;
- loadData();
toaster.pop('error', '提示', '单据被反过账,请立即作废本单据');
$scope.haveSelected = true;
}