_Main/BL/Type_CCEngineLogisticsCostRow/Method_Initialize.qbl
@@ -2,16 +2,18 @@ #parent: #root Method Initialize ( CCEngineLogisticsCostColumn column ) ) as CCEngineLogisticsCostCell { TextBody: [* // 甄兰鸽 Jun-24-2024 (created) cell := this.Cell( relnew, RentInCost := 0 , RentOutOfCost := 0 , WerkToRentTransCost := 0 , RentStorCost := 0 ); , RentOutOfCost := 0 , WerkToRentTransCost := 0 , RentStorCost := 0 , CoefficientValue := '1.05' ); column.Cell( relinsert, cell ); return cell; *] }