SVN r1172
SVN-Revision: r1172
This commit is contained in:
@@ -9,6 +9,7 @@ using Lskj.Util;
|
||||
using Lskj.Model;
|
||||
using Lskj.Business.Impl;
|
||||
using Lskj.Business;
|
||||
using System.Collections;
|
||||
|
||||
namespace Lskj.PubModuleDetail3
|
||||
{
|
||||
@@ -29,25 +30,4 @@ namespace Lskj.PubModuleDetail3
|
||||
FrmMain main = new FrmMain();
|
||||
this.SubForm = main;
|
||||
|
||||
DynamicModuleDetailModel moduleModel = new DynamicModuleDetailModel(obj);
|
||||
|
||||
int formType = ReportImpl.GetBaseType(moduleModel.ModuleCode);
|
||||
|
||||
GridEnum gridEnum = GridEnum.GridView;
|
||||
if (formType == 1) gridEnum = GridEnum.BandedGridView;
|
||||
if (formType == 2) gridEnum = GridEnum.GridView; // 基础档案暂时注释GridEnum.TreeListGridView此类型,TrcReport和手机端显示卡片冲突.
|
||||
|
||||
main.Model = moduleModel;
|
||||
main.Model.GridEnumObj = gridEnum;
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
LogUtil.WriteError("Lskj.PubModuleDetail2.dll--参数错误-->" + obj.ToString(), ex);
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
/// 窗口
|
||||
/// </summary>
|
||||
public Form SubForm { get; set; }
|
||||
}
|
||||
}
|
||||
DynamicModuleDetailModel moduleM
|
||||
Reference in New Issue
Block a user