From 06e75f18b5b3b0fbfd25731c8b7324cc42df045f Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期三, 07 七月 2021 17:15:30 +0800
Subject: [PATCH] 提交
---
zhengcaioa/zhengcaioa/Views/IntentionVisit/Edit.cshtml | 19 +++++++++++++------
1 files changed, 13 insertions(+), 6 deletions(-)
diff --git a/zhengcaioa/zhengcaioa/Views/IntentionVisit/Edit.cshtml b/zhengcaioa/zhengcaioa/Views/IntentionVisit/Edit.cshtml
index 710ac95..a588d53 100644
--- a/zhengcaioa/zhengcaioa/Views/IntentionVisit/Edit.cshtml
+++ b/zhengcaioa/zhengcaioa/Views/IntentionVisit/Edit.cshtml
@@ -10,6 +10,7 @@
List<SysCodeDtl> zw = ViewData["zw"] as List<SysCodeDtl>; //鑱屽姟
List<SysCodeDtl> yx = ViewData["yx"] as List<SysCodeDtl>; //鎴愪氦鎰忓悜
List<SysCodeDtl> jy = ViewData["jy"] as List<SysCodeDtl>; //璺熻釜寤鸿
+ string IsYwjl = ViewBag.IsYwjl as string;
}
@@ -133,6 +134,7 @@
</select>
<input type="hidden" id="Id" name="Id" value="@Model.Id" />
+ <input type="hidden" id="IsYwjl" name="IsYwjl" value="@IsYwjl" />
</div>
</div>
@@ -196,13 +198,13 @@
- <label grouptype="Vdata" class="text-right col-sm-1 col-md-1 control-label">鎺ュ緟浜�<i class="red">*</i></label>
+ <label grouptype="Vdata" class="text-right col-sm-1 col-md-1 control-label">鎺ュ緟浜�</label>
<div class="col-sm-2 col-md-2" grouptype="Vdata">
<input class="form-control" label="鎺ュ緟浜�" name="Jdr" id="Jdr" labtype="txt" addvisible="true" maxlength="500" editvisible="true" reg="" ismust="true" type="text" value="@Model.Jdr">
</div>
- <label grouptype="Vdata" class="text-right col-sm-1 col-md-1 control-label">鑱屽姟<i class="red">*</i></label>
+ <label grouptype="Vdata" class="text-right col-sm-1 col-md-1 control-label">鑱屽姟</label>
<div class="col-sm-2 col-md-2" grouptype="Vdata">
<select id="Zw" class="form-control" name="Zw" data-placeholder="閫夋嫨 搴忓垪 ...">
<option value="" hassubinfo="true">璇烽�夋嫨</option>
@@ -417,11 +419,16 @@
toastr.warning("璁块棶涓氬姟涓嶈兘涓虹┖");
return;
};
+
+ //if ($("#Zw").val() == '') {
+ // toastr.warning("鑱屽姟涓嶈兘涓虹┖");
+ // return;
+ //};
- if ($("#Jdr").val() == '') {
- toastr.warning("鎺ュ緟浜轰笉鑳戒负绌�");
- return;
- }
+ //if ($("#Jdr").val() == '') {
+ // toastr.warning("鎺ュ緟浜轰笉鑳戒负绌�");
+ // return;
+ //}
--
Gitblit v1.9.1