|
|
@@ -177,7 +177,7 @@
|
|
|
<td class="first info" width="700px">
|
|
|
<div class="text-muted">
|
|
|
<span>单据编号:</span>
|
|
|
- <span class="text-num">{{::check.code}}</span>
|
|
|
+ <span class="text-num"><a ui-sref="fa.arCheck_detail({id:check.id})" title="点击查看详情">{{::check.code}}</a></span>
|
|
|
<span class="pull-right text-num" title="录单时间">{{::check.date | date:'MM月dd日 HH:mm'}} <i class="fa fa-clock-o"></i></span>
|
|
|
</div>
|
|
|
<div class="main">
|
|
|
@@ -216,10 +216,10 @@
|
|
|
<div class="text-warning text-bold"><i class="fa fa-frown-o fa-lg fa-fw"></i>不同意: {{::check.disagree}}</div>
|
|
|
<div class="text-muted text-bold"><i class="fa fa-meh-o fa-lg fa-fw"></i>未对账: {{check.items.length - check.agree - check.disagree}}</div>
|
|
|
</div>
|
|
|
- <a ng-if="check.status == 200 || check.items.length != check.agree" class="operate operate-undo text-center"
|
|
|
+ <!-- <a ng-if="check.status == 200 || check.items.length != check.agree" class="operate operate-undo text-center"
|
|
|
ui-sref="fa.arCheck_detail({id:check.id})" target="_blank">立即开始对账</a>
|
|
|
<a ng-if="check.status == 201 && check.items.length == check.agree" class="operate operate-done text-center"
|
|
|
- ui-sref="fa.arCheck_detail({id:check.id})" target="_blank">查看详情</a>
|
|
|
+ ui-sref="fa.arCheck_detail({id:check.id})" target="_blank">查看详情</a> -->
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr></tr>
|