|
|
|
@ -180,7 +180,7 @@ namespace BWP.Web.Pages.B3QingDaoWanFu.Reports |
|
|
|
config.Add("SupplierClass_ID"); |
|
|
|
config.Add("Employee_ID"); |
|
|
|
config.Add("ValuationArea_ID"); |
|
|
|
config.Add("PurchaseType"); |
|
|
|
config.Add("PurchaseType_ID"); |
|
|
|
config.Add("Date"); |
|
|
|
layoutManager.Config = config; |
|
|
|
vPanel.Add(layoutManager.CreateLayout()); |
|
|
|
@ -195,7 +195,7 @@ namespace BWP.Web.Pages.B3QingDaoWanFu.Reports |
|
|
|
|
|
|
|
_checkbox = new CheckBoxListWithReverseSelect { RepeatColumns = 6, RepeatDirection = RepeatDirection.Horizontal }; |
|
|
|
_checkbox.Items.Add(new ListItem("收购日期", "WeighTime")); |
|
|
|
_checkbox.Items.Add(new ListItem("收购类型", "PurchaseType")); |
|
|
|
_checkbox.Items.Add(new ListItem("收购类型", "PurchaseType_Name")); |
|
|
|
_checkbox.Items.Add(new ListItem("供应商", "Supplier_Name")); |
|
|
|
_checkbox.Items.Add(new ListItem("来源地", "来源地")); |
|
|
|
_checkbox.Items.Add(new ListItem("过磅单号", "Weigh_ID")); |
|
|
|
|