|
|
@@ -373,9 +373,9 @@
|
|
|
<span ng-bind="$index+1"></span>
|
|
|
</td>
|
|
|
<td style="padding-left: 10px;">
|
|
|
- <div class="text-more">品牌: <em title="{{batchCommodity.b2cBranden || '空'}}" ng-bind="batchCommodity.brandNameEn || '空'"></em></div>
|
|
|
+ <div class="text-more">品牌: <em title="{{batchCommodity.brandNameEn || '空'}}" ng-bind="batchCommodity.brandNameEn || '空'"></em></div>
|
|
|
<div class="text-more">类目: <em title="{{batchCommodity.kindName || '空'}}" ng-bind="batchCommodity.kindName || '空'"></em></div>
|
|
|
- <div class="text-more">型号: <em title="{{batchCommodity.b2cCode || '空'}}" ng-bind="batchCommodity.code || '空'"></em></div>
|
|
|
+ <div class="text-more">型号: <em title="{{batchCommodity.code || '空'}}" ng-bind="batchCommodity.code || '空'"></em></div>
|
|
|
</td>
|
|
|
<td>
|
|
|
<!--<div>类型: <span ng-bind="batchCommodity.original == 1311 ? '现货' : '呆滞库存' "></span></div>-->
|