From d66cbfe2dec69d08f9905b320851eb11d09567bc Mon Sep 17 00:00:00 2001 From: PC-201906131823\Administrator <zyyao> Date: 星期三, 10 十一月 2021 16:14:55 +0800 Subject: [PATCH] 提交 --- zhengcaioa/zhengcaioa/Views/IntentionCustomer/Edit.cshtml | 19 ++++++++++++++++++- 1 files changed, 18 insertions(+), 1 deletions(-) diff --git a/zhengcaioa/zhengcaioa/Views/IntentionCustomer/Edit.cshtml b/zhengcaioa/zhengcaioa/Views/IntentionCustomer/Edit.cshtml index 02fbe2e..42e9b49 100644 --- a/zhengcaioa/zhengcaioa/Views/IntentionCustomer/Edit.cshtml +++ b/zhengcaioa/zhengcaioa/Views/IntentionCustomer/Edit.cshtml @@ -36,7 +36,7 @@ @*<link href="~/css/plugins/iCheck/custom.css" rel="stylesheet">*@ <link href="~/css/style.min.css" rel="stylesheet"> - <link href="~/css/plugins/chosen/chosen.css" rel="stylesheet"> + <link href="~/css/plugins/chosen/chosen.css?v=7" rel="stylesheet"> @*<link href="~/js/plugins/layer/skin/layer.css" rel="stylesheet">*@ @*<link href="~/css/plugins/datapicker/datepicker3.css" rel="stylesheet">*@ <link href="~/css/style.min.css" rel="stylesheet"> @@ -131,6 +131,7 @@ </select> <input type="hidden" id="Id" name="Id" value="@Model.Id" /> + <input type="hidden" id="Yixiang" name="Yixiang" value="@Model.Yixiang" /> </div> @@ -318,7 +319,22 @@ <div class="col-sm-6 col-md-6"> <input class="form-control" label="瀹㈡埛鍗曚綅" name="Name" id="Name" labtype="txt" addvisible="true" maxlength="500" editvisible="true" reg="" ismust="true" type="text" value="@Model.Name"> </div> + <label class="text-right col-sm-1 col-md-1 control-label">瀹㈡埛寰俊</label> + <div class="col-sm-2 col-md-2"> + <input class="form-control" label="瀹㈡埛寰俊" name="Weixin" id="Weixin" labtype="txt" addvisible="true" editvisible="true" maxlength="50" reg="" ismust="true" type="text" value="@Model.Weixin"> + </div> + <div class="col-sm-2 col-md-2"> + 鏄惁娣诲姞寰俊 + @if (Model.Shifoutianjiaweixin == "A") + { + <input id="Shifoutianjiaweixin" name="Shifoutianjiaweixin" type="radio" checked="checked" value="A" class="type_b"> + } + else + { + <input id="Shifoutianjiaweixin" name="Shifoutianjiaweixin" type="radio" value="A" class="type_b"> + } + </div> </div> @@ -473,6 +489,7 @@ $("#Ywjl").chosen(); + $("#Hyfl").chosen(); var id = '@Model.Id'; var bUpload = false; var bAdd = false; // 鏂板鎿嶄綔 -- Gitblit v1.9.1