|
|
|
@ -2544,6 +2544,7 @@ define(['angular', 'decimal', 'static/commons/commons', 'uiBootstrap', 'uiRouter
|
|
|
|
|
$scope.modifyMinSettle = function () {
|
|
|
|
|
$http.put('/sys/partners/' + $scope.partner.client_moniker + '/min_settle', {min_settle: $scope.partner.min_settle}).then(function () {
|
|
|
|
|
commonDialog.alert({title: 'Success', content: '修改起结金额成功', type: 'success'});
|
|
|
|
|
$scope.bankCtrl.modify_min_settle = false;
|
|
|
|
|
}, function (resp) {
|
|
|
|
|
commonDialog.alert({title: 'Error', content: resp.data.message, type: 'error'});
|
|
|
|
|
})
|
|
|
|
|