Hu Jie 7 лет назад
Родитель
Сommit
5da0afa9af
1 измененных файлов с 7 добавлено и 2 удалено
  1. 7 2
      src/main/webapp/resources/tpl/index/fa/apCheck.html

+ 7 - 2
src/main/webapp/resources/tpl/index/fa/apCheck.html

@@ -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>&nbsp;客户确认中...</a></div>
+							<div class="pull-right" title="等待客户确认"><a>&nbsp;客户正在确认</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>&nbsp;客户不同意</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>&nbsp;打印</a>
 						</div>