Browse Source

Merge branch 'master' of 192.168.1.5:BWPB3/B3YunKen

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

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

@ -70,12 +70,15 @@ namespace BWP.Web.Pages.B3YunKen.SaleForecastUpdateList_ {
layoutManager.Add("AccountingUnit_ID", new SimpleLabel("会计单位"), _accInput = QueryCreator.DFChoiceBox(_dFInfo.Fields["AccountingUnit_ID"], B3FrameworksConsts.DataSources.), false);
layoutManager.Add("Store_ID", new SimpleLabel("仓库"), _storeInput = QueryCreator.DFChoiceBox(_dFInfo.Fields["Store_ID"], B3FrameworksConsts.DataSources.), false);
layoutManager.Add("DeliveryTime",new SimpleLabel("提货时间"),QueryCreator.DateRange(_dFInfo.Fields["DeliveryTime"],_queryContainer, "MinDeliveryTime", "MaxDeliveryTime"));
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");
config.Add("DeliveryTime");
config.Add("AccountingUnit_ID");
config.Add("Employee_ID");
config.Add("Customer_ID");


Loading…
Cancel
Save