luanhui 8 years ago
parent
commit
bebdb4e73e
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      B3QingDaoWanFu.Web/Pages/B3QingDaoWanFu/Reports/ComprehensiveReport.cs

+ 2
- 2
B3QingDaoWanFu.Web/Pages/B3QingDaoWanFu/Reports/ComprehensiveReport.cs View File

@ -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()


Loading…
Cancel
Save