_Main/BL/Type_CCEngineLogisticsCostRow0/Method_SetRentStorageCost.qbl
@@ -2,7 +2,7 @@ #parent: #root Method SetRentStorageCost ( 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.CCRentStorageCost() + quantity; cell.CCRentStorageCost( value ); value := cell.CCRentStorCost() + quantity; cell.CCRentStorCost( value ); *] }