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
53775990
Commit
53775990
authored
Aug 02, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
111
parent
1dc691be
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
41 additions
and
23 deletions
+41
-23
leaderReimbursement.vue
src/components/LeaderManagement/leaderReimbursement.vue
+3
-0
leaderPay2.vue
src/components/leaderPay2.vue
+24
-23
config.js
src/router/config.js
+14
-0
No files found.
src/components/LeaderManagement/leaderReimbursement.vue
View file @
53775990
...
...
@@ -628,6 +628,9 @@
<span>
{{item.EmName}}
</span>
</td>
</tr>
<tr
v-if=
"!zhuijiaList.length"
>
<td
colspan=
"8"
>
暂无数据
</td>
</tr>
</table>
<div
v-if=
'picIsShow'
class=
"viewBigPicLayer"
>
<i
class=
"el-icon-circle-close-outline clolseViewBigPicLayer"
@
click=
"picIsShow=false,picObj=[]"
></i>
...
...
src/components/leaderPay2.vue
View file @
53775990
...
...
@@ -179,7 +179,7 @@ input[type="number"] {
</table>
<table
border=
"0"
cellspacing=
"1"
class=
"leaderPayTable leaderPayTable2"
>
<tr>
<th
colspan=
"
10
"
class=
"bgwhite"
>
门票使用
</th>
<th
colspan=
"
9
"
class=
"bgwhite"
>
门票使用
</th>
</tr>
<tr>
<th
width=
"180"
>
使用日期
</th>
...
...
@@ -191,7 +191,7 @@ input[type="number"] {
<th
width=
""
>
预计总金额
</th>
<th
width=
""
>
实付金额
</th>
<th
width=
"100"
>
备注
</th>
<
th
width=
"40"
>
操作
</th
>
<
!--
<th
width=
"40"
>
操作
</th>
--
>
</tr>
<template
v-for=
'(item,index) in ScenicDataList'
>
<template
v-for=
"(subItem,subIndex) in item.data"
>
...
...
@@ -231,7 +231,7 @@ input[type="number"] {
<td
v-if=
"childIndex==0"
:rowspan=
"subItem.TicketPriceList.length"
>
{{
subItem
.
Remarks
}}
</td>
<
td
v-if=
"childIndex==0"
:rowspan=
"subItem.TicketPriceList.length"
><span
class=
"cursorpointer text-decoratio"
@
click=
"godetail('ticket', subItem)"
>
明细
</span></td
>
<
!--
<td
v-if=
"childIndex==0"
:rowspan=
"subItem.TicketPriceList.length"
><span
class=
"cursorpointer text-decoratio"
@
click=
"godetail('ticket', subItem)"
>
明细
</span></td>
--
>
</tr>
</
template
>
</template>
...
...
@@ -279,7 +279,7 @@ 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>
...
...
@@ -287,7 +287,7 @@ input[type="number"] {
<!-- <th width="">预计总金额</th>-->
<th
width=
""
>
实付金额
</th>
<th
width=
""
>
备注
</th>
<
th
width=
"40"
>
操作
</th
>
<
!-- <th width="40">操作</th> --
>
</tr>
<
template
v-for=
'(item,index) in busDataList'
>
<tr
v-for=
'(item2,index2) in item.data'
>
...
...
@@ -304,14 +304,14 @@ input[type="number"] {
<td>
{{
item2
.
Remarks
}}
</td>
<
td
v-if=
"index2 ==0"
:rowspan=
"item.data.length"
><span
class=
"cursorpointer text-decoratio"
@
click=
"godetail('bus', item2)"
>
明细
</span></td
>
<
!--
<td
v-if=
"index2 ==0"
:rowspan=
"item.data.length"
><span
class=
"cursorpointer text-decoratio"
@
click=
"godetail('bus', item2)"
>
明细
</span></td>
--
>
</tr>
</
template
>
</table>
<table
border=
"0"
cellspacing=
"1"
class=
"leaderPayTable leaderPayTable2"
>
<tr>
<th
colspan=
"1
1
"
class=
"bgwhite"
>
餐食使用
</th>
<th
colspan=
"1
0
"
class=
"bgwhite"
>
餐食使用
</th>
</tr>
<tr>
<th
width=
"180"
>
使用日期
</th>
...
...
@@ -324,7 +324,7 @@ input[type="number"] {
<th
width=
""
>
预计总金额
</th>
<th
width=
""
>
实付金额
</th>
<th
width=
"100"
>
备注
</th>
<
th
width=
"40"
>
操作
</th
>
<
!-- <th width="40">操作</th> --
>
</tr>
<
template
v-for=
'(item,index) in DiningDataList'
>
<template
v-for=
'(subItem,subIndex) in item.data'
>
...
...
@@ -366,7 +366,7 @@ input[type="number"] {
<td
v-if=
"childIndex==0"
:rowspan=
"subItem.DiningPriceList.length"
>
{{
subItem
.
Remarks
}}
</td>
<
td
v-if=
"childIndex==0"
:rowspan=
"subItem.DiningPriceList.length"
><span
class=
"cursorpointer text-decoratio"
@
click=
"godetail('dining', subItem)"
>
明细
</span></td
>
<
!--
<td
v-if=
"childIndex==0"
:rowspan=
"subItem.DiningPriceList.length"
><span
class=
"cursorpointer text-decoratio"
@
click=
"godetail('dining', subItem)"
>
明细
</span></td>
--
>
</tr>
</
template
>
</template>
...
...
@@ -414,7 +414,7 @@ input[type="number"] {
<table
border=
"0"
cellspacing=
"1"
class=
"leaderPayTable leaderPayTable2"
>
<tr>
<th
colspan=
"1
2
"
class=
"bgwhite"
>
酒店使用
</th>
<th
colspan=
"1
1
"
class=
"bgwhite"
>
酒店使用
</th>
</tr>
<tr>
<th
width=
"180"
>
使用日期
</th>
...
...
@@ -428,7 +428,7 @@ input[type="number"] {
<th
width=
""
>
预计总金额
</th>
<th
width=
""
>
实付金额
</th>
<th
width=
"100"
>
备注
</th>
<
th
width=
"40"
>
操作
</th
>
<
!-- <th width="40">操作</th> --
>
</tr>
<
template
v-for=
'(item, index) in HotelDataList'
>
<template
v-for=
"(subItem,subIndex) in item.data"
>
...
...
@@ -492,7 +492,7 @@ input[type="number"] {
<td
v-if=
"childIndex==0"
:rowspan=
"subItem.OrderDetailsList.length"
>
{{subItem.Remarks}}
</td>
<
td
v-if=
"childIndex==0"
:rowspan=
"subItem.OrderDetailsList.length"
><span
class=
"cursorpointer text-decoratio"
@
click=
"godetail('hotel', subItem)"
>
明细
</span></td
>
<
!-- <td v-if="childIndex==0" :rowspan="subItem.OrderDetailsList.length"><span class="cursorpointer text-decoratio" @click="godetail('hotel', subItem)">明细</span></td> --
>
</tr>
</template>
</template>
...
...
@@ -557,7 +557,7 @@ input[type="number"] {
class="leader2Btn"
@click="saveBZPrice()"
></th> -->
<
th
width=
"40"
>
操作
</th
>
<
!-- <th width="40">操作</th> --
>
</tr>
<tr
v-show=
"totalList.SelfPayingExpendTotalPrice>0"
>
<td>
自费支出
</td>
...
...
@@ -571,9 +571,8 @@ input[type="number"] {
<td>
自费收入
</td>
<td>
0
</td>
<td>
{{moneyFormat(totalList.SelfPayingIncomeTotalPrice)}}
</td>
<td>
<!-- <span class="cursorpointer text-decoratio" @click="godetailAll('zifeishou')">明细</span> -->
</td>
<!-- <td>
</td> -->
</tr>
<!-- <tr v-show="totalList.IncomeTotalPrice>0">
<td>消费收入</td>
...
...
@@ -585,15 +584,14 @@ input[type="number"] {
<td>
其他费用
</td>
<td>
0
</td>
<td>
{{moneyFormat(totalList.ExpendTotalPrice-totalScenicPrice-totalTrafficPrice-totalDinnerPrice-totalHotelPrice)}}
</td>
<td>
<!-- <span class="cursorpointer text-decoratio" @click="godetailAll('qitafeiyong')">明细</span> -->
</td>
<!-- <td>
</td> -->
</tr>
<tr
v-show=
"totalScenicPrice>0"
>
<td>
景点门票
</td>
<td>
{{moneyFormat(OtherTotalPrice)}}
</td>
<td>
{{moneyFormat(totalScenicPrice)}}
</td>
<
td><span
class=
"cursorpointer text-decoratio"
@
click=
"godetailAll('ticket')"
>
明细
</span></td
>
<
!-- <td><span class="cursorpointer text-decoratio" @click="godetailAll('ticket')">明细</span></td> --
>
<!-- <td>
<el-input
size="mini"
...
...
@@ -606,7 +604,7 @@ input[type="number"] {
<td>
交通
</td>
<td>
{{moneyFormat(SelfPayingExpendTotalPrice)}}
</td>
<td>
{{moneyFormat(totalTrafficPrice)}}
</td>
<
td><span
class=
"cursorpointer text-decoratio"
@
click=
"godetailAll('bus')"
>
明细
</span></td
>
<
!-- <td><span class="cursorpointer text-decoratio" @click="godetailAll('bus')">明细</span></td> --
>
<!-- <td>
<el-input
size="mini"
...
...
@@ -619,7 +617,7 @@ input[type="number"] {
<td>
餐饮
</td>
<td>
{{moneyFormat(IncomeTotalPrice)}}
</td>
<td>
{{moneyFormat(totalDinnerPrice)}}
</td>
<
td><span
class=
"cursorpointer text-decoratio"
@
click=
"godetailAll('dining')"
>
明细
</span></td
>
<
!-- <td><span class="cursorpointer text-decoratio" @click="godetailAll('dining')">明细</span></td> --
>
<!-- <td>
<el-input
size="mini"
...
...
@@ -632,7 +630,7 @@ input[type="number"] {
<td>
酒店
</td>
<td>
{{moneyFormat(ExpendTotalPrice)}}
</td>
<td>
{{moneyFormat(totalHotelPrice)}}
</td>
<
td><span
class=
"cursorpointer text-decoratio"
@
click=
"godetailAll('hotel')"
>
明细
</span></td
>
<
!-- <td><span class="cursorpointer text-decoratio" @click="godetailAll('hotel')">明细</span></td> --
>
<!-- <td>
<el-input
size="mini"
...
...
@@ -717,6 +715,9 @@ input[type="number"] {
<span>
{{item.EmName}}
</span>
</td>
</tr>
<tr
v-if=
"!zhuijiaList.length"
>
<td
colspan=
"8"
>
暂无数据
</td>
</tr>
</table>
<table
border=
"0"
cellspacing=
"1"
class=
"leaderPayTable"
v-if=
"TotalPriceData.length>0"
>
<tr>
...
...
src/router/config.js
View file @
53775990
...
...
@@ -1400,6 +1400,20 @@ export default {
meta
:
{
title
:
'领队绩效'
},
},
{
path
:
'/leaderPayHotelDetail'
,
//j酒店报账详情
name
:
'leaderPayHotelDetail'
,
component
:
resolve
=>
require
([
'@/components/LeaderManagement/leaderPayHotelDetail'
],
resolve
),
meta
:
{
title
:
'酒店报账详情'
},
},
{
path
:
'/leaderPayTicketDetail'
,
//j门票报账详情
name
:
'leaderPayTicketDetail'
,
component
:
resolve
=>
require
([
'@/components/LeaderManagement/leaderPayTicketDetail'
],
resolve
),
meta
:
{
title
:
'门票报账详情'
},
},
{
path
:
'/leaderChedule'
,
//领队档期
name
:
'leaderChedule'
,
...
...
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