|
|
@@ -646,10 +646,10 @@ define([ 'app/app' ], function(app) {
|
|
|
toaster.pop('info', '提示', '没有选择要付款的订单,或付款总额为0');
|
|
|
return ;
|
|
|
}
|
|
|
- if(angular.isUndefined($scope.buyAccount)||angular.equals("{}", angular.toJson($scope.buyAccount)) || $scope.buyAccount == null) {
|
|
|
- toaster.pop('info', '提示', '请选择买家账户');
|
|
|
- return ;
|
|
|
- }
|
|
|
+ // if(angular.isUndefined($scope.buyAccount)||angular.equals("{}", angular.toJson($scope.buyAccount)) || $scope.buyAccount == null) {
|
|
|
+ // toaster.pop('info', '提示', '请选择买家账户');
|
|
|
+ // return ;
|
|
|
+ // }
|
|
|
if ($scope.type == 'PAIDTOVENDOR'){
|
|
|
$scope.saleAccount = $scope.salePerAccount;
|
|
|
}
|