Browse Source

工单数量

duhongyu 6 years ago
parent
commit
d8f4d5ef54

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

@@ -88,7 +88,7 @@ namespace CallCenterApi.Interface.Controllers
88 88
             }
89 89
         }
90 90
 
91
-
91
+      
92 92
         /// <summary>
93 93
         /// 添加菜单
94 94
         /// </summary>
@@ -107,7 +107,8 @@ namespace CallCenterApi.Interface.Controllers
107 107
             entity_ModuleInfo.F_OptUrl = input.url;
108 108
             entity_ModuleInfo.F_CreateTime = DateTime.Now;
109 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 112
             if (moduleInfoBLL.Add(entity_ModuleInfo) > 0)
112 113
             {
113 114
                 return Success("菜单添加成功");
@@ -173,8 +174,7 @@ namespace CallCenterApi.Interface.Controllers
173 174
                 entity_ModuleInfo.F_Sort = input.sort;
174 175
                 entity_ModuleInfo.F_StateFlag = Convert.ToInt32(input.flag);
175 176
                 entity_ModuleInfo.F_OptUrl = input.url;
176
-
177
-
177
+                entity_ModuleInfo.F_Button = "label label-warning pull - right lblcount " + input.code;
178 178
                 if (moduleInfoBLL.Update(entity_ModuleInfo))
179 179
                 {
180 180
                     return Success("菜单修改成功");

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

@@ -37,7 +37,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
37 37
         /// </summary>
38 38
         /// <returns></returns>
39 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 43
               int userId = CurrentUser.UserData.F_UserId;

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

@@ -97,7 +97,15 @@ namespace CallCenterApi.Model
97 97
         private string _f_highopinions;
98 98
         private int _f_limit;
99 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 109
         /// <summary>
102 110
         /// 超时时限
103 111
         /// </summary>