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