Browse Source

代采订单列表保留两位小数

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@9339 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
hejq 8 years ago
parent
commit
bd5eff378b
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/main/webapp/resources/tpl/index/purc/deputyOrder.html

+ 3 - 3
src/main/webapp/resources/tpl/index/purc/deputyOrder.html

@@ -310,15 +310,15 @@
                 		<div>流水号:<a ng-bind="order.code" ui-sref="purc.deputydetail({id:order.id})"></a></div>
                 		<div>下单日期:<span ng-bind="order.entrydate| date: 'yyyy-MM-dd'"></span></div>
                 		<div>终端供应商:<span ng-bind="order.tervendor"></span></div>
-                		<div>订单金额:<span ng-bind="order.totalamount"></span></div>
+                		<div>订单金额:<span ng-bind="order.totalamount| number: 2"></span></div>
                 	</td>
                 	<td class="text-left">
                 		<div>最新付款日期:<span ng-bind="order.paydate| date: 'yyyy-MM-dd'"></span></div>
-                		<div>累计付款金额:<span ng-bind="order.totalamount"></span></div>
+                		<div>累计付款金额:<span ng-bind="order.totalamount| number: 2"></span></div>
                 	</td>
                 	<td class="text-left">
                 		<div>最新付款日期:<span ng-bind="order.deliverydate| date: 'yyyy-MM-dd'"></span></div>
-                		<div>累计付款金额:<span ng-bind="order.usdpayment"></span></div>
+                		<div>累计付款金额:<span ng-bind="order.usdpayment| number: 2"></span></div>
                 	</td>
                 	<!-- <td>
                 		<img alt="" src="static/img/deputyOrder/pay_ok.png">