feat: 新增主界面模块功能

This commit is contained in:
cyf
2026-08-28 23:32:47 +08:00
parent b33c847b27
commit 98a119ed25
10 changed files with 942 additions and 30 deletions
+2 -1
View File
@@ -1793,7 +1793,8 @@ namespace Lskj.PubBill
//e.Cancel = !ValidateCond(gridColumnModel.DisableCond, focusedRow);
string UpdateCond = this.ControlObj.ReplaceParentControlValue(gridColumnModel.DisableCond);
UpdateCond = ReplaceHelper.ReplaceRowParam(rowItem, UpdateCond);
if (!ReplaceHelper.EvalCond(UpdateCond))
if (!ValidateCond(UpdateCond, rowItem))
{
e.Cancel = true;//该行不可编辑
}