$!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) #end #if($!obj.trans_type==2) #end #foreach($info in $transportTools.query_all_transprot("$!obj.trans_mail_info",0)) #end #foreach($info in $transportTools.query_all_transprot("$!obj.trans_express_info",0)) #end #foreach($info in $transportTools.query_all_transprot("$!obj.trans_ems_info",0)) #end
配送方式 配送区域 首件(件) 运费(¥) 续件(件) 运费(¥)
配送方式 配送区域 首重(kg) 运费(¥) 续重(kg) 运费(¥)
配送方式 配送区域 首体积(m³) 运费(¥) 续体积(m³) 运费(¥)
平邮 $!info.value("city_name") $!info.value("trans_weight") $!info.value("trans_fee") $!info.value("trans_add_weight") $!info.value("trans_add_fee")
快递 $!info.value("city_name") $!info.value("trans_weight") $!info.value("trans_fee") $!info.value("trans_add_weight") $!info.value("trans_add_fee")
EMS $!info.value("city_name") $!info.value("trans_weight") $!info.value("trans_fee") $!info.value("trans_add_weight") $!info.value("trans_add_fee")
#end
$!gotoPageFormHTML
$!httpInclude.include("/footer.htm")