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
cb3913dc
Commit
cb3913dc
authored
Jun 17, 2019
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
5ed41b7a
7b2f8f9d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
leaderPay2.vue
src/components/leaderPay2.vue
+5
-2
No files found.
src/components/leaderPay2.vue
View file @
cb3913dc
...
...
@@ -52,6 +52,7 @@
}
.LeaderPrintDiv
{
width
:
100%
;
background
:
#f8f8f8
;
position
:
absolute
;
}
.LeaderPrintDiv
.childDiv
{
...
...
@@ -93,7 +94,7 @@ input[type="number"] {
</
style
>
<
template
>
<div
class=
"LeaderPrintDiv"
>
<div
class=
"LeaderPrintDiv"
>
<div
class=
"childDiv"
>
<table
border=
"0"
cellspacing=
"1"
class=
"leaderPayTable"
>
<tr>
...
...
@@ -182,15 +183,17 @@ input[type="number"] {
<table
border=
"0"
cellspacing=
"1"
class=
"leaderPayTable leaderPayTable2"
>
<tr>
<th
colspan=
"
5
"
class=
"bgwhite"
>
车辆使用
</th>
<th
colspan=
"
4
"
class=
"bgwhite"
>
车辆使用
</th>
</tr>
<tr>
<th
width=
""
>
使用日期
</th>
<th
width=
""
>
高速公路费
</th>
<!-- <th width="">预计总金额</th>-->
<th
width=
""
>
实付金额
</th>
<th
width=
""
>
备注
</th>
</tr>
<tr
v-for=
'(item,index) in list.BusList'
>
<td>
{{item.PlanDateStr}}
</td>
<td>
{{item.HighSpeedPrice >= 0
&&
item.HighSpeedPrice !== null
&&
item.HighSpeedPayType > 0 ? (item.HighSpeedPayType === 1 ? moneyFormat(item.HighSpeedPrice) : 0) : ''}}
</td>
...
...
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