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
2e3a9245
Commit
2e3a9245
authored
Apr 09, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
111
parent
01282b89
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
658 additions
and
10 deletions
+658
-10
DocumentStatistics.vue
src/components/FinancialModule/DocumentStatistics.vue
+590
-0
TeamBalancePayment.vue
...omponents/TravelManager/TravelList/TeamBalancePayment.vue
+56
-9
config.js
src/router/config.js
+12
-1
No files found.
src/components/FinancialModule/DocumentStatistics.vue
0 → 100644
View file @
2e3a9245
This diff is collapsed.
Click to expand it.
src/components/TravelManager/TravelList/TeamBalancePayment.vue
View file @
2e3a9245
...
...
@@ -189,7 +189,7 @@
</div>
</div>
</el-col>
<el-col
:span=
"3"
>
<el-col
:span=
"3"
>
<div
class=
"Team_DList"
>
<div
class=
"Team_firstTitle"
>
<span
class=
"Team_comCoinType Team_shou"
>
...
...
@@ -287,6 +287,22 @@
</div>
</div>
</el-col>
<!-- <el-col :span="3">
<div class="Team_DList">
<div class="Team_firstTitle">
<span class="Team_comCoinType Team_shou">
<i class="iconfont icon-qian"></i>
</span>财务单据
</div>
<div class="Team_Incontent">
<div>制单已审核:<span>¥{{moneyFormat(dataInfo.CXMoney)}}</span></div>
<div>制单未审核:<span class="Team_Coins">¥{{moneyFormat(dataInfo.ZDMoney)}}</span></div>
<div>未制单:<span class="Team_Coins">¥{{moneyFormat(dataInfo.Money)}}</span></div>
<div>
</div>
</div>
</div>
</el-col> -->
</el-row>
</div>
...
...
@@ -1544,9 +1560,38 @@
checkd
:
false
,
tiploading
:
false
,
checkListAll
:[],
dateList
:[],
dataInfo
:{},
datainfoobj
:{
pageIndex
:
1
,
pageSize
:
10
,
TCNUM
:
''
,
FinanceId
:
0
,
AccountId
:
-
1
,
Type
:
3
,
StartTime
:
''
,
EndTime
:
''
,
},
};
},
methods
:
{
getdataInfo
(){
if
(
this
.
dateList
&&
this
.
dateList
.
length
>
0
){
this
.
datainfoobj
.
StartTime
=
this
.
dateList
[
0
];
this
.
datainfoobj
.
EndTime
=
this
.
dateList
[
1
];
}
else
{
this
.
datainfoobj
.
StartTime
=
''
;
this
.
datainfoobj
.
EndTime
=
''
;
}
this
.
apipost
(
'Financial_get_GetFinanceReceiptStatistics'
,
this
.
datainfoobj
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
){
this
.
dataInfo
=
res
.
data
.
data
;
}
else
{
this
.
$message
.
error
(
res
.
data
.
message
);
}
},
err
=>
{})
},
isContain
(
list
){
if
(
list
&&
list
.
length
==
1
&&
list
[
0
]
==
"机票罚金"
){
...
...
@@ -1820,14 +1865,14 @@
this
.
moneyAll
.
dijieys
+=
item
.
Money
;
this
.
moneyAll
.
dijiess
+=
item
.
PayMoney
;
this
.
moneyAll
.
otheryTotalyf
+=
item
.
Money
;
this
.
moneyAll
.
otheryTotalsf
+=
item
.
PayMoney
;
}
// 收入 自费
if
(
that
.
isExists
(
item
.
CostTypeList
,
'自费'
)
||
that
.
isExists
(
item
.
CostTypeList
,
'自费收支结算'
))
{
this
.
moneyAll
.
zifeiys
+=
item
.
Money
;
this
.
moneyAll
.
zifeiss
+=
item
.
PayMoney
;
this
.
moneyAll
.
otheryTotalyf
+=
item
.
Money
;
this
.
moneyAll
.
otheryTotalsf
+=
item
.
PayMoney
;
this
.
moneyAll
.
otheryTotalsf
+=
item
.
PayMoney
;
}
// 收入 自费
if
(
that
.
isExists
(
item
.
CostTypeList
,
'自费'
)
||
that
.
isExists
(
item
.
CostTypeList
,
'自费收支结算'
))
{
this
.
moneyAll
.
zifeiys
+=
item
.
Money
;
this
.
moneyAll
.
zifeiss
+=
item
.
PayMoney
;
this
.
moneyAll
.
otheryTotalyf
+=
item
.
Money
;
this
.
moneyAll
.
otheryTotalsf
+=
item
.
PayMoney
;
}
// 收入 小费
if
(
that
.
isExists
(
item
.
CostTypeList
,
'小费'
))
{
...
...
@@ -2072,6 +2117,7 @@ this.moneyAll.otheryTotalsf+=item.PayMoney;
},
mounted
()
{
this
.
TCID
=
this
.
$route
.
query
.
id
;
this
.
datainfoobj
.
TCNUM
=
this
.
$route
.
query
.
id
;
this
.
OutBranchId
=
this
.
$route
.
query
.
OutBranchId
;
this
.
CloseIncomeBtn
=
this
.
$route
.
query
.
CloseIncomeBtn
;
if
(
this
.
$route
.
query
.
IsHaveAuth
)
{
...
...
@@ -2081,6 +2127,7 @@ this.moneyAll.otheryTotalsf+=item.PayMoney;
}
this
.
checkHasAuth
();
this
.
getList
();
this
.
getdataInfo
();
}
};
...
...
src/router/config.js
View file @
2e3a9245
...
...
@@ -3533,6 +3533,7 @@ export default {
title
:
'团队营收统计'
},
},
{
//财务 报表 年度排名统计
path
:
'/AnnualRanking'
,
name
:
'AnnualRanking'
,
...
...
@@ -3564,7 +3565,17 @@ export default {
meta
:
{
title
:
'团队人数统计'
},
},
{
},
{
path
:
'/DocumentStatistics'
,
name
:
'DocumentStatistics'
,
component
:
resolve
=>
require
([
'@/components/FinancialModule/DocumentStatistics'
],
resolve
),
meta
:
{
title
:
'财务单据'
},
},
{
path
:
'/JumpReport'
,
name
:
'JumpReport'
,
component
:
resolve
=>
require
([
'@/components/FinancialModule/JumpReport'
],
resolve
),
...
...
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