|
|
@@ -1531,7 +1531,7 @@
|
|
|
<tr ng-repeat="bom in $data">
|
|
|
<td ng-click="toBomdetail(bom.id)">
|
|
|
<img src="static/img/seekPurchase/Excel.png" alt="">
|
|
|
- <div style="width:300px">
|
|
|
+ <div style="width:275px">
|
|
|
<p class="text-ellipse" title="{{bom.remark || bom.name}}" ng-bind="bom.remark || bom.name"></p>
|
|
|
<div class="text-ellipse" title="{{bom.spec}}">规格:{{bom.spec || '-'}}</div>
|
|
|
</div>
|
|
|
@@ -1546,7 +1546,9 @@
|
|
|
<div ng-if="bomTab == 'bomList'" class="middle">
|
|
|
<p>本单共<span class="remind-text">{{bom.amount}}</span>个产品</p>
|
|
|
</div>
|
|
|
- <div ng-bind="(bom.date || bom.releaseDate) | date:'yyyy-MM-dd HH:mm:ss'"></div>
|
|
|
+ <div>
|
|
|
+ 创建时间:{{(bom.date || bom.releaseDate) | date:'yyyy-MM-dd HH:mm:ss'}}
|
|
|
+ </div>
|
|
|
<a class="fr">查看详情</a>
|
|
|
</td>
|
|
|
</tr>
|