SVN r253
SVN-Revision: r253
This commit is contained in:
@@ -660,7 +660,7 @@ namespace Lskj.Control
|
||||
/// <param name="item">The dr row.</param>
|
||||
protected void InitEditColumns(GridColumn column, GridColumnModel model)
|
||||
{
|
||||
if (!string.IsNullOrEmpty(model.SqlSource) && model.Visible)
|
||||
if (!string.IsNullOrEmpty(model.SqlSource))
|
||||
{
|
||||
Task<DataTable> sourceTask = new Task<DataTable>(() =>
|
||||
{
|
||||
|
||||
@@ -3714,7 +3714,7 @@ namespace Lskj.Control.Model
|
||||
/// <returns>System.Windows.Forms.Control.</returns>
|
||||
private System.Windows.Forms.Control InitControl(ControlModel model, bool isLoadBorder = true)
|
||||
{
|
||||
if (!string.IsNullOrEmpty(model.SourceSql))
|
||||
if (!string.IsNullOrEmpty(model.SourceSql) && model.Visible)
|
||||
{
|
||||
Task<DataTable> sourceTask = null;
|
||||
if (StaticControl.AddParentGrid.Key != null && Model != null && StaticControl.AddParentGrid.Key.Equals(Model.ModuleCode))
|
||||
@@ -4165,7 +4165,7 @@ namespace Lskj.Control.Model
|
||||
moduleReturnsId.ControlObj = this;
|
||||
moduleReturnsId.UnionModuleCodel = model.AddModuleId;
|
||||
moduleReturnsId.SourceSQL = model.SourceSql;
|
||||
moduleReturnsId.SplicingConditions= model.SplicingConditions;
|
||||
moduleReturnsId.SplicingConditions = model.SplicingConditions;
|
||||
moduleReturnsId.IsRadio = model.IsRadio;
|
||||
moduleReturnsId.ConfigureColumnMode = model.ConfigureColumnMode;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user