|
@@ -232,6 +232,9 @@
|
|
|
.seek-purchase .seek-purchase-content >table >tbody >tr.default-row {
|
|
.seek-purchase .seek-purchase-content >table >tbody >tr.default-row {
|
|
|
border-bottom: 1px solid #dae5fd;
|
|
border-bottom: 1px solid #dae5fd;
|
|
|
}
|
|
}
|
|
|
|
|
+ .seek-purchase .seek-purchase-content >table >tbody.active {
|
|
|
|
|
+ border: 2px solid #f7a986;
|
|
|
|
|
+ }
|
|
|
.seek-purchase .seek-purchase-content >table >tbody >tr.default-row:hover {
|
|
.seek-purchase .seek-purchase-content >table >tbody >tr.default-row:hover {
|
|
|
background: #f1f5ff;
|
|
background: #f1f5ff;
|
|
|
}
|
|
}
|
|
@@ -240,14 +243,6 @@
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
height: 117px;
|
|
height: 117px;
|
|
|
}
|
|
}
|
|
|
- .seek-purchase .seek-purchase-content >table >tbody >tr.default-row td .row-wrap {
|
|
|
|
|
- height: 100%;
|
|
|
|
|
- padding-top: 15px;
|
|
|
|
|
- }
|
|
|
|
|
- .seek-purchase .seek-purchase-content >table >tbody >tr.default-row td.operate-seek >span {
|
|
|
|
|
- color: #4290f7;
|
|
|
|
|
- cursor: pointer;
|
|
|
|
|
- }
|
|
|
|
|
.seek-purchase .red-text {
|
|
.seek-purchase .red-text {
|
|
|
color: #f62d37;
|
|
color: #f62d37;
|
|
|
}
|
|
}
|
|
@@ -803,26 +798,26 @@
|
|
|
<th width="96">操作</th>
|
|
<th width="96">操作</th>
|
|
|
</tr>
|
|
</tr>
|
|
|
</thead>
|
|
</thead>
|
|
|
- <tbody ng-repeat="seek in seekListData.content">
|
|
|
|
|
|
|
+ <tbody ng-repeat="seek in seekListData.content" ng-class="{'active': seek.$status && (seek.$status == 1 || seek.$status == 2)}">
|
|
|
<tr class="default-row">
|
|
<tr class="default-row">
|
|
|
<td>
|
|
<td>
|
|
|
<div class="row-wrap">
|
|
<div class="row-wrap">
|
|
|
<div ng-bind="seek.date | date:'yyyy-MM-dd'"></div>
|
|
<div ng-bind="seek.date | date:'yyyy-MM-dd'"></div>
|
|
|
- <div ng-bind="seek.date | date:'HH:ss'"></div>
|
|
|
|
|
|
|
+ <div class="date-bottom-item" ng-bind="seek.date | date:'HH:mm:ss'"></div>
|
|
|
</div>
|
|
</div>
|
|
|
</td>
|
|
</td>
|
|
|
<td>
|
|
<td>
|
|
|
- <div class="row-wrap">
|
|
|
|
|
|
|
+ <div class="row-wrap il-content">
|
|
|
<div class="il-box-large il-box">
|
|
<div class="il-box-large il-box">
|
|
|
- <div title="seek.inbrand" class="fl item"><span>类目:</span><div class="content">{{seek.inbrand || '-'}}</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"><span>品牌:</span><div class="content">{{seek.inbrand || '-'}}</div></div>
|
|
|
|
|
- <div title="seek.cmpCode" class="fl item bottom"><span>规格:</span><div class="content">{{seek.spec || '-'}}</div></div>
|
|
|
|
|
|
|
+ <div title="{{seek.prodTitle}}" class="fl item"><span>类目:</span><div class="content">{{seek.prodTitle || '-'}}</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"><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>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="il-box-small il-box">
|
|
<div class="il-box-small il-box">
|
|
|
- <div title="seek.cmpCode" class="item"><span>封装:</span>{{seek.encapsulation || '-'}}</div>
|
|
|
|
|
- <div title="seek.cmpCode" class="item"><span>采购数量:</span>{{seek.needquantity || '-'}}</div>
|
|
|
|
|
- <div title="seek.cmpCode" class="item"><span>单价预算:</span>{{seek.currency + seek.unitPrice | currencyStr}}</div>
|
|
|
|
|
|
|
+ <div title="{{seek.encapsulation}}" class="item"><span>封装:</span>{{seek.encapsulation || '-'}}</div>
|
|
|
|
|
+ <div title="{{seek.needquantity}}" class="item"><span>采购数量:</span>{{seek.needquantity || '-'}}</div>
|
|
|
|
|
+ <div title="{{seek.currency + seek.unitPrice | currencyStr}}" class="item"><span>单价预算:</span>{{seek.currency + seek.unitPrice | currencyStr}}</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</td>
|
|
</td>
|
|
@@ -831,15 +826,15 @@
|
|
|
<span ng-if="seek.offerAmount == 0" style="color:red;">待报价</span>
|
|
<span ng-if="seek.offerAmount == 0" style="color:red;">待报价</span>
|
|
|
<span ng-if="seek.agreed == 0 && seek.offerAmount > 0">已报价</span>
|
|
<span ng-if="seek.agreed == 0 && seek.offerAmount > 0">已报价</span>
|
|
|
<span ng-if="seek.agreed == 1" style="color:green;">已采纳</span>
|
|
<span ng-if="seek.agreed == 1" style="color:green;">已采纳</span>
|
|
|
- <div ng-if="seek.remainingTime && seek.remainingTime > 0">剩余 <span ng-bind="getDay(seek.remainingTime)" ng-if="getDay(seek.remainingTime) > 0" class="red-text"></span><i ng-if="getDay(seek.remainingTime) > 0"> 天 </i><span ng-if="getDay(seek.remainingTime) <= 0" ng-bind="getHours(seek.remainingTime)" class="red-text">5</span><i ng-if="getDay(seek.remainingTime) <= 0"> 小时</i></div>
|
|
|
|
|
- <div ng-if="seek.remainingTime && seek.remainingTime <= 0"><span style="color: red;">已截止</span></div>
|
|
|
|
|
- <div ng-if="seek.remainingTime == null"><span>-</span></div>
|
|
|
|
|
|
|
+ <div class="remain" ng-if="seek.remainingTime > 0">剩余 <span ng-bind="getDay(seek.remainingTime)" ng-if="getDay(seek.remainingTime) > 0" class="red-text"></span><i ng-if="getDay(seek.remainingTime) > 0"> 天 </i><span ng-if="getDay(seek.remainingTime) <= 0" ng-bind="getHours(seek.remainingTime)" class="red-text">5</span><i ng-if="getDay(seek.remainingTime) <= 0"> 小时</i></div>
|
|
|
|
|
+ <div class="remain" ng-if="seek.remainingTime <= 0"><span>已截止</span></div>
|
|
|
|
|
+ <div class="remain" ng-if="seek.remainingTime == null"><span>-</span></div>
|
|
|
</div>
|
|
</div>
|
|
|
</td>
|
|
</td>
|
|
|
<td class="operate-seek">
|
|
<td class="operate-seek">
|
|
|
<div class="row-wrap">
|
|
<div class="row-wrap">
|
|
|
<span ng-if="seek.offerAmount > 0" ng-show="!seek.$status || seek.$status == 0" ng-click="setSeekStatus(seek, 2)">查看报价 <i class="fa fa-angle-double-down"></i></span>
|
|
<span ng-if="seek.offerAmount > 0" ng-show="!seek.$status || seek.$status == 0" ng-click="setSeekStatus(seek, 2)">查看报价 <i class="fa fa-angle-double-down"></i></span>
|
|
|
- <span ng-if="seek.goodsAmount > 0" ng-show="!seek.$status || seek.$status == 0" ng-click="setSeekStatus(seek, 1)">查看现货 <i class="fa fa-angle-double-down"></i></span>
|
|
|
|
|
|
|
+ <span ng-if="seek.goodsAmount > 0" ng-show="!seek.$status || seek.$status == 0" ng-click="setSeekStatus(seek, 1)">商城现货 <i class="fa fa-angle-double-down"></i></span>
|
|
|
<span ng-show="seek.$status && (seek.$status == 1 || seek.$status == 2)" ng-click="setSeekStatus(seek, 0)">收起 <i class="fa fa-angle-double-up"></i></span>
|
|
<span ng-show="seek.$status && (seek.$status == 1 || seek.$status == 2)" ng-click="setSeekStatus(seek, 0)">收起 <i class="fa fa-angle-double-up"></i></span>
|
|
|
</div>
|
|
</div>
|
|
|
</td>
|
|
</td>
|