|
|
@@ -882,10 +882,10 @@
|
|
|
<table>
|
|
|
<thead>
|
|
|
<tr>
|
|
|
- <th width="173">卖家</th>
|
|
|
- <th width="186">交期(天)</th>
|
|
|
- <th width="186">价格梯度</th>
|
|
|
- <th width="195">生产日期</th>
|
|
|
+ <th width="273">卖家</th>
|
|
|
+ <th width="233">交期(天)</th>
|
|
|
+ <th width="234">价格梯度</th>
|
|
|
+ <!--<th width="195">生产日期</th>-->
|
|
|
<th width="221">操作</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
@@ -894,9 +894,9 @@
|
|
|
<table>
|
|
|
<tbody>
|
|
|
<tr ng-repeat="of in offer track by $index">
|
|
|
- <td width="173" ng-bind="of.vendName" title="{{of.vendName}}"></td>
|
|
|
- <td width="186" class="red-text" ng-bind="of.leadtime">4-6</td>
|
|
|
- <td width="186" class="seek-replies">
|
|
|
+ <td width="273" ng-bind="of.vendName" title="{{of.vendName}}"></td>
|
|
|
+ <td width="233" class="red-text" ng-bind="of.leadtime">4-6</td>
|
|
|
+ <td width="234" class="seek-replies">
|
|
|
<!--<span>{{of.currency + of.unitPrice | currencyStr}}</span>-->
|
|
|
<div class="red-text">
|
|
|
<!--<span>{{of.replies[0].lapQty}}</span>
|
|
|
@@ -909,7 +909,7 @@
|
|
|
</li>
|
|
|
</ul>
|
|
|
</td>
|
|
|
- <td width="195" ng-bind="of.produceDate || '-'"></td>
|
|
|
+ <!--<td width="195" ng-bind="of.produceDate || '-'"></td>-->
|
|
|
<td width="221" class="operate">
|
|
|
<a ng-click="setLinkBoxIndex($index)">联系卖家<img src="static/img/seekPurchase/link-buyer.png" alt=""></a>
|
|
|
|