|
|
@@ -740,14 +740,14 @@
|
|
|
<td class="left-time" ng-if="seek.remainingTime == null"><span>-</span></td>
|
|
|
<td class="operate">
|
|
|
<!--<a ng-click="setLinkBoxIndex($index)">联系买家 <img src="static/img/seekPurchase/link-buyer.png" alt=""></a>-->
|
|
|
- <div ng-if="userInfo.enterprise.uu != seek.inquiry.enUU && seek.quoted != 1 && seek.remainingTime > 0" ng-click="setSeekActive(seek, true, index)">我要报价</div>
|
|
|
+ <div ng-if="!seek.newId && userInfo.enterprise.uu != seek.inquiry.enUU && seek.quoted != 1 && seek.remainingTime > 0" ng-click="setSeekActive(seek, true, index)">我要报价</div>
|
|
|
<div class="disable" ng-if="userInfo.enterprise.uu == seek.inquiry.enUU && seek.quoted != 1 && seek.remainingTime > 0" title="此为贵公司的求购" ng-disabled="true">我要报价</div>
|
|
|
<span ng-if="seek.quoted == 1 || seek.newId">已报价 <img src="static/img/seekPurchase/check.png" alt=""></span>
|
|
|
<!--<img ng-if="seek.quoted == 1" src="static/img/seekPurchase/recieved.png" alt="">-->
|
|
|
</td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
- <tbody ng-if="seekListData.length == 0">
|
|
|
+ <tbody ng-if="!seekListData.length || seekListData.length== 0">
|
|
|
<tr class="empty">
|
|
|
<td colspan="10">
|
|
|
<div>
|