...
|
...
|
@@ -109,7 +109,7 @@ |
|
|
<span class="operation" style="color: #7076CF; text-decoration:underline; cursor: pointer; " index="{$list.id}" type="3">通过</span>
|
|
|
<span class="operation" style="color: #FC0505; text-decoration:underline; cursor: pointer; " index="{$list.id}" type="4">拒绝</span>
|
|
|
</eq>
|
|
|
<in name="list['orderStatus']" value="6,7,8,10">
|
|
|
<in name="list['orderStatus']" value="6,7,8">
|
|
|
<a href="{:url('AdminOrder/toList',array('id'=>$list['id']))}" style="color: #06A9F0;">查看分配列表</a>
|
|
|
<a href="{:url('AdminOrder/to',array('id'=>$list['id']))}" style="color: #565FE3;">分配</a>
|
|
|
</in>
|
...
|
...
|
|