|
|
@@ -497,8 +497,8 @@
|
|
|
</td>
|
|
|
<td ng-bind="material.unit || 'PCS'" title="{{material.unit || 'PCS'}}"></td>
|
|
|
<td>
|
|
|
- <a ng-if="material.cmpUuId" ng-href="product/component/{{material.cmpUuId}}/" ng-bind="material.pcmpcode" title="{{material.pcmpcode}}" style="color: #333;"></a>
|
|
|
- <span ng-if="!material.cmpUuId" ng-bind="material.pcmpcode" title="{{material.pcmpcode}}"></span>
|
|
|
+ <!--<a ng-if="material.cmpUuId" ng-href="product/component/{{material.cmpUuId}}/" ng-bind="material.pcmpcode" title="{{material.pcmpcode}}" style="color: #333;"></a>-->
|
|
|
+ <span -bind="material.pcmpcode" title="{{material.pcmpcode}}"></span>
|
|
|
</td>
|
|
|
<td>
|
|
|
<a ng-show="!material.selected" ng-click="showShelfArea(material)"><span>去上架</span></a>
|