_Main/BL/Type_CCEngineLogisticsCostRow0/Method_SetDLRentEnterCost.qbl
@@ -15,6 +15,6 @@ cost := ceil( quantity / enginecost.PackagingCapacity() ) * enginecost.WarehousingPrice(); value := cell.DLRentEnterCost() + cost; cell.DLRentEnterCost( value ); cell.DLRentEnterCost( 0 ); // 属性类型修改 *] }