admin
2024-09-23 65dfa3d300ec95e9531283d0a3fc07558c844078
_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 ); // 属性类型修改
  *]
}