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
7062c2de
Commit
7062c2de
authored
Feb 19, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
27a08438
5a364a6f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
6 deletions
+12
-6
BusExport.vue
src/components/BusExport.vue
+12
-6
No files found.
src/components/BusExport.vue
View file @
7062c2de
...
@@ -5,14 +5,15 @@
...
@@ -5,14 +5,15 @@
text-align
:
center
;
text-align
:
center
;
font-weight
:
bold
;
font-weight
:
bold
;
margin-top
:
10px
;
margin-top
:
10px
;
font-size
:
16px
;
}
}
.Bus_Content
{
.Bus_Content
{
width
:
800px
;
width
:
100%
;
height
:
auto
;
height
:
auto
;
margin
:
auto
;
margin
:
auto
;
}
}
.Bus_detailTable
{
.Bus_detailTable
{
width
:
100%
;
width
:
800px
;
font-size
:
12px
;
font-size
:
12px
;
color
:
#333
;
color
:
#333
;
margin
:
10px
auto
;
margin
:
10px
auto
;
...
@@ -24,11 +25,14 @@
...
@@ -24,11 +25,14 @@
.Bus_detailTable
td
{
.Bus_detailTable
td
{
border
:
1px
solid
#d1d1d1
;
border
:
1px
solid
#d1d1d1
;
padding
:
3px
10px
;
padding
:
3px
10px
;
font-size
:
16px
;
}
}
.Bus_detailTable
th
{
.Bus_detailTable
th
{
background-color
:
#fff
;
background-color
:
#fff
;
border
:
1px
solid
#d1d1d1
;
border
:
1px
solid
#d1d1d1
;
font-size
:
16px
;
font-weight
:
bold
;
}
}
.txLeft
{
.txLeft
{
text-align
:
left
;
text-align
:
left
;
...
@@ -42,6 +46,9 @@
...
@@ -42,6 +46,9 @@
.totalTabal
td
{
.totalTabal
td
{
height
:
33px
;
height
:
33px
;
}
}
body
{
min-width
:
100%
!important
;
}
</
style
>
</
style
>
<
template
>
<
template
>
...
@@ -79,7 +86,7 @@
...
@@ -79,7 +86,7 @@
</tr>
</tr>
</tbody>
</tbody>
</table>
</table>
<table
class=
"Bus_detailTable totalTabal"
style=
"
page-break-before: always;margin: 0px
;"
>
<table
class=
"Bus_detailTable totalTabal"
style=
"
border:0px;page-break-before:always;margin:0 auto
;"
>
<tr>
<tr>
<td
class=
"txRight"
colspan=
"4"
>
<td
class=
"txRight"
colspan=
"4"
>
<div
style=
"width:275px;text-align:right;float:right;"
>
{{
Year
}}
年
{{
Month
}}
月应付公社车资:
</div>
<div
style=
"width:275px;text-align:right;float:right;"
>
{{
Year
}}
年
{{
Month
}}
月应付公社车资:
</div>
...
@@ -105,7 +112,7 @@
...
@@ -105,7 +112,7 @@
</tr>
</tr>
</table>
</table>
<table
class=
"Bus_detailTable"
v-for=
"item in dataList"
style=
"margin:
0px;page-break-before:
always;"
>
<table
class=
"Bus_detailTable"
v-for=
"item in dataList"
style=
"margin:
5px auto;border:0px;page-break-before:
always;"
>
<tr>
<tr>
<th>
做账主体
</th>
<th>
做账主体
</th>
<th
width=
"200"
>
团号
</th>
<th
width=
"200"
>
团号
</th>
...
@@ -164,11 +171,10 @@
...
@@ -164,11 +171,10 @@
getList
(){
getList
(){
this
.
apipost
(
'bus_get_CarfareApportionExport'
,
this
.
msg
,
res
=>
{
this
.
apipost
(
'bus_get_CarfareApportionExport'
,
this
.
msg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
console
.
log
(
res
,
'res'
);
this
.
dataList
=
res
.
data
.
data
.
RObj
;
this
.
dataList
=
res
.
data
.
data
.
RObj
;
this
.
msg
.
CurrName
=
res
.
data
.
data
.
CurrName
;
this
.
msg
.
CurrName
=
res
.
data
.
data
.
CurrName
;
this
.
TotalJan
=
res
.
data
.
data
.
TotalStatistics
.
TSumOMoney
;
this
.
TotalJan
=
res
.
data
.
data
.
TotalStatistics
.
TSumOMoney
;
this
.
TotalCn
=
res
.
data
.
data
.
TotalStatistics
.
TSumMoney
this
.
TotalCn
=
res
.
data
.
data
.
TotalStatistics
.
TSumMoney
;
}
else
{
}
else
{
this
.
Error
(
res
.
data
.
message
);
this
.
Error
(
res
.
data
.
message
);
}
}
...
...
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