diff --git a/BWP.B3_YunKen.Web/Pages/B3YunKen/SaleForecastUpdateList_/SaleForecastUpdateList.cs b/BWP.B3_YunKen.Web/Pages/B3YunKen/SaleForecastUpdateList_/SaleForecastUpdateList.cs index c1819de..4fbace3 100644 --- a/BWP.B3_YunKen.Web/Pages/B3YunKen/SaleForecastUpdateList_/SaleForecastUpdateList.cs +++ b/BWP.B3_YunKen.Web/Pages/B3YunKen/SaleForecastUpdateList_/SaleForecastUpdateList.cs @@ -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");