From 90dd02e591779ead7a79421b610542f00c3a9227 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期一, 03 四月 2023 09:21:13 +0800 Subject: [PATCH] 后台app推送 --- zhengcaioa/zhengcaioa/Views/CooperatecustomCustomer/Edit.cshtml | 92 +++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 90 insertions(+), 2 deletions(-) diff --git a/zhengcaioa/zhengcaioa/Views/CooperatecustomCustomer/Edit.cshtml b/zhengcaioa/zhengcaioa/Views/CooperatecustomCustomer/Edit.cshtml index ef5ae12..d66ec5a 100644 --- a/zhengcaioa/zhengcaioa/Views/CooperatecustomCustomer/Edit.cshtml +++ b/zhengcaioa/zhengcaioa/Views/CooperatecustomCustomer/Edit.cshtml @@ -12,6 +12,8 @@ List<SysCodeDtl> hyfl = ViewData["hyfl"] as List<SysCodeDtl>; //琛屼笟鍒嗙被 List<HrDeptDTO> DeptId = ViewData["DeptId"] as List<HrDeptDTO>; //閮ㄩ棬 + List<CooperVisitDTO> visitlishi = ViewData["visitlishi"] as List<CooperVisitDTO>; //鍚堜綔瀹㈡埛 + ResultDataEntity<SysAttachmentDTO> yinyezhizhao = ViewBag.yinyezhizhao as ResultDataEntity<SysAttachmentDTO>; //钀ヤ笟鎵х収 List<SysAttachmentDTO> yinyezhizhaosssss = new List<SysAttachmentDTO>(); @@ -83,6 +85,19 @@ .col-md-1.control-label { padding-right: 0px; font-weight: 400; + } + + table { + border-collapse: collapse; + border: none; + width: 900px; + margin-left: 0px; + text-align: center; + } + + td { + border: solid #000000 1px; + height: 30px; } </style> @@ -361,13 +376,13 @@ <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="瀹㈡埛鍚嶇О" readonly="readonly" name="Shouxinedu" id="Shouxinedu" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="number" value="@(Model.Shouxinedu.HasValue?Model.Shouxinedu.Value.ToString("f2"):"")" 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="Shouxinedu" id="Shouxinedu" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@(Model.Shouxinedu.HasValue?Model.Shouxinedu.Value.ToString("f2"):"")" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)"> </div> <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="Taocanjianshu" id="Taocanjianshu" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="number" value="@(Model.Taocanjianshu.HasValue?Model.Taocanjianshu.Value.ToString():"")" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^[1-9]{1}[0-9]*$/)"> + <input class="form-control" label="瀹㈡埛鍚嶇О" name="Taocanjianshu" id="Taocanjianshu" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@(Model.Taocanjianshu.HasValue?Model.Taocanjianshu.Value.ToString():"")" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^[1-9]{1}[0-9]*$/)"> </div> @@ -529,6 +544,51 @@ } </div> + + + <div class="clearfix layer-area" style="padding-bottom:15px;"> + @if (visitlishi.Count > 0) + { + <table class="col-sm-12 col-md-12"> + @{ + int i = 1; + } + <tr> + <td style="width:4%;"> 缂栧彿</td> + <td style="width:7%;"> 鎷滆鏃堕棿</td> + + <td style="width:14%;"> 瀹㈡埛鍗曚綅</td> + <td style="width:7%;"> 鎷滆鏂瑰紡</td> + <td style="width:7%;"> 鎺ュ緟浜�</td> + <td style="width:7%;"> 鑱屽姟</td> + <td style="width:14%;"> 浜よ皥绫诲</td> + <td style="width:14%;"> 瀹㈡埛鍙嶉</td> + <td style="width:7%;"> 鎴愪氦鎰忓悜</td> + <td style="width:7%;"> 璺熻釜寤鸿</td> + <td style="width:7%;"> 璁块棶浜�</td> + </tr> + @foreach (var visitDTO in visitlishi) + { + <tr> + <td> @i</td> + <td> @visitDTO.VistimeName</td> + <td> @visitDTO.Name</td> + <td> @visitDTO.VisTypeName</td> + <td> @visitDTO.Jdr</td> + <td> @visitDTO.ZwName</td> + <td> @visitDTO.Talk</td> + <td> @visitDTO.Khfk</td> + <td> @visitDTO.YxName</td> + <td> @visitDTO.JyName</td> + <td> @visitDTO.CreaterName</td> + </tr> + + i++; + } + </table> + } + </div> + </div> </div> </div> @@ -1024,6 +1084,34 @@ } }); + + $("#Name").change(function () { + + var Name = $("#Name").val(); + $.ajax({ + type: "GET", + url: "/IntentionCustomer/getTitle?Name=" + Name + "&Id=" + $("#Id").val(), + dataType: "json", + global: false, + data: "", + success: function (data) { + + if (!data.Result) { + toastr.warning(data.Message); + } + + + + + + }, + error: function () { + + + parent.layer.msg('澶辫触', { icon: 5 }); + } + }); + }); </script> </body> </html> \ No newline at end of file -- Gitblit v1.9.1