|
|
@@ -302,10 +302,15 @@
|
|
|
</div>
|
|
|
<div ng-if="check.checkStatus == '未对账'" class="text-center text-muted f14">
|
|
|
<div class="" style="margin-top: 33px;margin-right: 20px;">
|
|
|
- <div class="pull-right" title="等待客户确认"><a> 客户确认中...</a></div>
|
|
|
+ <div class="pull-right" title="等待客户确认"><a> 客户正在确认</a></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div ng-if="check.checkStatus != '未对账'" class="text-center text-muted f14">
|
|
|
+ <div ng-if="check.checkStatus == '不同意'" class="text-center text-muted f14">
|
|
|
+ <div class="" style="margin-top: 33px;margin-right: 20px;">
|
|
|
+ <div class="pull-right" title="客户不同意"><a> 客户不同意</a></div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div ng-if="check.checkStatus == '已确认'" class="text-center text-muted f14">
|
|
|
<div class="" style="margin-top: 33px;margin-right: 20px;">
|
|
|
<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>
|