|
|
@ -632,6 +632,11 @@ define(['angular', 'decimal', 'static/commons/commons', 'uiBootstrap', 'uiRouter
|
|
|
|
alert('请选择商户支付方式')
|
|
|
|
alert('请选择商户支付方式')
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if (typeof ($scope.partner.client_pay_type) == 'string' || typeof ($scope.partner.client_pay_desc) == 'string') {
|
|
|
|
|
|
|
|
$scope.partner.client_pay_type = $scope.partner.client_pay_type.split(",");
|
|
|
|
|
|
|
|
$scope.partner.client_pay_desc = $scope.partner.client_pay_desc.split(",");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
if ($scope.partner.client_pay_type.indexOf('1') >= 0) {
|
|
|
|
if ($scope.partner.client_pay_type.indexOf('1') >= 0) {
|
|
|
|
if ($scope.partner.client_pay_desc.join(',').indexOf('10') < 0) {
|
|
|
|
if ($scope.partner.client_pay_desc.join(',').indexOf('10') < 0) {
|
|
|
|
alert("请检查线上支付场景是否已选择支付方式");
|
|
|
|
alert("请检查线上支付场景是否已选择支付方式");
|
|
|
|