|
|
|
|
@ -175,8 +175,12 @@ |
|
|
|
|
|
|
|
|
|
<div class="modal-body"> |
|
|
|
|
<div class="textAreaBlock2 text-nn box-sizing disTab"> |
|
|
|
|
<input type="radio" name="choice_way" value="" />Сумма оплаты всего заказа |
|
|
|
|
<input type="radio" name="choice_way" value="" /> Оплатить этап |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<h2>Резервирование средств</h2> |
|
|
|
|
<h5>Оплатить через яндекс</h5> |
|
|
|
|
<div class="searchF1 polsF1 polsFF links-filter"> |
|
|
|
|
<input class="btn-submit-link" type="submit" value="Сохранить"> |
|
|
|
|
</div> |
|
|
|
|
@ -406,8 +410,6 @@ |
|
|
|
|
var currentOrderId = $(this).attr('data-order-id'); |
|
|
|
|
var currentRecipentId = $(this).attr('data-recipent-id'); |
|
|
|
|
|
|
|
|
|
{# currentOrderId = parseInt(currentOrderId);#} |
|
|
|
|
{# currentRecipentId= parseInt(currentRecipentId);#} |
|
|
|
|
getStages(currentOrderId,userId,currentRecipentId); |
|
|
|
|
|
|
|
|
|
socket.send_stages_approve({ |
|
|
|
|
|