|
|
@@ -187,13 +187,16 @@
|
|
|
<td colspan="6"></td>
|
|
|
</tr>
|
|
|
<tr class="toolbar toolbar-top">
|
|
|
- <td colspan="6">
|
|
|
+ <td colspan="5">
|
|
|
<div>
|
|
|
- <label><input type="checkbox" class="selector select_all"
|
|
|
+ <label><input ng-disabled="true" type="checkbox" class="selector select_all"
|
|
|
ng-model="selectAll">全选</label> <a ng-disabled="true" href="javascript:void(0)"
|
|
|
class="btn btn-default btn-xs">批量处理</a>
|
|
|
</div> <!-- 分页 -->
|
|
|
</td>
|
|
|
+ <td class="text-center">
|
|
|
+ <a href="sale/return/xls" target="_self" class="text-simple" title="导出Excel表格"><i class="fa fa-file-excel-o fa-fw"></i>导出</a>
|
|
|
+ </td>
|
|
|
</tr>
|
|
|
<tr class="sep-row">
|
|
|
<td colspan="6"></td>
|
|
|
@@ -205,15 +208,15 @@
|
|
|
<div class="order-main">
|
|
|
<span> <input type="checkbox" class="selector"
|
|
|
ng-model="returns.$selected">
|
|
|
- </span> <span class="text-num text-bold" title="{{returns.date | date: 'yyyy年MM月dd日 hh:mm'}}"
|
|
|
- ng-bind="returns.date | date:'yyyy-MM-dd'"></span> <span>流水号:<a
|
|
|
- class="text-num" ng-bind="returns.code" href="#"></a></span>
|
|
|
+ </span> <span class="text-num text-bold" title="{{::returns.date | date: 'yyyy年MM月dd日 hh:mm'}}"
|
|
|
+ ng-bind="::returns.date | date:'yyyy-MM-dd'"></span> <span>流水号:<a
|
|
|
+ class="text-num" ng-bind="::returns.code" href="#"></a></span>
|
|
|
</div>
|
|
|
</td>
|
|
|
<td colspan="3"><a title="客户名称" href="#"
|
|
|
- ng-bind="returns.returnItems[0].orderItem.order.enterprise.enName"></a></td>
|
|
|
+ ng-bind="::returns.returnItems[0].orderItem.order.enterprise.enName"></a></td>
|
|
|
<td colspan="1" class="order-sum">
|
|
|
- <a ng-if="returns.sendCode != null" title="送货单号" href="#"> <i style="color: #CC9933;" class="fa fa-truck"></i> <span ng-bind="returns.sendCode"></span></a>
|
|
|
+ <a ng-if="returns.sendCode != null" title="送货单号" href="#"> <i style="color: #CC9933;" class="fa fa-truck"></i> <span ng-bind="::returns.sendCode"></span></a>
|
|
|
</td>
|
|
|
<td colspan="1" class="text-center">
|
|
|
<div class="operates">
|
|
|
@@ -226,32 +229,32 @@
|
|
|
<tr class="order-bd" ng-repeat="item in returns.returnItems">
|
|
|
<td class="product">
|
|
|
<div class="text-num text-bold">
|
|
|
- <a href="#" ng-bind="item.orderItem.product.code"></a>
|
|
|
+ <a href="#" ng-bind="::item.orderItem.product.code"></a>
|
|
|
</div>
|
|
|
<div>
|
|
|
- <a href="#" ng-bind="item.orderItem.product.title"></a>
|
|
|
+ <a href="#" ng-bind="::item.orderItem.product.title"></a>
|
|
|
</div>
|
|
|
- <div class="text-muted" title="{{item.orderItem.product.spec}}"
|
|
|
- ng-bind="item.orderItem.product.spec"></div>
|
|
|
+ <div class="text-muted" title="{{::item.orderItem.product.spec}}"
|
|
|
+ ng-bind="::item.orderItem.product.spec"></div>
|
|
|
</td>
|
|
|
<td class="text-center">
|
|
|
<div class="text-num"
|
|
|
- title="{{item.orderPrice}}" ng-bind="item.orderPrice | currency: currency(returns.currency)"></div>
|
|
|
+ title="{{::item.orderPrice}}" ng-bind="::item.orderPrice | currency: currency(returns.currency)"></div>
|
|
|
</td>
|
|
|
<td class="text-center">
|
|
|
<div class="text-num text-bold"
|
|
|
- title="{{item.qty}}" ng-bind="item.qty"></div>
|
|
|
- <div class="text-muted" ng-bind="item.orderItem.product.unit"></div>
|
|
|
+ title="{{::item.qty}}" ng-bind="::item.qty"></div>
|
|
|
+ <div class="::text-muted" ng-bind="::item.orderItem.product.unit"></div>
|
|
|
</td>
|
|
|
<td class="text-center br-l">
|
|
|
<div class="text-num"
|
|
|
- ng-bind="item.batchCode"></div>
|
|
|
+ ng-bind="::item.batchCode"></div>
|
|
|
</td>
|
|
|
<td class="br-l" colspan="2">
|
|
|
- <div>单据编号:<a href="#" ng-bind="item.orderItem.order.code"></a></div>
|
|
|
+ <div>单据编号:<a href="#" ng-bind="::item.orderItem.order.code"></a></div>
|
|
|
<div>
|
|
|
- 第 <span ng-bind="item.orderItem.number"></span> 行
|
|
|
- 数量:<span ng-bind="item.orderItem.qty"></span>
|
|
|
+ 第 <span ng-bind="::item.orderItem.number"></span> 行
|
|
|
+ 数量:<span ng-bind="::item.orderItem.qty"></span>
|
|
|
</div>
|
|
|
</td>
|
|
|
</tr>
|