Просмотр исходного кода

买家中心-我的求购:【截止时间】改为【截止日期】

huangb 7 лет назад
Родитель
Сommit
8f202790b3
1 измененных файлов с 4 добавлено и 3 удалено
  1. 4 3
      src/main/webapp/resources/view/usercenter/forstore/seekPurchase.html

+ 4 - 3
src/main/webapp/resources/view/usercenter/forstore/seekPurchase.html

@@ -1182,7 +1182,7 @@
                 <th width="260">品牌/物料名称</th>
                 <th width="260">品牌/物料名称</th>
                 <th width="260">型号/规格</th>
                 <th width="260">型号/规格</th>
                 <th width="110">采购数量(PCS)</th>
                 <th width="110">采购数量(PCS)</th>
-                <th width="120">状态/截止{{tab == 'waitOffer' ? '时间' : '日期'}}</th>
+                <th width="120">截止日期</th>
                 <th width="140">操作</th>
                 <th width="140">操作</th>
             </tr>
             </tr>
             </thead>
             </thead>
@@ -1224,12 +1224,13 @@
                     <div class="row-wrap">
                     <div class="row-wrap">
                         <!--<div ng-bind="seek.endDate | date:'yyyy-MM-dd'"></div>
                         <!--<div ng-bind="seek.endDate | date:'yyyy-MM-dd'"></div>
                         <div class="date-bottom-item" ng-bind="seek.endDate | date:'HH:mm:ss'"></div>-->
                         <div class="date-bottom-item" ng-bind="seek.endDate | date:'HH:mm:ss'"></div>-->
-                        <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="tab == 'offered'" class="date-bottom-item" ng-bind="seek.endDate | date:'yyyy-MM-dd'"></div>
                         <div ng-if="tab == 'offered'" class="date-bottom-item" ng-bind="seek.endDate | date:'yyyy-MM-dd'"></div>
                         <div ng-if="tab == 'waitOffer'">
                         <div ng-if="tab == 'waitOffer'">
-                            <div class="remain" ng-if="seek.remainingTime > 0">剩余&nbsp;<span ng-bind="getDay(seek.remainingTime)" ng-if="getDay(seek.remainingTime) > 0" class="red-text"></span><i ng-if="getDay(seek.remainingTime) > 0">&nbsp;天&nbsp;</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">&nbsp;小时</i></div>
+                            <!--<div class="remain" ng-if="seek.remainingTime > 0">剩余&nbsp;<span ng-bind="getDay(seek.remainingTime)" ng-if="getDay(seek.remainingTime) > 0" class="red-text"></span><i ng-if="getDay(seek.remainingTime) > 0">&nbsp;天&nbsp;</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">&nbsp;小时</i></div>-->
+                            <div class="date-bottom-item" ng-if="seek.remainingTime > 0" ng-bind="seek.endDate | date:'yyyy-MM-dd'"></div>
                             <div class="remain" ng-if="seek.remainingTime <= 0"><span>已截止</span></div>
                             <div class="remain" ng-if="seek.remainingTime <= 0"><span>已截止</span></div>
                             <div class="remain" ng-if="seek.remainingTime == null"><span>-</span></div>
                             <div class="remain" ng-if="seek.remainingTime == null"><span>-</span></div>
                         </div>
                         </div>