$!httpInclude.include("/top.htm")
$!httpInclude.include("/seller/nav_head.htm")
$!httpInclude.include("/seller/nav.htm?op=transport")
卖家中心
>
运费模板
运费模板列表
新增运费模板
#foreach($obj in $objs)
$!{obj.trans_name}
最后编辑时间:$!CommUtil.formatLongDate($!obj.addTime)
复制模板
|
编辑
|
删除
#if($!obj.trans_type==0)
配送方式
配送区域
首件(件)
运费(¥)
续件(件)
运费(¥)
#end #if($!obj.trans_type==1)
配送方式
配送区域
首重(kg)
运费(¥)
续重(kg)
运费(¥)
#end #if($!obj.trans_type==2)
配送方式
配送区域
首体积(m³)
运费(¥)
续体积(m³)
运费(¥)
#end #foreach($info in $transportTools.query_all_transprot("$!obj.trans_mail_info",0))
平邮
$!info.value("city_name")
$!info.value("trans_weight")
$!info.value("trans_fee")
$!info.value("trans_add_weight")
$!info.value("trans_add_fee")
#end #foreach($info in $transportTools.query_all_transprot("$!obj.trans_express_info",0))
快递
$!info.value("city_name")
$!info.value("trans_weight")
$!info.value("trans_fee")
$!info.value("trans_add_weight")
$!info.value("trans_add_fee")
#end #foreach($info in $transportTools.query_all_transprot("$!obj.trans_ems_info",0))
EMS
$!info.value("city_name")
$!info.value("trans_weight")
$!info.value("trans_fee")
$!info.value("trans_add_weight")
$!info.value("trans_add_fee")
#end
#end
$!gotoPageFormHTML
$!httpInclude.include("/footer.htm")