From 5421f9a6e5e2b28cc32aa8aa6dec9becd0c1eb3c Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期三, 04 一月 2023 10:19:57 +0800 Subject: [PATCH] 业务经理意向和合作客户只能1000,90天意向不转合作就制空业务经理,查询没有业务经理的档案客户和合作客户 --- zhengcaioa/zhengcaioa/Views/CooperOrder/Chedan.cshtml | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/zhengcaioa/zhengcaioa/Views/CooperOrder/Chedan.cshtml b/zhengcaioa/zhengcaioa/Views/CooperOrder/Chedan.cshtml index e8916d3..075baa1 100644 --- a/zhengcaioa/zhengcaioa/Views/CooperOrder/Chedan.cshtml +++ b/zhengcaioa/zhengcaioa/Views/CooperOrder/Chedan.cshtml @@ -3,7 +3,7 @@ @using zhengcaioa.Models; @{ string Chedanid = ViewData["Chedanid"] as string; //鎷滆鏂瑰紡 - + string Money = ViewData["Money"] as string; //鎷滆鏂瑰紡 } @{ @@ -99,16 +99,16 @@ - @*<div class="clearfix layer-area" style="padding-bottom:15px;"> + <div class="clearfix layer-area" style="padding-bottom:15px;"> <div class="col-sm-12 col-md-12"> - <input class="form-control" label="瀹㈡埛鍚嶇О" name="Price" id="Price" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="number" value="" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)"> + <input class="form-control" label="瀹㈡埛鍚嶇О" name="Price" id="Price" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@Money" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)"> </div> - </div>*@ + </div> - <input type="hidden" name="Price" id="Price" value="0" /> + @*<input type="hidden" name="Price" id="Price" value="0" />*@ @@ -163,10 +163,10 @@ - //if ($.trim($("#Price").val()) == '') { - // toastr.warning("鎾ゅ崟閫�杩橀噾棰濅笉鑳戒负绌�"); - // return; - //} + if ($.trim($("#Price").val()) == '') { + toastr.warning("鎾ゅ崟閫�杩橀噾棰濅笉鑳戒负绌�"); + return; + } -- Gitblit v1.9.1