|
|
@@ -11,7 +11,7 @@
|
|
|
.seek-purchase .seek-purchase-content .publish-purchase .fl {
|
|
|
width: 1000px;
|
|
|
height: 198px;
|
|
|
- padding: 0 40px 0 0;
|
|
|
+ padding: 0 30px;
|
|
|
border: 2px dashed #fd7748;
|
|
|
margin: 0 auto;
|
|
|
float: none;
|
|
|
@@ -994,9 +994,9 @@
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th width="110">发布时间</th>
|
|
|
- <th width="220">类目/品牌</th>
|
|
|
- <th width="220">型号/规格</th>
|
|
|
- <th width="200">采购数量(PCS)</th>
|
|
|
+ <th width="260">类目/品牌</th>
|
|
|
+ <th width="260">型号/规格</th>
|
|
|
+ <th width="110">采购数量(PCS)</th>
|
|
|
<th width="120">状态/截止时间</th>
|
|
|
<th width="136">操作</th>
|
|
|
</tr>
|
|
|
@@ -1012,7 +1012,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.inbrand}}" class="fl item bottom size-middle"><span>品牌:</span><div class="content">{{seek.inbrand || '-'}}</div></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -1070,7 +1070,7 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr class="expand-row" ng-if="seek.$status == 1 || seek.$status == 2">
|
|
|
- <td colspan="4">
|
|
|
+ <td colspan="6">
|
|
|
<div>
|
|
|
<div class="switch-line">
|
|
|
<a ng-disabled="goodsCount == 0" ng-class="{'active': seek.$status == 1}" ng-click="setSeekStatus(seek, 1)">商城现货(<span ng-bind="goodsCount"></span>)</a>
|