lazhen
2024-09-24 fab7d8c87cd9cb439007bf4dd9f6322fa1851c46
_Main/BL/Type_CCEngineLogisticsCostRow0/Method_SetDLRentOutCost.qbl
@@ -15,6 +15,6 @@
    cost          := ceil( quantity / enginecost.PackagingCapacity() ) * enginecost.WarehousingPrice();
          
    value := cell.DLRentOutCost() + cost;
    cell.DLRentOutCost( value );
    cell.DLRentOutCost( 0 ); // 属性类型修改
  *]
}