Commit 6e3f3db7 authored by Mac's avatar Mac

1

parent 87f012a7
...@@ -51,6 +51,9 @@ ...@@ -51,6 +51,9 @@
cursor: pointer; cursor: pointer;
margin-bottom: 20px; margin-bottom: 20px;
width: 210px; width: 210px;
display: flex;
margin-right: 15px;
} }
.printManage .print_item2{ .printManage .print_item2{
border: 5px solid #F56C6C; border: 5px solid #F56C6C;
...@@ -58,6 +61,8 @@ ...@@ -58,6 +61,8 @@
cursor: pointer; cursor: pointer;
margin-bottom: 20px; margin-bottom: 20px;
width: 210px; width: 210px;
display: flex;
margin-right: 15px;
} }
.printManage .print_item_c_r_s{ .printManage .print_item_c_r_s{
...@@ -149,35 +154,49 @@ ...@@ -149,35 +154,49 @@
<span > 商品名称:{{i.GoodsName}}</span> <span > 商品名称:{{i.GoodsName}}</span>
</div> </div>
<el-row :gutter="30"> <!-- <el-row :gutter="30">-->
<el-col :span="4" v-for="(item,index) in i.list" :key="index" > <!-- <el-col :span="4" v-for="(item,index) in i.list" :key="index" >-->
<div :class="item.Ischeck ==true? 'print_item2':'print_item'" @click="gocheke(j,index)"> <!-- <div :class="item.Ischeck ==true? 'print_item2':'print_item'" @click="gocheke(j,index)">-->
<!-- <div style=" width:100%; height:20px;text-overflow: ellipsis; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;">{{item.GoodsName}}</div>
<div> <!-- <el-row :gutter="10">-->
<img :src="domainManager().DomainUrl+item.TQRImage" alt="" style="width:100%"> <!-- <el-col :span="12">-->
</div> --> <!-- <img :src="domainManager().DomainUrl+item.QRImage" alt="" style="width:100%">-->
<el-row :gutter="10"> <!-- </el-col>-->
<el-col :span="12"> <!-- <el-col :span="12" style='font-size:11px;'>-->
<img :src="domainManager().DomainUrl+item.QRImage" alt="" style="width:100%"> <!-- <div style='margin-top:5px'>-->
</el-col> <!-- <span>序号:</span>-->
<el-col :span="12" style='font-size:11px;'> <!-- <span>{{item.xuhao}}</span>-->
<div style='margin-top:5px'> <!-- </div>-->
<span>序号:</span> <!-- <div style='margin-top:0px'>-->
<span>{{item.xuhao}}</span> <!-- <span>{{item.ExpirationDate}}</span>-->
</div> <!-- </div>-->
<div style='margin-top:0px'> <!-- <div style='margin-top:5px; width:100%; height:32px;text-overflow: ellipsis; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;'>-->
<span>{{item.ExpirationDate}}</span> <!-- <span>{{item.GoodsName}}</span>-->
</div> <!-- </div>-->
<div style='margin-top:5px; width:100%; height:32px;text-overflow: ellipsis; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;'>
<span>{{item.GoodsName}}</span> <!-- </el-col>-->
</div> <!-- </el-row>-->
<!-- </div>-->
</el-col> <!-- </el-col>-->
</el-row>
<!-- </el-row>-->
<div style="width: 100%;display: flex;flex-wrap: wrap">
<div v-for="(item,index) in i.list" :key="index" :class="item.Ischeck ==true? 'print_item2':'print_item'" @click="gocheke(j,index)">
<img :src="domainManager().DomainUrl+item.QRImage" alt="" style="width:85px;height: 85px;">
<div>
<div style='margin-top:5px'>
<span>序号:</span>
<span>{{item.xuhao}}</span>
</div> </div>
</el-col> <div style='margin-top:0px'>
<span>{{item.ExpirationDate}}</span>
</el-row> </div>
<div style='margin-top:5px; width:100%; height:40px;text-overflow: ellipsis; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;'>
<span>{{item.GoodsName}}</span>
</div>
</div>
</div>
</div>
</div> </div>
<div class="xuanzhong" id = 'xuanzhong' style="display:none" > <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" class="xuanzhong_item" :id = "item.page" > -->
......
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