From b1079b320ffdfa6cfca7d13d18749a377f62ef6d Mon Sep 17 00:00:00 2001 From: Kevin Kok Khah Whey <khahwhey.kok@3ds.com> Date: 星期一, 25 九月 2023 22:49:51 +0800 Subject: [PATCH] Kevin: 1. 把Operation.GetHasValidOperationInputOutput以让系统能够对没有投入料并非供应商生产单元的操作报告红色有效性检查移到了Routing. 2. 创建了GlobalOTDTable.SetIsLinkedWithFinishedGoodAttributes方法来检查中间表里的产品数据是否与生产成品的工艺路线连接起来了。 --- _Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Component_ContextMenuSalesFillingCapacity.def | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Component_ContextMenuSalesFillingCapacity.def b/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Component_ContextMenuSalesFillingCapacity.def index 3dddc43..4e6377b 100644 --- a/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Component_ContextMenuSalesFillingCapacity.def +++ b/_Main/UI/MacroPlannerWebApp/Component_ApplicationMacroPlanner/Component_ContextMenuSalesFillingCapacity.def @@ -13,7 +13,7 @@ [ Image: 'ELEMENT_BLUE' Taborder: 0 - Title: 'Filling Capacity Scheme List' + Title: '澶栧崠CELL' Tooltip: 'Filling Capacity Scheme List' ] } @@ -25,6 +25,17 @@ [ Image: 'ELEMENT_ORANGE' Taborder: 1 + Title: '濉骇鏂规鍒楄〃' + ] + } + Component MenuSalesFillingSchemeHistorical + { + #keys: '[414382.0.455751651]' + BaseType: 'WebMenu' + Properties: + [ + Image: 'ELEMENT_ORANGE' + Taborder: 2 Title: '濉骇鍘嗗彶璁㈠崟鍒楄〃' ] } -- Gitblit v1.9.3