|
|
|
@ -2708,6 +2708,9 @@ define(['angular', 'decimal', 'static/commons/commons', 'uiBootstrap', 'uiRouter
|
|
|
|
|
// alert("Please Locate Merchant Location!");
|
|
|
|
|
// return;
|
|
|
|
|
// }
|
|
|
|
|
if ($scope.partner.client_pay_type==''){
|
|
|
|
|
alert('请选择商户支付场景')
|
|
|
|
|
}
|
|
|
|
|
$http.post('/sys/partners/' + clientMoniker + '/sub_clients', $scope.partner).then(function () {
|
|
|
|
|
$scope.updateMerchantLocation();
|
|
|
|
|
$scope.$close();
|
|
|
|
|