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
74c9d339
Commit
74c9d339
authored
5 years ago
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
39d34047
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
8 deletions
+38
-8
leaderReimbursement.vue
src/components/LeaderManagement/leaderReimbursement.vue
+38
-8
No files found.
src/components/LeaderManagement/leaderReimbursement.vue
View file @
74c9d339
...
@@ -41,25 +41,56 @@
...
@@ -41,25 +41,56 @@
</table>
</table>
<table
class=
"leaderReimbursementTable"
border=
"0"
cellspacing=
"1"
cellpadding=
"0"
>
<table
class=
"leaderReimbursementTable"
border=
"0"
cellspacing=
"1"
cellpadding=
"0"
>
<tr>
<tr>
<th
colspan=
"17"
class=
"bgwhite"
>
车辆使用
</th>
<th
colspan=
"17"
class=
"bgwhite"
>
车辆使用
<el-popover
width=
"800"
trigger=
"click"
popper-class=
"DMC_HotelPop"
>
<table
v-if=
"list&& list.BusShouPeiModel"
>
<tr>
<th
style=
"width:95px;"
>
日期
</th>
<th
style=
"width:80px;"
>
用车状況
</th>
<th>
スケジュール內容
</th>
<th
style=
"width:100px;"
>
ホテル
</th>
<th
style=
"width:95px;"
>
ホテルTEL
</th>
</tr>
<tr
v-for=
"subItem in list.BusShouPeiModel.Details_Extends"
>
<td>
{{
subItem
.
UseDate
}}
</td>
<td>
{{
subItem
.
BusType
}}
</td>
<td>
{{
subItem
.
BusContent
}}
</td>
<td>
{{
subItem
.
HotelName
}}
</td>
<td>
{{
subItem
.
HotelTel
}}
</td>
</tr>
</table>
<span
slot=
"reference"
class=
"price"
style=
"cursor:pointer;text-decoration:underline;color:blue;"
title=
"点击查看"
>
手配书
</span>
</el-popover>
</th>
</tr>
</tr>
<tr
class=
"title"
>
<tr
class=
"title"
>
<th
width=
"
10
0"
>
使用时间
</th>
<th
width=
"
9
0"
>
使用时间
</th>
<th
width=
"80"
>
司机姓名
</th>
<th
width=
"80"
>
司机姓名
</th>
<th
width=
"80"
>
司机电话
</th>
<th
width=
"80"
>
司机电话
</th>
<th
width=
"
10
0"
>
车牌号
</th>
<th
width=
"
9
0"
>
车牌号
</th>
<th
width=
"
80
"
>
车辆大小
</th>
<th
width=
"
65
"
>
车辆大小
</th>
<th
width=
"100"
>
司机住宿
</th>
<th
width=
"100"
>
司机住宿
</th>
<th
width=
"60"
>
用车方式
</th>
<th
width=
"60"
>
用车方式
</th>
<th
width=
"60"
>
车费
</th>
<th
width=
"60"
>
车费
</th>
<th
width=
"1
2
0"
>
车费付款方式
</th>
<th
width=
"1
0
0"
>
车费付款方式
</th>
<th
width=
"80"
>
高速公路费
</th>
<th
width=
"80"
>
高速公路费
</th>
<th
width=
"1
2
0"
>
高速费用付款方式
</th>
<th
width=
"1
0
0"
>
高速费用付款方式
</th>
<th
width=
"60"
>
停车费
</th>
<th
width=
"60"
>
停车费
</th>
<th
width=
"60"
>
金额小计
</th>
<th
width=
"60"
>
金额小计
</th>
<th
width=
"60"
>
总金额
</th>
<th
width=
"60"
>
总金额
</th>
<th
width=
"100"
>
备注
</th>
<th
width=
"100"
>
备注
</th>
<th
width=
"
60
"
>
供应商
</th>
<th
width=
"
75
"
>
供应商
</th>
</tr>
</tr>
<tr
v-for=
'(item,index) in list.BusList'
>
<tr
v-for=
'(item,index) in list.BusList'
>
<td>
{{
item
.
PlanDateStr
}}
</td>
<td>
{{
item
.
PlanDateStr
}}
</td>
...
@@ -236,7 +267,6 @@
...
@@ -236,7 +267,6 @@
<td
style=
"white-space:nowrap; "
>
<td
style=
"white-space:nowrap; "
>
<p
class=
"cursorpointer text-decoration"
<p
class=
"cursorpointer text-decoration"
@
click=
"goHotelDetail(subItem.TCID, subItem.NewCombinationNum, subItem.TCNUM, 'roomReservationsDetails')"
>
@
click=
"goHotelDetail(subItem.TCID, subItem.NewCombinationNum, subItem.TCNUM, 'roomReservationsDetails')"
>
<!-- {{subItem.PayStyle === 1 ? moneyFormat(childItem.UnitPrice) : 0}} -->
{{moneyFormat(childItem.UnitPrice)}}
{{moneyFormat(childItem.UnitPrice)}}
</p>
</p>
</td>
</td>
...
...
This diff is collapsed.
Click to expand it.
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