From 6e2b929cf381e2320ba6e7dec56c0371124d2b51 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期六, 27 八月 2022 15:03:00 +0800 Subject: [PATCH] 提交 --- zhengcaioa/zhengcaioa/Views/FiOrderrecievemoney/Edit.cshtml | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/zhengcaioa/zhengcaioa/Views/FiOrderrecievemoney/Edit.cshtml b/zhengcaioa/zhengcaioa/Views/FiOrderrecievemoney/Edit.cshtml index 6c7751b..71a3495 100644 --- a/zhengcaioa/zhengcaioa/Views/FiOrderrecievemoney/Edit.cshtml +++ b/zhengcaioa/zhengcaioa/Views/FiOrderrecievemoney/Edit.cshtml @@ -110,7 +110,8 @@ <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;"> @@ -132,7 +133,7 @@ <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="閫夋嫨 搴忓垪 ..."> @@ -303,7 +304,7 @@ return; } - if (parseFloat($("#Recievemoney").val()) > parseFloat($("#WeishouMoney").html().trim())) { + if (parseFloat($("#Recievemoney").val()) > parseFloat($("#WeishouMoney1").html().trim())) { toastr.warning("鏈鏀舵閲戦澶т簬璁㈠崟鏈粯娆�!涓轰簡鎮ㄧ殑璐﹀姟姝g‘鎬ц閲嶆柊澶嶆煡锛�"); return; -- Gitblit v1.9.1