|
|
@@ -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">
|