zhengcaioa/zhengcaioa/Controllers/BusinessOrder/CooperOrderController.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
zhengcaioa/zhengcaioa/Views/CooperOrder/Chedan.cshtml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
zhengcaioa/zhengcaioa/Controllers/BusinessOrder/CooperOrderController.cs
@@ -1054,7 +1054,7 @@ return View(); } [CheckLogin] public IActionResult chedantuihuan(decimal Price, string Chedanid) public IActionResult chedantuihuan(string Chedanid, decimal Price=0) { var curentuser = JsonConvert.DeserializeObject<PltUser>(HttpContext.Session.GetString("User")); ViewData["curentuser"] = curentuser; zhengcaioa/zhengcaioa/Views/CooperOrder/Chedan.cshtml
@@ -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})?/)"> </div> </div> </div>*@ <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; //}