admin
2024-09-23 65dfa3d300ec95e9531283d0a3fc07558c844078
_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 ); // 属性类型修改
  *]
}