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
9e3d01a8
Commit
9e3d01a8
authored
Feb 19, 2019
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
车资打印
parent
864e418f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
11 deletions
+14
-11
BusExport.vue
src/components/BusExport.vue
+14
-11
No files found.
src/components/BusExport.vue
View file @
9e3d01a8
...
...
@@ -56,8 +56,8 @@
<th
width=
"200"
>
团号
</th>
<th>
单号
</th>
<th>
车配号
</th>
<th>
{{
msg
.
CurrName
}}
</th>
<th>
人民币
</th>
<th
style=
"width:20%"
>
{{
msg
.
CurrName
}}
</th>
<th
style=
"width:20%"
>
人民币
</th>
</tr>
</thead>
<tbody
v-for=
"item in dataList"
>
...
...
@@ -70,19 +70,22 @@
<td
class=
"txRight"
>
{{
subItem
.
Money
}}
</td>
</tr>
<tr>
<td
colspan=
"4"
class=
"txRight"
>
{{
item
.
BranchName
}}
应付总金额
</td>
<td
colspan=
"4"
class=
"txRight"
>
{{
item
.
BranchName
}}
应付总金额
:
</td>
<td
class=
"txRight"
>
{{
item
.
SumOMoney
}}
</td>
<td
class=
"txRight"
>
{{
item
.
SumMoney
}}
</td>
</tr>
<tr
style=
"height:12px"
>
<td
colspan=
"6"
style=
"background:#999; height:12px;"
></td>
</tr>
</tbody>
</table>
<table
class=
"Bus_detailTable totalTabal"
>
<table
class=
"Bus_detailTable totalTabal"
style=
"page-break-before: always;margin: 0px;"
>
<tr>
<td
class=
"txRight"
colspan=
"4"
>
<div
style=
"width:275px;text-align:right;float:right;"
>
{{
Year
}}
年
{{
Month
}}
月应付公社车资:
</div>
</td>
<td
class=
"txRight fontBold"
>
{{
TotalJan
}}
</td>
<td
class=
"txRight fontBold"
>
{{
TotalCn
}}
</td>
<td
class=
"txRight fontBold"
style=
"width:20%"
>
{{
TotalJan
}}
</td>
<td
class=
"txRight fontBold"
style=
"width:20%"
>
{{
TotalCn
}}
</td>
</tr>
<tr
v-for=
"item in dataList"
>
<td
class=
"txRight"
colspan=
"4"
>
{{
item
.
BranchName
}}
应付总金额:
</td>
...
...
@@ -95,20 +98,20 @@
<td
colspan=
"2"
style=
"padding-top:30px;border:0px;"
>
制表:
</td>
</tr>
<tr>
<td
colspan=
"6"
style=
"padding-top:
3
0px;border:0px;"
>
<td
colspan=
"6"
style=
"padding-top:
1
0px;border:0px;"
>
<div
style=
"style=float:right;margin-right:20%;text-align:right;"
>
制表日期:
</div>
</td>
</tr>
</table>
<table
class=
"Bus_detailTable"
v-for=
"item in dataList"
>
<table
class=
"Bus_detailTable"
v-for=
"item in dataList"
style=
"margin: 0px;page-break-before: always;"
>
<tr>
<th>
做账主体
</th>
<th
width=
"200"
>
团号
</th>
<th>
单号
</th>
<th>
车配号
</th>
<th>
{{
msg
.
CurrName
}}
</th>
<th>
人民币
</th>
<th
style=
"width:20%"
>
{{
msg
.
CurrName
}}
</th>
<th
style=
"width:20%"
>
人民币
</th>
</tr>
<tr
v-for=
"subItem in item.RBobj"
>
<td
class=
"txLeft"
>
{{
subItem
.
BranchName
}}
</td>
...
...
@@ -119,7 +122,7 @@
<td
class=
"txRight"
>
{{
subItem
.
Money
}}
</td>
</tr>
<tr>
<td
colspan=
"4"
class=
"txRight"
>
{{
item
.
BranchName
}}
应付总金额
</td>
<td
colspan=
"4"
class=
"txRight"
>
{{
item
.
BranchName
}}
应付总金额
:
</td>
<td
class=
"txRight"
>
{{
item
.
SumOMoney
}}
</td>
<td
class=
"txRight"
>
{{
item
.
SumMoney
}}
</td>
</tr>
...
...
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