SVN r1047
SVN-Revision: r1047
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user