|
|
@@ -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);
|