SVN r1047

SVN-Revision: r1047
This commit is contained in:
cyf
2025-11-20 09:01:11 +00:00
parent 6c0f72cb62
commit 2616d5dbad
23 changed files with 741 additions and 202 deletions
+5
View File
@@ -1178,6 +1178,11 @@ namespace Lskj.Control
if (!dataCaches.GetValue(detailEx, "SysModel", out model.SystemModel))
model.SystemModel = new ModuleModel(moduleRow);
if (model.SystemModel.GridObjIsCheck == 1)//主表加载复选框
{
GridDragGrid.GridAddCheckBox(detailEx.ModuleGridObj.GridControlObj.GridView);
}
// 子明细集合
if (!dataCaches.GetValue(detailEx, "Details", out List<GridDetailModel> details))
details = GetDetails(model.SystemModel.ModeCode);