From 98cd7063d9b9a1570dcfbac92f5c2b35d904868b Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期一, 05 七月 2021 15:41:29 +0800 Subject: [PATCH] 修改修改 --- zhengcaioa/zhengcaioa/Views/User/Edit.cshtml | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/zhengcaioa/zhengcaioa/Views/User/Edit.cshtml b/zhengcaioa/zhengcaioa/Views/User/Edit.cshtml index 3c754a5..c01cbfd 100644 --- a/zhengcaioa/zhengcaioa/Views/User/Edit.cshtml +++ b/zhengcaioa/zhengcaioa/Views/User/Edit.cshtml @@ -447,7 +447,7 @@ </div> - <label class="text-right col-sm-1 col-md-1 control-label">宸ヤ綔鐢佃剳MAC<i class="red">*</i> </label> + <label class="text-right col-sm-1 col-md-1 control-label">宸ヤ綔鐢佃剳MAC</label> <div class="col-sm-2 col-md-2"> <input id="IpMac" class="form-control" label="宸ヤ綔鐢佃剳MAC" name="IpMac" labtype="txt" addvisible="true" maxlength="30" editvisible="true" reg="" ismust="true" type="text" value="@Model.IpMac"> </div> @@ -946,10 +946,10 @@ return; } - if ($.trim($("#IpMac").val()) == '') { - toastr.warning("宸ヤ綔鐢佃剳MAC涓嶈兘涓虹┖"); - return; - } + //if ($.trim($("#IpMac").val()) == '') { + // toastr.warning("宸ヤ綔鐢佃剳MAC涓嶈兘涓虹┖"); + // return; + //} $.ajax({ type: "POST", -- Gitblit v1.9.1