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
1d92c5a9
Commit
1d92c5a9
authored
Mar 29, 2019
by
huangyuanyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
52efb5e4
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
6 deletions
+12
-6
CombinedRevenueReport.vue
...ents/FinancialModule/ReportForm/CombinedRevenueReport.vue
+2
-1
EasyReport.vue
src/components/FinancialModule/ReportForm/EasyReport.vue
+2
-1
MonthReport.vue
src/components/FinancialModule/ReportForm/MonthReport.vue
+3
-2
TeamRevenueReport.vue
...mponents/FinancialModule/ReportForm/TeamRevenueReport.vue
+2
-1
priceIncomeConfirmList.vue
src/components/FinancialModule/priceIncomeConfirmList.vue
+3
-1
No files found.
src/components/FinancialModule/ReportForm/CombinedRevenueReport.vue
View file @
1d92c5a9
...
...
@@ -1703,8 +1703,9 @@ export default {
this
.
BranchStatus
=
false
;
}
else
{
this
.
BranchStatus
=
true
;
this
.
msg
.
Is_Transport
=
BranchStatus
;
}
this
.
msg
.
Is_Transport
=
BranchStatus
;
let
data
=
res
.
data
.
data
.
pmodel
.
pageData
;
// res.data.data.TotalRevenue
this
.
total
=
res
.
data
.
data
.
pmodel
.
count
;
...
...
src/components/FinancialModule/ReportForm/EasyReport.vue
View file @
1d92c5a9
...
...
@@ -1055,8 +1055,9 @@ export default {
this
.
BranchStatus
=
false
;
}
else
{
this
.
BranchStatus
=
true
;
this
.
msg
.
BranchId
=
BranchStatus
;
}
this
.
msg
.
BranchId
=
BranchStatus
;
let
data
=
res
.
data
.
data
data
.
sharelist
.
forEach
((
x
,
i
)
=>
{
this
.
monthList
[
i
].
value
=
x
.
Money
...
...
src/components/FinancialModule/ReportForm/MonthReport.vue
View file @
1d92c5a9
...
...
@@ -652,15 +652,16 @@ export default {
if
(
!
this
.
msg
.
TCID
)
this
.
msg
.
TCID
=
0
;
if
(
this
.
msg
.
QStartDate
==
""
)
this
.
msg
.
QStartDate
=
"2019"
;
this
.
apipost
(
'financestatistics_get_GetTravelMonthReportList'
,
this
.
msg
,
res
=>
{
console
.
log
(
res
);
//
console.log(res);
if
(
res
.
data
.
resultCode
==
1
)
{
let
BranchStatus
=
res
.
data
.
data
.
IsBranchButton
;
if
(
BranchStatus
==-
1
){
this
.
BranchStatus
=
false
;
}
else
{
this
.
BranchStatus
=
true
;
this
.
msg
.
OutBranchId
=
BranchStatus
;
}
this
.
msg
.
OutBranchId
=
BranchStatus
;
this
.
DataList
=
res
.
data
.
data
.
RObj
;
this
.
columns
=
[
// 团队编号、团号 点击跳转团控列表
...
...
src/components/FinancialModule/ReportForm/TeamRevenueReport.vue
View file @
1d92c5a9
...
...
@@ -2089,8 +2089,9 @@ export default {
this
.
BranchStatus
=
false
;
}
else
{
this
.
BranchStatus
=
true
;
this
.
msg
.
OutBranchId
=
BranchStatus
;
}
this
.
msg
.
OutBranchId
=
BranchStatus
;
//console.log( res.data.data);
let
data
=
res
.
data
.
data
.
pmodel
.
pageData
;
// res.data.data.TotalRevenue
...
...
src/components/FinancialModule/priceIncomeConfirmList.vue
View file @
1d92c5a9
...
...
@@ -58,7 +58,8 @@
<table
class=
"singeRowTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
v-loading=
'loading'
>
<tr>
<th>
{{
$t
(
'scen.sc_temID'
)
}}
</th>
<th>
线路系列
</th>
<th>
线路
</th>
<th>
系列
</th>
<th>
{{
$t
(
'visa.v_tuanhao'
)
}}
</th>
<th>
{{
$t
(
'scen.sc_ftTime'
)
}}
</th>
<th>
{{
$t
(
'admin.admin_Department'
)
}}
</th>
...
...
@@ -74,6 +75,7 @@
<tr
v-for=
"item in tableList"
:key=
"item.Id"
>
<td><span
@
click=
'goUrl("priceIncomeConfirmInfo",item.TCID,"收入确认单")'
style=
"cursor:pointer;text-decoration: underline"
>
{{
item
.
TCID
}}
</span></td>
<td>
{{
item
.
LineName
}}
</td>
<td>
{{
item
.
LtName
}}
</td>
<td>
{{
item
.
TCNUM
}}
</td>
<td>
{{
item
.
StartDate
}}
</td>
<td>
{{
item
.
DepartmentName
}}
</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