xiaoding721
2024-09-25 ad242bf0203ebb1236bd2cb5c1da1dd8619aedce
_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 );
  *]
}