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/Controllers/Customer/IntentionVisitController.cs |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/zhengcaioa/zhengcaioa/Controllers/Customer/IntentionVisitController.cs b/zhengcaioa/zhengcaioa/Controllers/Customer/IntentionVisitController.cs
index 12a155f..bfab3a8 100644
--- a/zhengcaioa/zhengcaioa/Controllers/Customer/IntentionVisitController.cs
+++ b/zhengcaioa/zhengcaioa/Controllers/Customer/IntentionVisitController.cs
@@ -80,6 +80,8 @@
 
             ViewBag.users = _userService.GetList().Where(x => x.IsYwjl == "A").Select(x => new { code = x.Id, label = x.UserName }).ToList();
 
+            ViewBag.creater = _userService.GetList().Select(x => new { code = x.Id, label = x.UserName }).ToList();
+
             ViewBag.Viscustomer = Viscustomer;
             ViewBag.IsYwjl = IsYwjl;
 
@@ -112,6 +114,14 @@
                 {
                     dto.Viscustomer = Viscustomer;
                 }
+
+                dto.VisType = "01";
+                dto.Jtype = "02";
+                dto.Jdr = "02";
+                dto.Talk = "浠嬬粛鍏徃涓氬姟鍐呭鍜屼骇鍝併��";
+                dto.Yx = "03";
+                dto.Jy = "02";
+                
             }
 
 

--
Gitblit v1.9.1