| | |
| | | <label class="text-left col-sm-1 col-md-1 control-label"> @Model.YishouMoney.ToString("F2") </label> |
| | | <label class="text-left col-sm-1 col-md-1 control-label"> </label> |
| | | <label class="text-right col-sm-1 col-md-1 control-label">未收款(元)</label> |
| | | <label id="WeishouMoney" class="text-left col-sm-1 col-md-1 control-label"> @Model.WeishouMoney.ToString("F2") </label> |
| | | <label id="WeishouMoney1" class="text-left col-sm-1 col-md-1 control-label"> @Model.WeishouMoney.ToString("F2") </label> |
| | | <input type="hidden" id="WeishouMoney" name="WeishouMoney" value="@Model.WeishouMoney.ToString("F2")" /> |
| | | <label class="text-left col-sm-1 col-md-1 control-label"> </label> |
| | | </div> |
| | | <div class="clearfix layer-area" style="padding-bottom:15px;"> |
| | |
| | | <input type="radio" name="PayType" id="PayType2" value="03" onclick="CheckedChanging(this.value)" checked="checked" truetype="radio"> |
| | | <label for="PayType2">预付款</label> |
| | | |
| | | (剩余预付款:<span id="nowCustomMoney" class="moneystyle">¥@((cooperatecustomCustomerDTO.Yufukuan??0).ToString("f2"))</span>,剩余授信:<span id="nowCredit" class="moneystyle">¥@((cooperatecustomCustomerDTO.Shouxinedu??0 - cooperatecustomCustomerDTO.Shenyushouxin??0).ToString("f2"))</span>) |
| | | (剩余预付款:<span id="nowCustomMoney" class="moneystyle">¥@((cooperatecustomCustomerDTO.Yufukuan??0).ToString("f2"))</span>,剩余授信:<span id="nowCredit" class="moneystyle">¥@(((cooperatecustomCustomerDTO.Shouxinedu??0) - (cooperatecustomCustomerDTO.Shenyushouxin??0)).ToString("f2"))</span>) |
| | | |
| | | |
| | | @*<select id="PayType" class="form-control" name="PayType" data-placeholder="选择 序列 ..."> |
| | |
| | | return; |
| | | } |
| | | |
| | | if (parseFloat($("#Recievemoney").val()) > parseFloat($("#WeishouMoney").html().trim())) { |
| | | if (parseFloat($("#Recievemoney").val()) > parseFloat($("#WeishouMoney1").html().trim())) { |
| | | |
| | | toastr.warning("本次收款金额大于订单未付款!为了您的账务正确性请重新复查!"); |
| | | return; |