From 979fac481dc55ff7b426f368d9a968d1b87001ac Mon Sep 17 00:00:00 2001 From: limj <limj@taizhitech.com> Date: 星期一, 25 九月 2023 20:51:15 +0800 Subject: [PATCH] 优先级因子BUG修改 --- _Main/UI/MacroPlannerWebApp/Component_DialogFillingCapacityOrder/Component_pnlContent.def | 22 +++++++++------------- 1 files changed, 9 insertions(+), 13 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Component_DialogFillingCapacityOrder/Component_pnlContent.def b/_Main/UI/MacroPlannerWebApp/Component_DialogFillingCapacityOrder/Component_pnlContent.def index 63e6384..3425275 100644 --- a/_Main/UI/MacroPlannerWebApp/Component_DialogFillingCapacityOrder/Component_pnlContent.def +++ b/_Main/UI/MacroPlannerWebApp/Component_DialogFillingCapacityOrder/Component_pnlContent.def @@ -13,8 +13,7 @@ [ AllowEmpty: true DataBinding: 'DataHolderFillingCapacityOrder.Data.ProductID' - Label: 'ProductID' - Strings: 'productID' + Label: '鍟嗗搧缂栫爜' Taborder: 0 ] } @@ -26,8 +25,7 @@ [ AllowEmpty: true DataBinding: 'DataHolderFillingCapacityOrder.Data.SalesSegmentName' - Label: 'SalesSegmentName' - Strings: 'SalesSagmentName' + Label: '閿�鍞儴闂�' Taborder: 1 ] } @@ -39,8 +37,7 @@ [ AllowEmpty: true DataBinding: 'DataHolderFillingCapacityOrder.Data.StockingPointID' - Label: 'StockPointID' - Strings: 'StockPointID' + Label: '搴撳瓨鐐�' Taborder: 2 ] } @@ -52,8 +49,7 @@ [ AllowEmpty: true DataBinding: 'DataHolderFillingCapacityOrder.Data.Customer' - Label: 'Customer' - Strings: 'Customer' + Label: '瀹㈡埛' Taborder: 3 ] } @@ -64,7 +60,7 @@ Properties: [ DataBinding: 'DataHolderFillingCapacityOrder.Data.Quantity' - Label: 'Quantity' + Label: '鏁伴噺' Mask: 'REAL' Taborder: 4 ] @@ -77,7 +73,7 @@ [ AllowEmpty: true DataBinding: 'DataHolderFillingCapacityOrder.Data.UnitOfMeasureName' - Label: 'UnitOfMeasureName' + Label: '鏁伴噺鍗曚綅' Strings: 'UnitName' Taborder: 5 ] @@ -89,7 +85,7 @@ Properties: [ DataBinding: 'DataHolderFillingCapacityOrder.Data.SalesAmount' - Label: 'SalesAmount' + Label: '閿�鍞' Mask: 'NUMBER' Taborder: 6 ] @@ -101,7 +97,7 @@ Properties: [ DataBinding: 'DataHolderFillingCapacityOrder.Data.DemandDate' - Label: 'Demand Date' + Label: '闇�姹傛棩鏈�' Taborder: 8 ] } @@ -112,7 +108,7 @@ Properties: [ DataBinding: 'DataHolderFillingCapacityOrder.Data.ForecastDemandDate' - Label: 'Forecast Demand Date' + Label: '棰勬湡闇�姹傛棩鏈�' Taborder: 7 ] } -- Gitblit v1.9.3