_Main/BL/Type_CCEngineLogisticsCostRow0/Method_SetDLRentOutCost.qbl
@@ -14,7 +14,7 @@ //入库量/包装容量*入库单价,入库量等于长春产量 cost := ceil( quantity / enginecost.PackagingCapacity() ) * enginecost.WarehousingPrice(); value := cell.DLRentOutCost() + cost; cell.DLRentOutCost( 0 ); // 属性类型修改 value := cell.DLRentOutOfCost() + cost; cell.DLRentOutOfCost( value ); *] }