_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 ); // 属性类型修改 *] }