DevApp/Gs.DevApp/UserControl/UcToolBarMenu.cs
@@ -446,6 +446,7 @@ lst.Add(btnShouHouChk.Name); lst.Add(btnShouHouFchk.Name); lst.Add(btnEdit.Name); lst.Add(btnHb.Name); _enabledBtn(lst); } @@ -532,7 +533,14 @@ private void BtnHb_ItemClick(object sender, ItemClickEventArgs e) { if (btnHbClick != null) btnHbClick(this, e); //点击按钮时将未审核样式改为审核样式 bool bl = _isCk(1); if (bl) return; if (btnChkClick != null) { btnChkClick(this, e); } return; }