duhongyu лет назад: 6
Родитель
Сommit
d8f4d5ef54

+ 4 - 4
codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/MenuManage/ModuleInfoController.cs

88
             }
88
             }
89
         }
89
         }
90
 
90
 
91
-
91
+      
92
         /// <summary>
92
         /// <summary>
93
         /// 添加菜单
93
         /// 添加菜单
94
         /// </summary>
94
         /// </summary>
107
             entity_ModuleInfo.F_OptUrl = input.url;
107
             entity_ModuleInfo.F_OptUrl = input.url;
108
             entity_ModuleInfo.F_CreateTime = DateTime.Now;
108
             entity_ModuleInfo.F_CreateTime = DateTime.Now;
109
             entity_ModuleInfo.F_CreateUID = CurrentUser.UserData.F_UserId;
109
             entity_ModuleInfo.F_CreateUID = CurrentUser.UserData.F_UserId;
110
-
110
+            entity_ModuleInfo.F_Button  = "label label-warning pull - right lblcount "+ input.code;
111
+           
111
             if (moduleInfoBLL.Add(entity_ModuleInfo) > 0)
112
             if (moduleInfoBLL.Add(entity_ModuleInfo) > 0)
112
             {
113
             {
113
                 return Success("菜单添加成功");
114
                 return Success("菜单添加成功");
173
                 entity_ModuleInfo.F_Sort = input.sort;
174
                 entity_ModuleInfo.F_Sort = input.sort;
174
                 entity_ModuleInfo.F_StateFlag = Convert.ToInt32(input.flag);
175
                 entity_ModuleInfo.F_StateFlag = Convert.ToInt32(input.flag);
175
                 entity_ModuleInfo.F_OptUrl = input.url;
176
                 entity_ModuleInfo.F_OptUrl = input.url;
176
-
177
-
177
+                entity_ModuleInfo.F_Button = "label label-warning pull - right lblcount " + input.code;
178
                 if (moduleInfoBLL.Update(entity_ModuleInfo))
178
                 if (moduleInfoBLL.Update(entity_ModuleInfo))
179
                 {
179
                 {
180
                     return Success("菜单修改成功");
180
                     return Success("菜单修改成功");

+ 1 - 1
codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/workorder/WorkOrderNewController.cs

37
         /// </summary>
37
         /// </summary>
38
         /// <returns></returns>
38
         /// <returns></returns>
39
         public ActionResult GetList(string code, string cusname, string cusphone, string starttime, string endtime, string keywords, string companyname, string province, string city,
39
         public ActionResult GetList(string code, string cusname, string cusphone, string starttime, string endtime, string keywords, string companyname, string province, string city,
40
-            string country, string township, string touser, int source=0,int type = 0, int state=-1, int pageindex = 1,int pagesize = 10)
40
+            string country,string telephone, string township, string touser, int source=0,int type = 0, int state=-1, int pageindex = 1,int pagesize = 10)
41
         {
41
         {
42
            
42
            
43
               int userId = CurrentUser.UserData.F_UserId;
43
               int userId = CurrentUser.UserData.F_UserId;

+ 9 - 1
codegit/CallCenterApi/CallCenterApi.Model/T_Wo_WorkOrder.cs

97
         private string _f_highopinions;
97
         private string _f_highopinions;
98
         private int _f_limit;
98
         private int _f_limit;
99
         private string _f_reasontimeout_;
99
         private string _f_reasontimeout_;
100
-
100
+        private string _f_canal;
101
+        /// <summary>
102
+        /// 渠道类型
103
+        /// </summary>
104
+        public string  F_Canal
105
+        {
106
+            set { _f_canal = value; }
107
+            get { return _f_canal; }
108
+        }
101
         /// <summary>
109
         /// <summary>
102
         /// 超时时限
110
         /// 超时时限
103
         /// </summary>
111
         /// </summary>