Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-app-operator-master
Commits
d0b9006c
Commit
d0b9006c
authored
Jun 24, 2023
by
zhoutong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
打印标签
parent
b76fee56
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
12 deletions
+13
-12
index.vue
src/views/ecw/box/shippingAir/nodePage/mergePkg/index.vue
+1
-1
printTag.vue
src/views/ecw/box/shippingAir/nodePage/mergePkg/printTag.vue
+12
-11
No files found.
src/views/ecw/box/shippingAir/nodePage/mergePkg/index.vue
View file @
d0b9006c
...
...
@@ -107,7 +107,7 @@
<pkg-page
v-if=
"pkgPageType == 2"
:pkgData=
"pkgData"
:shipmentObj=
"shipmentObj"
@
closeDialog=
"closeDialog"
/>
</el-dialog>
<!-- 打印标签 -->
<el-dialog
:title=
"$t('集运封箱标签')"
:visible.sync=
"printdialogVisible"
width=
"3
0
0px"
:modal-append-to-body=
"false"
append-to-body
>
<el-dialog
:title=
"$t('集运封箱标签')"
:visible.sync=
"printdialogVisible"
width=
"3
5
0px"
:modal-append-to-body=
"false"
append-to-body
>
<print-tag
v-if=
"printdialogVisible"
:tagData=
"tagData"
/>
</el-dialog>
...
...
src/views/ecw/box/shippingAir/nodePage/mergePkg/printTag.vue
View file @
d0b9006c
<
template
>
<div>
<div
class=
"tag"
>
<div
style=
"display: flex;height:
20
0px;"
>
<div
style=
"border-right: 1px solid #999; width: 1
25
px"
>
<div
style=
"display: flex;height:
18
0px;"
>
<div
style=
"border-right: 1px solid #999; width: 1
40
px"
>
<div>
<p
style=
"margin-top: 1mm; text-align: center"
>
<span
style=
"text-align: center; font-weight: 600; font-size: 3mm"
>
{{
$t
(
'
扫码查看产品数量
'
)
}}
</span>
...
...
@@ -13,7 +13,7 @@
</p>
</div>
</div>
<div
style=
"width: 1
25
px"
>
<div
style=
"width: 1
40
px"
>
<p
style=
"margin-top: 1mm; text-align: center"
>
<span
style=
"text-align: center; font-weight: 600; font-size: 4mm"
>
EC001141212
</span>
</p>
...
...
@@ -27,29 +27,30 @@
</p>
<div
style=
"border: 1px solid #999;margin-left: 10px;"
/>
<div
style=
"display: flex;margin-top: 10px;"
>
<div
style=
"border-right: 2px solid #999;width:
3
5px;"
>
<div
style=
"border-right: 2px solid #999;width:
4
5px;"
>
<p
style=
"margin-top: 1mm; text-align: center"
>
<span
style=
"text-align: center; font-weight: 600; font-size: 4mm"
>
{{
tagData
.
transportName
}}
</span>
</p>
</div>
<div
style=
"width:
75
px;"
>
<div
style=
"width:
90
px;"
>
<p
style=
"margin-top: 1mm; text-align: center"
>
<span
style=
"text-align: center; font-weight: 600; font-size:
3
mm"
>
{{
tagData
.
date
}}
</span>
<span
style=
"text-align: center; font-weight: 600; font-size:
4
mm"
>
{{
tagData
.
date
}}
</span>
</p>
</div>
</div>
</div>
</div>
<div
style=
"border: 1px solid #999;margin: 10px;"
/>
<div>
<
!--
<img
:src=
"tagData.qrCodeUrl"
style=
"margin-left: 10px;width:17mm;vertical-align:middle"
/>
--
>
<
img
:src=
"tagData.barcodeUrl"
style=
"width:250px;height: 50px;"
/
>
</div>
<div
style=
"height: 50px;
border-top: 1px solid #999;
"
>
<div
style=
"height: 50px;"
>
<p
style=
"margin-top: 1mm; text-align: center"
>
<span
style=
"text-align: center; font-weight: 600; font-size: 3mm"
>
E
&
C Logistics: www.groupage.com
</span>
</p>
</div>
</div>
<div
style=
"text-align:center;"
>
<div
style=
"text-align:center;
margin-top: 20px;
"
>
<el-button
type=
"primary"
@
click=
"print"
>
{{
$t
(
'
确定打印
'
)
}}
</el-button>
</div>
</div>
...
...
@@ -101,8 +102,8 @@ export default {
<
style
scoped
>
.tag
{
width
:
25
0px
;
height
:
25
0px
;
width
:
30
0px
;
height
:
30
0px
;
/* background-color: #e2dede; */
text-align
:
center
;
padding
:
15px
;
...
...
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