Selaa lähdekoodia

登录纪录修改类型

konghe 1 vuosi sitten
vanhempi
commit
0fd7b958b0

+ 2 - 2
DK.Client/SystemModule/F_MST_0208.cs

@@ -110,7 +110,7 @@ namespace Dongke.IBOSS.PRD.Client.SystemModule
             }
             dr = dt.NewRow();
             dr[0] =  6;
-            dr[1] = "web质量登记";
+            dr[1] = "WEB质量登记";
             dt.Rows.Add(dr); 
             cbActionType.DisplayMember = "actiontype";
             cbActionType.DataSource = dt;
@@ -344,7 +344,7 @@ namespace Dongke.IBOSS.PRD.Client.SystemModule
                 cre.Properties["UserCode"] = this.txtUserCode.Text.Trim();
                 cre.Properties["UserName"] = this.txtUserName.Text.Trim();
                 cre.Properties["Organization"] = this.scbOrganization.CheckedValue + "";
-                cre.Properties["ActionType"] = cbActionType.Text;
+                cre.Properties["ActionType"] = cbActionType.Text.ToUpper();
                 cre.Properties["opentime"] =this.opentime.Value;
                 cre.Properties["closetime"] = this.closetime.Value;
                 ServiceResultEntity sre = SystemModuleProxy.Service.DoRequest(cre);

+ 2 - 2
DK.Service/SystemModuleLogic/SystemModuleLogicPartial.cs

@@ -1779,12 +1779,12 @@ namespace Dongke.IBOSS.PRD.Service.SystemModuleLogic
                                             ORGANIZATIONCODE,
                                             CASE MAC
 	                                        WHEN 'xx:xx:xx:xx:xx:xx' THEN
-		                                    'web质量登记'
+		                                    'WEB质量登记'
 	                                        ELSE
 	                                        CASE
 		                                    ACTIONTYPE 
 		                                    WHEN '0' THEN
-		                                    'pc登录' 
+		                                    'PC登录' 
 		                                    WHEN '1' THEN
 		                                    'PC登出' 
 		                                    WHEN '2' THEN