{if empty($item['statusvalue'])}
{ifp 'order.op.pay'}
{if $item['paytypevalue']==3}
确认发货
{else}
{/if}
{/if}
{elseif $item['statusvalue'] == 1}
{if !empty($item['addressid']) }
{ifp 'order.op.send'}
确认发货
{/if}
{else}
{if $item['isverify']==1}
{ifp 'order.op.verify'}
确认使用
{/if}
{else}
{ifp 'order.op.fetch'}
确认取货
{/if}
{/if}
{/if}
{elseif $item['statusvalue'] == 2}
{if !empty($item['addressid'])}
{if $detial_flag == 1}
{ifp 'order.op.send'}修改物流 {/if}
{/if}
{if $merch_user['finishchecked'] == 1}
{ifp 'order.op.finish'}{if strexists($_W['action'],'order.list')}{/if}确认收货{/if}
{/if}
{ifp 'order.op.sendcancel'}{if strexists($_W['action'],'order.list')}
{/if}
取消发货{/if}
{/if}
{elseif $item['statusvalue'] == 3}
{/if}