{template 'header', 'member'} {if $action=='add' || $action == 'edit'}
* 模板名称
* 快递名称
默认运费
增加一件商品增加
显示顺序 数字越小越靠前
备注信息
      
{load('clear.js')} {if $action=='add'} {else} {/if} {elseif $action == 'area'}
{loop $lists $k $v} {/loop}
排序 地区 默认运费 每增加一件商品增加 所属模板 快递
{area_pos($v[areaid])} {$I[title]} {$I[express]}
新增 {$area_select} {$I[title]} {$I[express]}
 
    
 
{$pages}
{else}
{loop $lists $k $v} {/loop}
模板名称 快递 默认运费 每增加一件商品增加 添加时间 排序 地区运费 修改 删除
  {$v[title]}{if $v[note]} {/if} {$v[express]} {$v[fee_start]} {$v[fee_step]} {$v[adddate]} {$v[listorder]} 地区运费 ({$v[items]})
{if $MG[express_limit]}
总共可发 {$MG[express_limit]} 条   当前已发 {$limit_used} 条   还可以发 {$limit_free}
{/if}
{$pages}
{/if} {if $action=='add' || $action=='edit'} {/if} {template 'footer', 'member'}