DevApp/Gs.DevApp/DevFrm/Rpt/CKTmkc.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
DevApp/Gs.DevApp/DevFrm/Rpt/CKTmkc.cs
@@ -229,7 +229,7 @@ if (Gs.DevApp.ToolBox.UtilityHelper.ToCheck(checkBox)) { if (sb.Length > 0) sb.Append(","); sb.Append("|"); sb.Append(_guid); } } @@ -240,15 +240,15 @@ this.toolBarMenu1.rptParameter = "return false"; return; } string rowGuid = sb.ToString(); this.toolBarMenu1.rptParameter = "rpt_XSCK{" + "" this.toolBarMenu1.rptParameter = "rpt_cktm{" + "100" + "," + "" + "," + "" + "," + "" + "," + "" + "," + "" + "," + sb.ToString() + "}"; this.toolBarMenu1.guidKey = rowGuid; this.toolBarMenu1.guidKey = null; } } }