|
|
|
@ -52,12 +52,13 @@ namespace BWP.Web.Pages.B3QingDaoWanFu.Reports |
|
|
|
layout.Add("Date", new SimpleLabel("付款日期"), QueryCreator.DateRange(mDFInfo.Fields["Date"], mQueryContainer, "MinDate", "MaxDate", DateTime.Today, null)); |
|
|
|
layout["Date"].NotAutoAddToContainer = true; |
|
|
|
|
|
|
|
var config = new AutoLayoutConfig { Cols = 2 }; |
|
|
|
var config = new AutoLayoutConfig { Cols = 4 }; |
|
|
|
config.Add("Date"); |
|
|
|
config.Add("ID"); |
|
|
|
config.Add("AccountingUnit_ID"); |
|
|
|
config.Add("Supplier_ID"); |
|
|
|
config.Add("PurchaseType_ID"); |
|
|
|
config.Add("BillState"); |
|
|
|
|
|
|
|
layout.Config = config; |
|
|
|
vPanel.Add(layout.CreateLayout()); |
|
|
|
|