Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
fe842f26
Commit
fe842f26
authored
May 22, 2024
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
a4e6c692
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
+5
-7
BatchPrintPage.vue
src/components/BatchPrintPage.vue
+5
-7
No files found.
src/components/BatchPrintPage.vue
View file @
fe842f26
...
@@ -3,7 +3,6 @@
...
@@ -3,7 +3,6 @@
width
:
100%
;
width
:
100%
;
background-color
:
white
;
background-color
:
white
;
position
:
absolute
;
position
:
absolute
;
padding-top
:
20px
;
}
}
._PrintPage_box
{
._PrintPage_box
{
width
:
1000px
;
width
:
1000px
;
...
@@ -24,8 +23,7 @@
...
@@ -24,8 +23,7 @@
position
:
relative
;
position
:
relative
;
}
}
._PrintPage_box
.SetDiv
{
._PrintPage_box
.SetDiv
{
position
:
absolute
;
position
:
absolute
;
top
:
10px
;
color
:
#106BAF
;
color
:
#106BAF
;
left
:
-290px
;
left
:
-290px
;
}
}
...
@@ -34,15 +32,15 @@
...
@@ -34,15 +32,15 @@
cursor
:
pointer
;
cursor
:
pointer
;
font-size
:
15px
;
font-size
:
15px
;
}
}
._PrintPage_Center
+
._PrintPage_always
{
._PrintPage_always
{
page-break-before
:
always
;
padding-top
:
10px
;
page-break-after
:
always
;
}
}
</
style
>
</
style
>
<
template
v-loading=
"loading"
>
<
template
v-loading=
"loading"
>
<div
class=
"_PrintPage"
>
<div
class=
"_PrintPage"
>
<div
class=
"_PrintPage_box"
>
<div
class=
"_PrintPage_box"
>
<div
v-for=
"(items,index) in printDatas"
<div
v-for=
"(items,index) in printDatas"
class=
"_PrintPage_always"
>
:class=
"[index% 2 == 0?'_PrintPage_always':'_PrintPage_Center']"
>
<template
v-if=
"items.type=='2'&&(items.Merge=='0'||items.Merge==null)"
>
<template
v-if=
"items.type=='2'&&(items.Merge=='0'||items.Merge==null)"
>
<div
class=
"SetDiv"
>
<div
class=
"SetDiv"
>
<el-select
size=
"mini"
v-model=
"titleName"
:placeholder=
"$t('objFill.qingxuanzhettname')"
<el-select
size=
"mini"
v-model=
"titleName"
:placeholder=
"$t('objFill.qingxuanzhettname')"
...
...
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