_Main/BL/Type_CCEngineLogisticsCostReport0/StaticMethod_Initialize.qbl
@@ -62,7 +62,7 @@ if( not isnull( enginecost ) ){ products.Add( product ); cell := selectobject( row, Cell, cell, cell.Column() = column ); cell.CCRentQuantity( cell.CCRentQuantity() + quantity ); cell.CCRentQty( cell.CCRentQty() + quantity ); //长春外租库入库费用:入库量/包装容量*入库单价 entercost := ceil( quantity / enginecost.PackagingCapacity() ) * enginecost.WarehousingPrice(); //长春外租库出库费用: 出库量/包装容量*出库单价