wangcz 7 лет назад
Родитель
Сommit
43ed3219a4
1 измененных файлов с 10 добавлено и 2 удалено
  1. 10 2
      src/main/webapp/resources/view/usercenter/forstore/seekPurchase.html

+ 10 - 2
src/main/webapp/resources/view/usercenter/forstore/seekPurchase.html

@@ -1127,9 +1127,10 @@
             <thead>
             <tr>
                 <th width="110">发布时间</th>
-                <th width="260">品牌/物料名称</th>
-                <th width="260">型号/规格</th>
+                <th width="220">品牌/物料名称</th>
+                <th width="220">型号/规格</th>
                 <th width="110">采购数量(PCS)</th>
+                <th width="800">税率%</th>
                 <th width="120">截止日期</th>
                 <th width="140">操作</th>
             </tr>
@@ -1168,6 +1169,13 @@
                         </div>
                     </div>
                 </td>
+                <td>
+                    <div class="row-wrap il-content">
+                        <div class="il-box-small il-box">
+                            <div title="{{seek.taxrate}}" class="item">{{seek.taxrate || '-'}}</div>
+                        </div>
+                    </div>
+                </td>
                 <td>
                     <div class="row-wrap">
                         <!--<div ng-bind="seek.endDate | date:'yyyy-MM-dd'"></div>