| | |
| | | <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;"> |
| | |
| | | return; |
| | | } |
| | | |
| | | if (parseFloat($("#Recievemoney").val()) > parseFloat($("#WeishouMoney").html().trim())) { |
| | | if (parseFloat($("#Recievemoney").val()) > parseFloat($("#WeishouMoney1").html().trim())) { |
| | | |
| | | toastr.warning("本次收款金额大于订单未付款!为了您的账务正确性请重新复查!"); |
| | | return; |