From df6e56c65e758b5a5e7b28bb9192575710a76c47 Mon Sep 17 00:00:00 2001 From: renhao <renhui.hao@capgemini.com> Date: 星期四, 12 十月 2023 15:54:20 +0800 Subject: [PATCH] Merge branch 'dev' --- _Main/UI/MacroPlannerWebApp/Component_DialogFillingCapacityOrder/Response_pnlActions_btnOk_OnClick.def | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Component_DialogFillingCapacityOrder/Response_pnlActions_btnOk_OnClick.def b/_Main/UI/MacroPlannerWebApp/Component_DialogFillingCapacityOrder/Response_pnlActions_btnOk_OnClick.def index bf61706..34b2cb2 100644 --- a/_Main/UI/MacroPlannerWebApp/Component_DialogFillingCapacityOrder/Response_pnlActions_btnOk_OnClick.def +++ b/_Main/UI/MacroPlannerWebApp/Component_DialogFillingCapacityOrder/Response_pnlActions_btnOk_OnClick.def @@ -30,6 +30,7 @@ SalesSegmentName := guard( ddlSalesSegment.Data().Name(), "null" ), StockingPointID := guard( ddlStockingPoint_MP.Data().ID(), "null" ), Customer := efCustomerName.Text(), + CustomerID := efCustomID.Text(), Quantity := [Real]edtQuantity.Text(), UnitOfMeasureName := ddlUnitOfMeasure_MP.Data().Name(), ForecastDemandDate := dsForecastDemandDate.Date(), @@ -44,6 +45,7 @@ data.SalesSegmentName( guard( ddlSalesSegment.Data().Name(), "null" ) ); data.StockingPointID( guard( ddlStockingPoint_MP.Data().ID(), "null" ) ); data.Customer( efCustomerName.Text() ); + data.CustomerID( efCustomID.Text() ); data.Quantity( [Real]edtQuantity.Text() ); data.UnitOfMeasureName( ddlUnitOfMeasure_MP.Data().Name() ); data.ForecastDemandDate( dsForecastDemandDate.Date() ); -- Gitblit v1.9.3