|
@@ -8,7 +8,7 @@
|
|
<tr>
|
|
<tr>
|
|
<th class='text-left nowrap'>详情</th>
|
|
<th class='text-left nowrap'>详情</th>
|
|
<th class='text-left nowrap'>订单归属</th>
|
|
<th class='text-left nowrap'>订单归属</th>
|
|
- <th class='text-left nowrap'>审核状态</th>
|
|
|
|
|
|
+ <th class='text-left nowrap'>审批状态</th>
|
|
<th class='text-left nowrap padding-0 relative' style="min-width:400px">
|
|
<th class='text-left nowrap padding-0 relative' style="min-width:400px">
|
|
<div class="layui-row" style="line-height:28px">
|
|
<div class="layui-row" style="line-height:28px">
|
|
<div class="layui-col-xs6 text-center layui-elip">商品规格</div>
|
|
<div class="layui-col-xs6 text-center layui-elip">商品规格</div>
|
|
@@ -41,10 +41,10 @@
|
|
<td class='text-left nowrap'>
|
|
<td class='text-left nowrap'>
|
|
<div class="inline-block">
|
|
<div class="inline-block">
|
|
状态:
|
|
状态:
|
|
- {eq name='vo.sh_status' value='0'}待审核{/eq}
|
|
|
|
- {eq name='vo.sh_status' value='1'}审核通过{/eq}
|
|
|
|
- {eq name='vo.sh_status' value='2'}审核拒绝{/eq}<br/>
|
|
|
|
- 审核人:{$vo.audit_user ? $admin_arr[$vo.audit_user]:'--'}
|
|
|
|
|
|
+ {eq name='vo.sh_status' value='0'}待审批{/eq}
|
|
|
|
+ {eq name='vo.sh_status' value='1'}审批通过{/eq}
|
|
|
|
+ {eq name='vo.sh_status' value='2'}审批拒绝{/eq}<br/>
|
|
|
|
+ 审批人:{$vo.audit_user ? $admin_arr[$vo.audit_user]:'--'}
|
|
</div>
|
|
</div>
|
|
</td>
|
|
</td>
|
|
|
|
|
|
@@ -65,7 +65,7 @@
|
|
<td class='text-left nowrap'>{$vo.reason}</td>
|
|
<td class='text-left nowrap'>{$vo.reason}</td>
|
|
<td class='text-left' >
|
|
<td class='text-left' >
|
|
{if auth("purchase/order_refund/audit") && $vo.sh_status == 0 }
|
|
{if auth("purchase/order_refund/audit") && $vo.sh_status == 0 }
|
|
- <a data-title="审核" class="layui-btn layui-btn-sm layui-btn-warm" data-modal='{:url("audit")}?id={$vo.id}'>审 核</a>
|
|
|
|
|
|
+ <a data-title="审批" class="layui-btn layui-btn-sm layui-btn-warm" data-modal='{:url("audit")}?id={$vo.id}'>退款审批</a>
|
|
{else auth("purchase/order_refund/audit")}
|
|
{else auth("purchase/order_refund/audit")}
|
|
<a data-title="查看" class="layui-btn layui-btn-sm" data-modal='{:url("audit")}?id={$vo.id}'>查 看</a>
|
|
<a data-title="查看" class="layui-btn layui-btn-sm" data-modal='{:url("audit")}?id={$vo.id}'>查 看</a>
|
|
{/if}
|
|
{/if}
|