|
|
@@ -87,6 +87,9 @@
|
|
|
height: 40px;
|
|
|
}
|
|
|
|
|
|
+.unPrinted {
|
|
|
+ color: #56a022;
|
|
|
+}
|
|
|
</style>
|
|
|
<div class="block">
|
|
|
<div class="loading in" ng-class="{'in': loading}">
|
|
|
@@ -236,7 +239,10 @@
|
|
|
</div>
|
|
|
</td>
|
|
|
<td class="status">
|
|
|
- <div class="text-muted">对账结果</div>
|
|
|
+ <div class="text-muted">对账结果
|
|
|
+ <a ng-click="print(check)" class="pull-right" title="打印{{check.print? '(已打印)':'(未打印)'}}" ng-class="{'unPrinted' : !check.print, 'text-muted': check.print}"><i
|
|
|
+ class="fa fa-print fa-lg"></i> 打印</a>
|
|
|
+ </div>
|
|
|
<div ng-if="check.checkStatus == '未对账'" class="text-center text-muted f14"><br>未对账!</div>
|
|
|
<div></div>
|
|
|
<div ng-if="check.checkStatus == '已确认'" class="text-center text-muted f14">
|