|
|
|
@ -71,6 +71,8 @@ namespace BWP.Web.Pages.B3YunKen.SaleForecastUpdateList_ { |
|
|
|
layoutManager.Add("Store_ID", new SimpleLabel("仓库"), _storeInput = QueryCreator.DFChoiceBox(_dFInfo.Fields["Store_ID"], B3FrameworksConsts.DataSources.授权仓库), false); |
|
|
|
|
|
|
|
layoutManager.Add("Customer_ID", _customerInput = QueryCreator.DFChoiceBox(_dFInfo.Fields["Customer_ID"], B3SaleDataSources.用户配置客户)); |
|
|
|
layoutManager.Add("SaleKind_ID", _customerInput = QueryCreator.DFChoiceBox(_dFInfo.Fields["SaleKind_ID"], B3SaleDataSources.销售类型)); |
|
|
|
|
|
|
|
var config = new AutoLayoutConfig(); |
|
|
|
|
|
|
|
config.Add("Date"); |
|
|
|
@ -80,6 +82,7 @@ namespace BWP.Web.Pages.B3YunKen.SaleForecastUpdateList_ { |
|
|
|
config.Add("Store_ID"); |
|
|
|
config.Add("GoodsProperty_ID"); |
|
|
|
config.Add("GoodsPropertyCatalog_ID"); |
|
|
|
config.Add("SaleKind_ID"); |
|
|
|
layoutManager.Config = config; |
|
|
|
var section = mPageLayoutManager.AddSection("BaseProperties", "查询条件"); |
|
|
|
section.ApplyLayout(layoutManager, config, mPageLayoutManager, _dFInfo); |
|
|
|
|