_Main/BL/Type_CCEngineLogisticsCostRow0/Method_SetRentOutCost.qbl
@@ -2,7 +2,7 @@ #parent: #root Method SetRentOutCost ( DLEngineLogisticsCostColumn column, Number quantity Real quantity ) { TextBody: @@ -10,7 +10,7 @@ // 甄兰鸽 Jun-24-2024 (created) cell := selectobject( this, Cell, cell, cell.Column() = column ); value := cell.CCRentOutCost() + quantity; cell.CCRentOutCost( value ); value := cell.CCRentOutOfCost() + quantity; cell.CCRentOutOfCost( value ); *] }