|
@@ -42,13 +42,13 @@
|
|
|
<tr style="height: 40px;">
|
|
<tr style="height: 40px;">
|
|
|
<th width="80"></th>
|
|
<th width="80"></th>
|
|
|
<th width="160">品牌/型号/类目</th>
|
|
<th width="160">品牌/型号/类目</th>
|
|
|
- <th width="90">公司名称</th>
|
|
|
|
|
<th width="100">封装/生产日期</th>
|
|
<th width="100">封装/生产日期</th>
|
|
|
|
|
+ <th width="110">店铺名称</th>
|
|
|
<th width="110">库存</th>
|
|
<th width="110">库存</th>
|
|
|
<th width="90">阶梯</th>
|
|
<th width="90">阶梯</th>
|
|
|
<th width="90" v-if="!crname_click_flag.rmb_click_flag">香港交货</th>
|
|
<th width="90" v-if="!crname_click_flag.rmb_click_flag">香港交货</th>
|
|
|
<th width="110" v-if="!crname_click_flag.usd_click_flag">大陆交货<span style="font-size: 12px;">(含税)</span></th>
|
|
<th width="110" v-if="!crname_click_flag.usd_click_flag">大陆交货<span style="font-size: 12px;">(含税)</span></th>
|
|
|
- <th width="110">货期<span style="font-size: 12px;">(工作日)</span></th>
|
|
|
|
|
|
|
+ <th width="110">交期<span style="font-size: 12px;">(天)</span></th>
|
|
|
<th width="100">操作</th>
|
|
<th width="100">操作</th>
|
|
|
</tr>
|
|
</tr>
|
|
|
</thead>
|
|
</thead>
|
|
@@ -65,6 +65,10 @@
|
|
|
<div class="brand"><nuxt-link :to="`/product/kind/${item.kindid}`" v-text="item.kind.nameCn">
|
|
<div class="brand"><nuxt-link :to="`/product/kind/${item.kindid}`" v-text="item.kind.nameCn">
|
|
|
</nuxt-link></div>
|
|
</nuxt-link></div>
|
|
|
</td>
|
|
</td>
|
|
|
|
|
+ <td>
|
|
|
|
|
+ <div class="package" v-text="item.packing?item.packing:'暂无包装方式信息'"></div>
|
|
|
|
|
+ <div class="date" v-text="item.produceDate"></div>
|
|
|
|
|
+ </td>
|
|
|
<td>
|
|
<td>
|
|
|
<div>
|
|
<div>
|
|
|
<nuxt-link :to="`/product/kind/${item.kindid}`" v-text="item.storeName">
|
|
<nuxt-link :to="`/product/kind/${item.kindid}`" v-text="item.storeName">
|
|
@@ -72,10 +76,6 @@
|
|
|
<span v-if="!item.storeName">—</span>
|
|
<span v-if="!item.storeName">—</span>
|
|
|
</div>
|
|
</div>
|
|
|
</td>
|
|
</td>
|
|
|
- <td>
|
|
|
|
|
- <div class="package" v-text="item.packing?item.packing:'暂无包装方式信息'"></div>
|
|
|
|
|
- <div class="date" v-text="item.produceDate"></div>
|
|
|
|
|
- </td>
|
|
|
|
|
<td class="text-left">
|
|
<td class="text-left">
|
|
|
<div class="goods">
|
|
<div class="goods">
|
|
|
库存:<span v-text="item.reserve || '暂无库存'"></span>
|
|
库存:<span v-text="item.reserve || '暂无库存'"></span>
|
|
@@ -461,9 +461,7 @@
|
|
|
width: 1190px;
|
|
width: 1190px;
|
|
|
height: 40px;
|
|
height: 40px;
|
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
|
- background: #fff;
|
|
|
|
|
line-height: 40px;
|
|
line-height: 40px;
|
|
|
- margin-top: 20px;
|
|
|
|
|
margin-bottom: 10px;
|
|
margin-bottom: 10px;
|
|
|
background: #f1efef;
|
|
background: #f1efef;
|
|
|
}
|
|
}
|