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
5f92c758
Commit
5f92c758
authored
Jul 23, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
deda7c89
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
15 deletions
+5
-15
printManage.vue
src/components/empower/printManage.vue
+5
-15
No files found.
src/components/empower/printManage.vue
View file @
5f92c758
...
@@ -91,15 +91,15 @@
...
@@ -91,15 +91,15 @@
<img
:src=
"domainManager().DomainUrl+item.QRImage"
alt=
""
style=
"width:100%"
>
<img
:src=
"domainManager().DomainUrl+item.QRImage"
alt=
""
style=
"width:100%"
>
</el-col>
</el-col>
<el-col
:span=
"12"
style=
'font-size:12px;'
>
<el-col
:span=
"12"
style=
'font-size:12px;'
>
<div
style=
'margin-top:20px'
>
<
!--
<
div
style=
'margin-top:20px'
>
<span
class=
"print_item_c_r_s"
>
入库人:
</span>
<span
class=
"print_item_c_r_s"
>
入库人:
</span>
<span>
{{
item
.
EmName
}}
</span>
<span>
{{
item
.
EmName
}}
</span>
</div>
</div>
<div
style=
'margin-top:5px'
>
<div
style=
'margin-top:5px'
>
<span
class=
"print_item_c_r_s"
>
入库时间:
</span>
<span
class=
"print_item_c_r_s"
>
入库时间:
</span>
<span>
{{
item
.
CreateDate
}}
</span>
<span>
{{
item
.
CreateDate
}}
</span>
</div>
</div>
-->
<div
style=
'margin-top:
5
px'
>
<div
style=
'margin-top:
20
px'
>
<span
class=
"print_item_c_r_s"
>
仓库名称:
</span>
<span
class=
"print_item_c_r_s"
>
仓库名称:
</span>
<span>
{{
item
.
WareHouseName
}}
</span>
<span>
{{
item
.
WareHouseName
}}
</span>
</div>
</div>
...
@@ -136,14 +136,7 @@
...
@@ -136,14 +136,7 @@
<div
style=
' width:100%; display: flex;flex-direction: row;align-items: center;margin-top:10px'
>
<div
style=
' width:100%; display: flex;flex-direction: row;align-items: center;margin-top:10px'
>
<img
:src=
"domainManager().DomainUrl+item.QRImage"
alt=
""
style=
"width:180px;height: 180px"
>
<img
:src=
"domainManager().DomainUrl+item.QRImage"
alt=
""
style=
"width:180px;height: 180px"
>
<div
style=
"display: flex;flex-direction: column;font-size:11px;width:150px"
>
<div
style=
"display: flex;flex-direction: column;font-size:11px;width:150px"
>
<div>
<span
style=
" display: inline-block; width: 62px;"
>
入库人:
</span>
<span>
{{
item
.
EmName
}}
</span>
</div>
<div
style=
'margin-top:3px'
>
<span
style=
" display: inline-block; width: 62px;"
>
入库时间:
</span>
<span>
{{
item
.
CreateDate
}}
</span>
</div>
<div
style=
'margin-top:3px'
>
<div
style=
'margin-top:3px'
>
<span
style=
" display: inline-block; width: 62px;"
>
仓库名称:
</span>
<span
style=
" display: inline-block; width: 62px;"
>
仓库名称:
</span>
<span>
{{
item
.
WareHouseName
}}
</span>
<span>
{{
item
.
WareHouseName
}}
</span>
...
@@ -152,10 +145,7 @@
...
@@ -152,10 +145,7 @@
<span
style=
" display: inline-block; width: 62px;"
>
商品规格:
</span>
<span
style=
" display: inline-block; width: 62px;"
>
商品规格:
</span>
<span
v-for=
"(x,y) in item.SpecificationList"
:key=
"y"
>
{{
x
}}
<span
v-if=
"item.SpecificationList.length !== y+1"
>
,
</span></span>
<span
v-for=
"(x,y) in item.SpecificationList"
:key=
"y"
>
{{
x
}}
<span
v-if=
"item.SpecificationList.length !== y+1"
>
,
</span></span>
</div>
</div>
<!--
<div
style=
'margin-top:3px'
>
<span
style=
" display: inline-block; width: 62px;"
>
成本价格:
</span>
<span>
¥
{{
item
.
CostMoney
}}
</span>
</div>
-->
</div>
</div>
</div>
</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