From d0d4a34072977d5194fb981a23fce67ba1b7eae2 Mon Sep 17 00:00:00 2001 From: lihongji <3117313295@qq.com> Date: 星期三, 14 八月 2024 14:58:58 +0800 Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/VWED into dev --- _Main/UI/MacroPlannerWebApp/Component_FormCCEngineLogisticsCostReport/Response_MatrixEditorTable_358_OnUpdateValue.def | 32 ++++++++++++++++++++++++++++++++ 1 files changed, 32 insertions(+), 0 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormCCEngineLogisticsCostReport/Response_MatrixEditorTable_358_OnUpdateValue.def b/_Main/UI/MacroPlannerWebApp/Component_FormCCEngineLogisticsCostReport/Response_MatrixEditorTable_358_OnUpdateValue.def new file mode 100644 index 0000000..ef0c204 --- /dev/null +++ b/_Main/UI/MacroPlannerWebApp/Component_FormCCEngineLogisticsCostReport/Response_MatrixEditorTable_358_OnUpdateValue.def @@ -0,0 +1,32 @@ +Quintiq file version 2.0 +#parent: MatrixEditorTable_358 +Response OnUpdateValue ( + CCEngineLogisticsCostRow row, + CCEngineLogisticsCostColumn column, + CCEngineLogisticsCostCell cell, + Number value, + Number oldvalue +) id:Response_MatrixEditorTable_358_OnUpdateValue +{ + #keys: '[415136.0.989501207]' + CanBindMultiple: false + DefinitionID: 'Responsedef_WebMatrixEditor_OnUpdateValue' + QuillAction + { + Body: + [* + table := selectobject( MacroPlan, CCEngineLogisticsCostReport, report, not report.IsShow() ); + cell.Coefficient( value ); + traverse( table, Row, trow, trow.Name() = row.Name() ){ + traverse( trow, Cell, tcel, tcel.Column().Name() = column.Name() ){ + tcel.RentEnterCost( cell.RentEnterCost() ); + tcel.RentOutCost( cell.RentOutCost() ); + tcel.FactoryToRentTransCost( cell.FactoryToRentTransCost() ); + tcel.RentStorageCost( cell.RentStorageCost() ); + tcel.Coefficient( cell.Coefficient() ); + } + } + *] + GroupServerCalls: false + } +} -- Gitblit v1.9.3