Browse Source

对账单显示优化

Hu Jie 7 years ago
parent
commit
160ce062a7
1 changed files with 11 additions and 5 deletions
  1. 11 5
      src/main/webapp/resources/tpl/index/fa/apCheck.html

+ 11 - 5
src/main/webapp/resources/tpl/index/fa/apCheck.html

@@ -300,8 +300,15 @@
 					<div ng-show="check.status" class="block">
 						 <span class="text-trans success">已提交</span>
 					</div>
-					<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 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>
 					</div>
 					<!-- <a ui-sref="fa.apCheck_detail({id:check.id})" class="operate operate-undo text-center" 
 						 target="_blank">查看详情</a>	 -->		 
@@ -317,9 +324,8 @@
 						<a href="#/index" title="B2B商务首页">B2B 商务</a>
 					</div>
 					<div class="right_link">
-						<p ng-if="active != 'all'">暂无对账信息!</p>
-						<p ng-if="active == 'all'">您还未生成对账单,请立即新增对账!</p>
-						<a ng-if="active == 'all'" ui-sref="fa.apCheckList"><i class="fa fa-plus-square fa-fw"></i> 新增对账单</a>
+						<p ng-if="active != 'all'">您还未生成对账单,请立即新增对账!</p>
+						<a ng-if="active != 'all'" ui-sref="fa.apCheckList"><i class="fa fa-plus-square fa-fw"></i> 新增对账单</a>
 					</div>
 				</div>
 			</td>