|
|
@@ -529,7 +529,7 @@
|
|
|
<th width="93">采购数量</th>
|
|
|
<th width="78">单价预算</th>
|
|
|
<th width="70">封装</th>
|
|
|
- <th width="99">生产日期</th>
|
|
|
+ <th width="105">生产日期</th>
|
|
|
<th width="123">截止时间</th>
|
|
|
<th width="81">
|
|
|
<select class="select-adder form-control" ng-model="searchStatus" ng-change="onSearch(searchStatus)">
|
|
|
@@ -551,8 +551,8 @@
|
|
|
<td>
|
|
|
<span>{{seek.currency + seek.unitPrice | currencyStr}}</span>
|
|
|
</td>
|
|
|
- <td ng-bind="seek.encapsulation || '-'">盘装</td>
|
|
|
- <td ng-bind="seek.produceDate || '-'">2012-12-12</td>
|
|
|
+ <td ng-bind="seek.encapsulation || '-'" title="{{seek.encapsulation}}">盘装</td>
|
|
|
+ <td ng-bind="seek.produceDate || '-'" title="{{seek.produceDate}}">2012-12-12</td>
|
|
|
<td class="left-time" ng-if="seek.remainingTime > 0">剩余 <span ng-bind="getDay(seek.remainingTime)" class="red-text"></span> 天 <span ng-bind="getHours(seek.remainingTime)" class="red-text">5</span> 小时</td>
|
|
|
<td class="left-time" ng-if="seek.remainingTime <= 0"><span style="color: red;">已截止</span></td>
|
|
|
<td ng-switch="seek.status">
|