Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄媛媛
ElectricitySheep
Commits
6e3f3db7
Commit
6e3f3db7
authored
Apr 13, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
87f012a7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
47 additions
and
28 deletions
+47
-28
printManage.vue
src/components/empower/printManage.vue
+47
-28
No files found.
src/components/empower/printManage.vue
View file @
6e3f3db7
...
...
@@ -51,6 +51,9 @@
cursor
:
pointer
;
margin-bottom
:
20px
;
width
:
210px
;
display
:
flex
;
margin-right
:
15px
;
}
.printManage
.print_item2
{
border
:
5px
solid
#F56C6C
;
...
...
@@ -58,6 +61,8 @@
cursor
:
pointer
;
margin-bottom
:
20px
;
width
:
210px
;
display
:
flex
;
margin-right
:
15px
;
}
.printManage
.print_item_c_r_s
{
...
...
@@ -149,35 +154,49 @@
<span
>
商品名称:
{{
i
.
GoodsName
}}
</span>
</div>
<el-row
:gutter=
"30"
>
<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
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>
<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'
>
<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>
<!--
<el-row
:gutter=
"30"
>
-->
<!--
<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)"
>
-->
<!--
<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
style=
'margin-top:5px'
>
<span>
序号:
</span>
<span>
{{
item
.
xuhao
}}
</span>
</div>
</el-col>
</el-row>
<div
style=
'margin-top:0px'
>
<span>
{{
item
.
ExpirationDate
}}
</span>
</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
class=
"xuanzhong"
id =
'xuanzhong'
style=
"display:none"
>
<!--
<div
v-for=
"(item,index) in checkList"
:key=
"index"
class=
"xuanzhong_item"
:id =
"item.page"
>
-->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment