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