Commit 9392f334 authored by 罗超's avatar 罗超

1

parent 549f431d
......@@ -143,6 +143,7 @@
</el-row>
</div>
<!-- 小图模式 -->
<div style="margin-top:10px" v-for="(i,j) in dataList" :key="j" v-if="dataList.length>0 && radio==2" v-loading="fullscreenLoading" >
<div style="margin:20px 0;font-size:16px;color:rgb(64, 158, 255)">
<span > 商品名称:{{i.GoodsName}}</span>
......@@ -217,6 +218,7 @@
</div>
<!-- 小图模式打印 -->
<div class="xuanzhong" id = 'xuanzhong' style="display:none" >
<!-- <div v-for="(item,index) in checkList" :key="index" class="xuanzhong_item" :id = "item.page" > -->
<div v-for="(item,index) in checkList" :key="index" :id = "item.xpage" style=" width: 125px; height: 100px;display: flex;flex-direction: column; justify-content: space-around;">
......@@ -227,9 +229,12 @@
<img :src="domainManager().DomainUrl+item.QRImage" alt="" style="width:110px;height: 110px">
<div style="display: flex;flex-direction: column;font-size:11px;width:78px;font-size:10px;;height: 90px; overflow: hidden;">
<div style='margin-top:5px'>
<span style=" display: inline-block">序号</span>
<span style=" display: inline-block">序号:</span>
<span>{{item.xuhao}}</span>
</div>
<div style='margin-top:0px'>
<span>{{item.ExpirationDate}}</span>
</div>
<div style='margin-top:3px'>
<span>{{item.GoodsName}}</span>
</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