仓储
@can("项目管理-项目-计费模型-审核") @endcan
双击下方已添加内容可编辑
名称 计费类型 用仓类型 起租面积 单价 单位 计时单位 减免类型 减免值 税率
@{{ item.name }} @{{ item.counting_type }} @{{ item.using_type }} @{{ item.minimum_area }}
@{{ item.price[i] }}
@{{ item.price[0] }}
@{{ poolMapping.units ? poolMapping.units[item.unit_id] : '' }} @{{ poolMapping.units ? poolMapping.units[item.time_unit_id] : '' }} @{{ item.discount_type }} @{{ item.discount_value }} @{{ poolMapping.taxRates ? poolMapping.taxRates[item.tax_rate_id] : '' }} ×
 作业
@can("项目管理-项目-计费模型-审核") @endcan
双击下方已添加内容可编辑
入库
退
×
特征:@{{ operation.featureFormat }}
按单计费:@{{ operation.total_price }} 元/单
@{{ item.amount }} @{{ poolMapping.units ? poolMapping.units[item.unit_id] : '' }} / @{{ item.unit_price }}零头价:@{{ item.odd_price }}元  (满减单价:@{{ item.discount_price }}元)
×
@{{ item.featureFormat }}
出库
×
特征:@{{ operation.featureFormat }}
按单计费:@{{ operation.total_price }} 元/单 (满减价: , @{{ operation.discount_count[k] ? (operation.discount_count[k+1] ? operation.discount_count[k]+'-'+(operation.discount_count[k+1]-1)+' 单' : operation.discount_count[k]+'+ 单') : '' }}(@{{ value }}元) )
@{{ item.amount }} @{{ poolMapping.units ? poolMapping.units[item.unit_id] : '' }} / @{{ item.unit_price }}零头价:@{{ item.odd_price }}元  (满减单价: , @{{ operation.discount_count[k] ? (operation.discount_count[k+1] ? operation.discount_count[k]+'-'+(operation.discount_count[k+1]-1)+' 单' : operation.discount_count[k]+'+ 单') : '' }}(@{{ value }}元) )
×
@{{ item.featureFormat }}
 快递
@can("项目管理-项目-计费模型-审核") @endcan
双击下方已添加内容可编辑
承运商 名称 首重值(KG) 续重值(KG) 税率 详情
@{{ express.name }} @{{ express.initial_weight }} @{{ express.additional_weight }} @{{ poolMapping.taxRates ? poolMapping.taxRates[express.tax_rate_id] : '' }}  @{{ express.items.length }} 省份 ×
省份
@{{ poolMapping.provinces ? poolMapping.provinces[item.province_id] : '' }} ×
 物流
@can("项目管理-项目-计费模型-审核") @endcan
双击下方已添加内容可编辑
承运商 名称 单位一 一区间值 单位二 二区间值 提货费 燃油附加费 信息服务费 税率 详情
@{{ logistic.name }} @{{ poolMapping.units ? poolMapping.units[logistic.unit_id] : '' }} @{{ logistic.unit_range }} @{{ poolMapping.units ? poolMapping.units[logistic.other_unit_id] : '' }} @{{ logistic.other_unit_range }} @{{ logistic.pick_up_price }} @{{ logistic.fuel_price }} @{{ logistic.service_price }} @{{ poolMapping.taxRates ? poolMapping.taxRates[logistic.tax_rate_id] : '' }}  @{{ logistic.items.length }} 地区 ×
省份 市区 单位 区间 单价 送货费 起始计费 起始计数 费率(%)
@{{ poolMapping.provinces ? poolMapping.provinces[item.province_id] : '' }} @{{ poolMapping.cities ? poolMapping.cities[item.city_id] : '' }} @{{ poolMapping.units ? poolMapping.units[item.unit_id] : '' }} @{{ item.range }} @{{ item.unit_price }} @{{ item.delivery_fee }} @{{ item.initial_fee }} @{{ item.initial_amount }} @{{ item.rate }} % ×
 直发
@can("项目管理-项目-计费模型-审核") @endcan
双击下方已添加内容可编辑
名称:@{{ selectedModel.directLogistic.name }} 起步数(KM):@{{ selectedModel.directLogistic.base_km }} 税率:@{{ poolMapping.taxRates ? poolMapping.taxRates[selectedModel.directLogistic.tax_rate_id] : '' }} ×
 详情
车型 起步费 续费(元/KM)
@{{ poolMapping.cars ? poolMapping.cars[item.car_type_id] : '' }} @{{ item.base_fee }} @{{ item.additional_fee }} ×
 系统
@can("项目管理-项目-计费模型-审核") @endcan
双击下方已添加内容可编辑
@can("计费模型-仓储-录入")
@include("customer.project.part._storage")
@endcan @can("计费模型-作业-录入")
@include("customer.project.part._operation") @include("customer.project.part._addFeature")
@endcan @can("计费模型-快递-录入")
@include("customer.project.part._express")
@endcan @can("计费模型-物流-录入")
@include("customer.project.part._logistic") @include("customer.project.part._logisticDetail")
@endcan @can("计费模型-直发-录入")
@include("customer.project.part._directLogistic")
@endcan @can("计费模型-系统-录入")
@include("customer.project.part._system")
@endcan @include("customer.project.part._introducePriceModel")

@{{ val[0] }}