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,18 +154,36 @@ ...@@ -149,18 +154,36 @@
<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>
<!-- <el-row :gutter="10">-->
<!-- <el-col :span="12">-->
<!-- <img :src="domainManager().DomainUrl+item.QRImage" alt="" style="width:100%">-->
<!-- </el-col>-->
<!-- <el-col :span="12" style='font-size:11px;'>-->
<!-- <div style='margin-top:5px'>-->
<!-- <span>序号:</span>-->
<!-- <span>{{item.xuhao}}</span>-->
<!-- </div>-->
<!-- <div style='margin-top:0px'>-->
<!-- <span>{{item.ExpirationDate}}</span>-->
<!-- </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>-->
<!-- </div>-->
<!-- </el-col>-->
<!-- </el-row>-->
<!-- </div>-->
<!-- </el-col>-->
<!-- </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>
<img :src="domainManager().DomainUrl+item.TQRImage" alt="" style="width:100%">
</div> -->
<el-row :gutter="10">
<el-col :span="12">
<img :src="domainManager().DomainUrl+item.QRImage" alt="" style="width:100%">
</el-col>
<el-col :span="12" style='font-size:11px;'>
<div style='margin-top:5px'> <div style='margin-top:5px'>
<span>序号:</span> <span>序号:</span>
<span>{{item.xuhao}}</span> <span>{{item.xuhao}}</span>
...@@ -168,16 +191,12 @@ ...@@ -168,16 +191,12 @@
<div style='margin-top:0px'> <div style='margin-top:0px'>
<span>{{item.ExpirationDate}}</span> <span>{{item.ExpirationDate}}</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;'> <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> <span>{{item.GoodsName}}</span>
</div> </div>
</el-col>
</el-row>
</div> </div>
</el-col> </div>
</div>
</el-row>
</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