Browse Source

需求单No.137954

master
wugang 8 years ago
parent
commit
ae606eca13
2 changed files with 7 additions and 0 deletions
  1. +3
    -0
      BWP.B3_YunKen.Web/Pages/B3YunKen/SaleForecastUpdateList_/SaleForecastUpdateList.cs
  2. +4
    -0
      BWP.B3_YunKen.Web/Pages/B3YunKen/SaleForecastUpdateList_/SaleForecastUpdateList.xml

+ 3
- 0
BWP.B3_YunKen.Web/Pages/B3YunKen/SaleForecastUpdateList_/SaleForecastUpdateList.cs View File

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


+ 4
- 0
BWP.B3_YunKen.Web/Pages/B3YunKen/SaleForecastUpdateList_/SaleForecastUpdateList.xml View File

@ -77,6 +77,10 @@
<Field name="Store_ID"/>
<QBE paramName="Store_ID"/>
</EQ>
<EQ>
<Field name="SaleKind_ID"/>
<QBE paramName="SaleKind_ID"/>
</EQ>
</And>
</Where>
</Select>

Loading…
Cancel
Save