From d907182b676b348aae346a15ed4e8790b75d226a Mon Sep 17 00:00:00 2001 From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com> Date: 星期日, 29 九月 2024 12:05:48 +0800 Subject: [PATCH] 修改三条产线轮换生产 --- _Main/UI/MacroPlannerWebApp/Component_DialogCreateEditProductionLineBatchData/Component_pnlContent.def | 62 +++++++++++++++++++++++++++++- 1 files changed, 59 insertions(+), 3 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditProductionLineBatchData/Component_pnlContent.def b/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditProductionLineBatchData/Component_pnlContent.def index 896cf38..e69df80 100644 --- a/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditProductionLineBatchData/Component_pnlContent.def +++ b/_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditProductionLineBatchData/Component_pnlContent.def @@ -86,7 +86,7 @@ DataBinding: 'DialogData.Data.ShiftPattern1' DisplayField: 'Name' Label: 'Shift pattern 1' - Taborder: 2 + Taborder: 3 ] } Component ddlShiftPattern2 @@ -114,7 +114,7 @@ DataBinding: 'DialogData.Data.ShiftPattern2' DisplayField: 'Name' Label: 'Shift pattern 2' - Taborder: 3 + Taborder: 4 ] } Component dsStartDate @@ -125,7 +125,7 @@ [ DataBinding: 'DialogData.Data.StartDate' Label: 'Start date' - Taborder: 4 + Taborder: 6 ] } Component dsEndDate @@ -136,6 +136,62 @@ [ DataBinding: 'DialogData.Data.EndDate' Label: 'End date' + Taborder: 7 + ] + } + Component ddlLine3 + { + #keys: '[414996.1.106189463]' + BaseType: 'WebDropDownList' + Databinding: 'Unit' + Children: + [ + Component deContent872 + { + #keys: '[414996.1.106189464]' + BaseType: 'WebDataExtractor' + Properties: + [ + DataType: 'structured[Unit]' + Source: 'ApplicationMacroPlanner.DataHolderUnit' + Taborder: 0 + Transformation: 'Elements.astype(Unit)' + ] + } + ] + Properties: + [ + DataBinding: 'DialogData.Data.Unit3' + DisplayField: 'Name' + Label: 'Line 3' + Taborder: 2 + ] + } + Component ddlShiftPattern3 + { + #keys: '[414996.1.108410230]' + BaseType: 'WebDropDownList' + Databinding: 'ShiftPattern' + Children: + [ + Component deContent529 + { + #keys: '[414996.1.108410231]' + BaseType: 'WebDataExtractor' + Properties: + [ + DataType: 'MacroPlan' + Source: 'MacroPlan' + Taborder: 0 + Transformation: 'ShiftPattern' + ] + } + ] + Properties: + [ + DataBinding: 'DialogData.Data.ShiftPattern3' + DisplayField: 'Name' + Label: 'Shift pattern 3' Taborder: 5 ] } -- Gitblit v1.9.3