Commit fef3457d by linjinhong

修改podus待发货样式

parent e980eddb
......@@ -744,7 +744,15 @@
{{ item.supplierProductNo }}
</span>
</div>
<div class="goods-item-info-item">
<span class="goods-item-info-item-label">克重:</span>
<span
v-if="item.weight"
class="goods-item-info-item-value"
>
{{ item.weight }}g
</span>
</div>
<div
v-if="item.isReplenishment"
class="goods-item-info-item"
......@@ -860,42 +868,38 @@
@click="applyForReplenishment(item)"
>申请补胚
</el-button>
<el-button
link
size="small"
type="success"
style="height: 23px; margin-left: 0"
@click="downloadMaterialItem(item)"
>下载素材
</el-button>
<el-button
link
size="small"
type="success"
style="height: 23px; margin-left: 0"
@click="downloadTifItem('tiff', item.id)"
>TIF排版
</el-button>
<el-button
link
size="small"
type="success"
style="height: 23px; margin-left: 0"
@click="downloadTifItem('png', item.id)"
>PNG排版
</el-button>
</div>
<!-- f -->
</div>
<div class="goods-item-info-item">
<span class="goods-item-info-item-label">克重:</span>
<span
v-if="item.weight"
class="goods-item-info-item-value"
>
{{ item.weight }}g
</span>
<div
v-if="status === 'WAIT_SHIPMENT'"
style="display: flex; justify-content: space-between"
>
<el-button
link
size="small"
type="primary"
style="height: 23px; padding: 0"
@click="downloadMaterialItem(item)"
>下载素材
</el-button>
<el-button
link
size="small"
type="warning"
style="height: 23px; margin: 0"
@click="downloadTifItem('tiff', item.id)"
>TIF排版
</el-button>
<el-button
link
size="small"
type="warning"
style="height: 23px; margin: 0"
@click="downloadTifItem('png', item.id)"
>PNG排版
</el-button>
</div>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment