|
|
@@ -120,7 +120,7 @@
|
|
|
padding-left: 30px;
|
|
|
}
|
|
|
.seek-purchase .seek-purchase-content >table >tbody >tr.default-row td .row-wrap.il-content .il-box.il-box-large .fl {
|
|
|
- margin-right: 25px;
|
|
|
+ margin-right: 8px;
|
|
|
}
|
|
|
.seek-purchase .seek-purchase-content >table >tbody >tr.default-row td .row-wrap.il-content .il-box.il-box-large {
|
|
|
width: 400px;
|
|
|
@@ -722,7 +722,7 @@
|
|
|
<td>
|
|
|
<div class="row-wrap il-content">
|
|
|
<div class="il-box-large il-box">
|
|
|
- <div title="{{seek.prodTitle | nullStrFilter}}" class="fl item size-middle"><span>类目:</span><div class="content">{{(seek.prodTitle || '-') | nullStrFilter}}</div></div>
|
|
|
+ <div title="{{seek.prodTitle | nullStrFilter}}" class="fl item size-middle"><span>类目(产品名称):</span><div class="content">{{(seek.prodTitle || '-') | nullStrFilter}}</div></div>
|
|
|
<div title="{{seek.cmpCode}}" class="fl item"><span>型号:</span><div class="content">{{seek.cmpCode || '-'}}</div></div>
|
|
|
<div title="{{seek.inbrand}}" class="fl item bottom size-middle"><span>品牌:</span><div class="content">{{seek.inbrand || '-'}}</div></div>
|
|
|
<div title="{{seek.spec}}" class="fl item bottom"><span>规格:</span><div class="content">{{seek.spec || '-'}}</div></div>
|
|
|
@@ -742,7 +742,7 @@
|
|
|
<!--<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 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">已报价 <img src="static/img/seekPurchase/check.png" alt=""></span>
|
|
|
+ <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>
|