|
@@ -3624,9 +3624,9 @@ app.controller('SaleSendCtrl', ['$scope', '$filter', 'SaleSend', 'ngTableParams'
|
|
|
if(data.result) {
|
|
if(data.result) {
|
|
|
toaster.pop('success', '提示', '提交成功');
|
|
toaster.pop('success', '提示', '提交成功');
|
|
|
$scope.haveSelected = false;
|
|
$scope.haveSelected = false;
|
|
|
|
|
+ window.location.href = '#/fa/apCheck';
|
|
|
}else {
|
|
}else {
|
|
|
$scope.haveSource = true;
|
|
$scope.haveSource = true;
|
|
|
- loadData();
|
|
|
|
|
toaster.pop('error', '提示', '单据被反过账,请立即作废本单据');
|
|
toaster.pop('error', '提示', '单据被反过账,请立即作废本单据');
|
|
|
$scope.haveSelected = true;
|
|
$scope.haveSelected = true;
|
|
|
}
|
|
}
|