|
@@ -128,24 +128,6 @@
|
|
|
.order-hd td a{
|
|
.order-hd td a{
|
|
|
margin: 0 8px;
|
|
margin: 0 8px;
|
|
|
}
|
|
}
|
|
|
- .order-hd td.hover-show{
|
|
|
|
|
- position: relative;
|
|
|
|
|
- padding: 0 !important;
|
|
|
|
|
- }
|
|
|
|
|
- .hover-show a{
|
|
|
|
|
- width: 100%;
|
|
|
|
|
- padding: 0;
|
|
|
|
|
- padding-right: 30px;
|
|
|
|
|
- display: inline-block;
|
|
|
|
|
- }
|
|
|
|
|
- .hover-show.bg01{
|
|
|
|
|
- background: url(static/img/icon/standard.png) no-repeat top right;
|
|
|
|
|
- background-position-y: -1px;
|
|
|
|
|
- }
|
|
|
|
|
- .hover-show.bg02{
|
|
|
|
|
- background: url(static/img/icon/no-standard.png) no-repeat top right;
|
|
|
|
|
- background-position-y: -1px;
|
|
|
|
|
- }
|
|
|
|
|
</style>
|
|
</style>
|
|
|
<link rel="stylesheet" href="static/css/public.css">
|
|
<link rel="stylesheet" href="static/css/public.css">
|
|
|
<div class="block" id="public">
|
|
<div class="block" id="public">
|
|
@@ -185,7 +167,7 @@
|
|
|
<th width="140">产品编号</th>
|
|
<th width="140">产品编号</th>
|
|
|
<th>产品名称(类目)</th>
|
|
<th>产品名称(类目)</th>
|
|
|
<th width="160">产品型号</th>
|
|
<th width="160">产品型号</th>
|
|
|
- <th width="110">品牌</th>
|
|
|
|
|
|
|
+ <th width="140">品牌</th>
|
|
|
<th width="70">单位</th>
|
|
<th width="70">单位</th>
|
|
|
<th width ="90">操作</th>
|
|
<th width ="90">操作</th>
|
|
|
</tr>
|
|
</tr>
|
|
@@ -204,7 +186,7 @@
|
|
|
<a ng-bind="::product.title" ui-sref="sale.productDetail({id:product.id})" target="_self" title="查看详情"></a>
|
|
<a ng-bind="::product.title" ui-sref="sale.productDetail({id:product.id})" target="_self" title="查看详情"></a>
|
|
|
</div>
|
|
</div>
|
|
|
</td>
|
|
</td>
|
|
|
- <td class="hover-show bg01" style="text-align: right;"><a href="#" title="产品型号" ng-bind="::product.cmpCode"></a></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="line-h20 text-center" title="{{product.brand}}" ng-bind="::product.brand"></td>
|
|
|
<td class="text-center" title="单位" ng-bind="::product.unit"></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>
|