|
|
@@ -165,13 +165,12 @@
|
|
|
<table class="order-table block " ng-table="tableParams">
|
|
|
<thead>
|
|
|
<tr class="header">
|
|
|
- <th width="140">产品编号</th>
|
|
|
- <th>产品名称</th>
|
|
|
- <th width="220">产品规格</th>
|
|
|
- <th width="110">品牌</th>
|
|
|
- <th width="110">原厂型号</th>
|
|
|
+ <th width="140">物料编号</th>
|
|
|
+ <th>物料名称(类目)</th>
|
|
|
+ <th width="160">物料型号</th>
|
|
|
+ <th width="140">品牌</th>
|
|
|
<th width="70">单位</th>
|
|
|
- <!-- <th width ="90">操作</th> -->
|
|
|
+ <th width ="90">操作</th>
|
|
|
</tr>
|
|
|
<!--<tr class="sep-row">
|
|
|
<td colspan="5"></td>
|
|
|
@@ -188,11 +187,10 @@
|
|
|
<a ng-bind="::product.title" ui-sref="purc.productDetail({id:product.id})" target="_self" title="查看详情"></a>
|
|
|
</div>
|
|
|
</td>
|
|
|
- <td class="order-sum text-center" title="{{product.spec}}" ng-bind="::product.spec"></td>
|
|
|
+ <td class="hover-show text-center" ng-class="{'bg01' : product.cmpUuId != null && product.cmpCode != null , 'bg02' : product.cmpUuId == null && product.cmpCode != null , '': product.cmpCode == null}"><a href="#" title="物料型号" ng-bind="::product.cmpCode"></a></td>
|
|
|
<td class="line-h20 text-center" title="{{product.brand}}" ng-bind="::product.brand"></td>
|
|
|
- <td class="text-center" title="原厂型号" ng-bind="::product.cmpCode"></td>
|
|
|
<td class="text-center" title="单位" ng-bind="::product.unit"></td>
|
|
|
- <!-- <td class="text-center"><a ui-sref="sale.productDetail({id:product.id})" target="_self" title="编辑" style="position: relative;top:1px;"><i class="fa fa-lg fa-edit"></i></a>|<a ng-click="deleteById(product.id)" title="删除"><i class="fa fa-lg fa-trash"></i></a></td> -->
|
|
|
+ <td class="text-center"><a ui-sref="sale.productDetail({id:product.id})" target="_self" title="编辑" style="position: relative;top:1px;"><i class="fa fa-lg fa-edit"></i></a>|<a ng-click="deleteById(product.id)" title="删除"><i class="fa fa-lg fa-trash"></i></a></td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|