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
9392f334
Commit
9392f334
authored
Apr 13, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
549f431d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
printManage.vue
src/components/empower/printManage.vue
+6
-1
No files found.
src/components/empower/printManage.vue
View file @
9392f334
...
...
@@ -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>
...
...
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