# Conflicts:
#	插件库/Lskj.PubModuleDetail/FrmMain.cs
This commit is contained in:
2026-08-29 21:54:25 +08:00
10 changed files with 944 additions and 31 deletions
+2 -1
View File
@@ -2043,7 +2043,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;//该行不可编辑
}