Browse Source

委外验收单页面数据显示错误处理

hejq 8 years ago
parent
commit
79e44be276
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/webapp/resources/tpl/index/make/accept.html

+ 2 - 2
src/main/webapp/resources/tpl/index/make/accept.html

@@ -259,8 +259,8 @@
 						<span ng-bind="::currency(accept.currency)"></span><span
 							ng-bind="item.orderPrice || 0 | number : 6"></span>
 					</div>
-					<div class="text-muted" title="{{item.order.taxrate}}%">
-						<br> 税率:<span ng-bind="::item.order.taxrate + '%'"
+					<div class="text-muted" title="{{item.taxrate}}%">
+						<br> 税率:<span ng-bind="::item.taxrate + '%'"
 							class="text-num"></span>
 					</div>
 				</td>