From 439f10462e6b1ab0ebd454f53c2156c6fab24266 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期一, 14 十一月 2022 11:12:46 +0800
Subject: [PATCH] 抓取的项目,      已确认,未确认  未确认为橙色 客户档案管理       有无手机号,未确认为橙色 客户资料页面查看访问记录

---
 zhengcaioa/zhengcaioa/Views/CooperatecustomCustomer/Edit.cshtml |   62 ++++++++++++++++++++++++++++++
 1 files changed, 61 insertions(+), 1 deletions(-)

diff --git a/zhengcaioa/zhengcaioa/Views/CooperatecustomCustomer/Edit.cshtml b/zhengcaioa/zhengcaioa/Views/CooperatecustomCustomer/Edit.cshtml
index dbeab5c..2c915c8 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,7 +376,7 @@
 
                                     <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="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="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})?/)">
 
                                     </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>

--
Gitblit v1.9.1