|
|
|
@ -43,7 +43,7 @@ namespace BWP.Web.Pages.B3QingDaoWanFu.Reports |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
protected override void AfterGetDFDataTable(DFDataTable table) |
|
|
|
protected override void BeforeInitAllDataQueryResult(DFDataTable table) |
|
|
|
{ |
|
|
|
ResetTable(table); |
|
|
|
} |
|
|
|
@ -234,7 +234,7 @@ namespace BWP.Web.Pages.B3QingDaoWanFu.Reports |
|
|
|
|
|
|
|
panel.EAdd(_checkbox); |
|
|
|
mQueryControls.Add("显示字段", _checkbox); |
|
|
|
mQueryControls.EnableHoldLastControlNames.Add("显示字段"); |
|
|
|
mQueryControls.EnableHoldLastControlNames.Add("显示字段"); |
|
|
|
} |
|
|
|
|
|
|
|
protected override DQueryDom GetQueryDom() |
|
|
|
|