|
|
@@ -83,7 +83,7 @@
|
|
|
<tr class="header">
|
|
|
<th width="50">序号</th>
|
|
|
<th width="180">采购单号</th>
|
|
|
- <th width="180">产品名称</th>
|
|
|
+ <th width="180">产品</th>
|
|
|
<th width="100">品牌</th>
|
|
|
<th width="50">单位</th>
|
|
|
<th width="60">单价</th>
|
|
|
@@ -97,7 +97,13 @@
|
|
|
<tbody>
|
|
|
<tr ng-repeat="returnitem in returns.returnItems| orderBy:'number'" ng-class="{'scoroll':order.orderItems.length>10}">
|
|
|
<td width="50"><span ng-bind="::returnitem.number"></span></td>
|
|
|
- <td width="180"><span ng-bind="::returnitem.orderItem.order.code"></span></td>
|
|
|
+ <td width="180">
|
|
|
+ <div>
|
|
|
+ <span ng-bind="::acceptitem.orderItem.product.code"></span>
|
|
|
+ <span ng-bind="::acceptitem.orderItem.product.title"></span>
|
|
|
+ <span ng-bind="::acceptitem.orderItem.product.cmpcode"></span>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
<td width="180" class="text-center"><span ng-bind="::returnitem.product.title"></span></td>
|
|
|
<td width="100" class="text-center"><span ng-bind="::returnitem.product.brand"></span></td>
|
|
|
<td width="50" class="text-center"><span ng-bind="::returnitem.product.unit"></span></td>
|