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
12b16b1c
Commit
12b16b1c
authored
Dec 09, 2019
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
b66032e8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
51 additions
and
1 deletion
+51
-1
JumpReport.vue
src/components/FinancialModule/JumpReport.vue
+3
-0
EasyReport.vue
src/components/FinancialModule/ReportForm/EasyReport.vue
+16
-1
TeamRevenueReport.vue
...mponents/FinancialModule/ReportForm/TeamRevenueReport.vue
+32
-0
No files found.
src/components/FinancialModule/JumpReport.vue
View file @
12b16b1c
...
@@ -834,6 +834,9 @@ export default {
...
@@ -834,6 +834,9 @@ export default {
if
(
this
.
$route
.
query
.
Type
){
if
(
this
.
$route
.
query
.
Type
){
this
.
msg
.
Type
=
this
.
$route
.
query
.
Type
+
''
;
this
.
msg
.
Type
=
this
.
$route
.
query
.
Type
+
''
;
}
}
if
(
this
.
$route
.
query
.
IsJapanNonbusinessIncome
){
this
.
msg
.
IsJapanNonbusinessIncome
=
this
.
$route
.
query
.
IsJapanNonbusinessIncome
;
}
if
(
this
.
$route
.
query
.
year
&&
this
.
$route
.
query
.
month
)
if
(
this
.
$route
.
query
.
year
&&
this
.
$route
.
query
.
month
)
{
{
this
.
msg
.
sTradeDate
=
this
.
$route
.
query
.
year
+
"-"
+
this
.
$route
.
query
.
month
+
"-01"
;
this
.
msg
.
sTradeDate
=
this
.
$route
.
query
.
year
+
"-"
+
this
.
$route
.
query
.
month
+
"-01"
;
...
...
src/components/FinancialModule/ReportForm/EasyReport.vue
View file @
12b16b1c
...
@@ -838,7 +838,7 @@ export default {
...
@@ -838,7 +838,7 @@ export default {
methods
:{
methods
:{
goUrl
(
path
,
startDate
,
endDate
,
BranchId
,
tab
)
{
goUrl
(
path
,
startDate
,
endDate
,
BranchId
,
tab
)
{
this
.
$router
.
push
({
name
:
path
,
query
:{
"startDate"
:
startDate
,
"endDate"
:
endDate
,
BranchId
:
BranchId
,
blank
:
'y'
,
tab
:
tab
}
})
this
.
$router
.
push
({
name
:
path
,
query
:{
"startDate"
:
startDate
,
"endDate"
:
endDate
,
BranchId
:
BranchId
,
blank
:
'y'
,
tab
:
tab
}
})
},
},
GoUrlFan
(
path
,
month
,
year
,
BranchId
,
ids
)
{
GoUrlFan
(
path
,
month
,
year
,
BranchId
,
ids
)
{
this
.
$router
.
push
({
this
.
$router
.
push
({
...
@@ -917,6 +917,21 @@ export default {
...
@@ -917,6 +917,21 @@ export default {
else
if
(
rowData
.
ZhaiYao
==
"歐洲與南亞損失分攤"
){
else
if
(
rowData
.
ZhaiYao
==
"歐洲與南亞損失分攤"
){
that
.
goUrl
(
"AirTicketLoss"
,
startDate
,
endDate
,
BranchId
,
"机票分摊"
)
that
.
goUrl
(
"AirTicketLoss"
,
startDate
,
endDate
,
BranchId
,
"机票分摊"
)
}
}
else
if
(
rowData
.
ZhaiYao
==
"营业外收入"
){
if
(
that
.
msg
.
BranchId
==
1218
){
console
.
log
(
"rowData.ZhaiYao"
,
rowData
.
ZhaiYao
)
that
.
$router
.
push
(
{
name
:
'JumpReport'
,
query
:{
"startDate"
:
startDate
,
"endDate"
:
endDate
,
"IsJapanNonbusinessIncome"
:
1
,
BranchId
:
BranchId
,
blank
:
'y'
}
})
}
else
{
that
.
GoUrlFan
(
'JumpReport'
,
month
,
rowData
.
Year
,
rowData
.
BranchId
,
rowData
.
CostIds
)
}
}
else
{
else
{
that
.
GoUrlFan
(
'JumpReport'
,
month
,
rowData
.
Year
,
rowData
.
BranchId
,
rowData
.
CostIds
)
that
.
GoUrlFan
(
'JumpReport'
,
month
,
rowData
.
Year
,
rowData
.
BranchId
,
rowData
.
CostIds
)
}
}
...
...
src/components/FinancialModule/ReportForm/TeamRevenueReport.vue
View file @
12b16b1c
...
@@ -1713,6 +1713,38 @@ export default {
...
@@ -1713,6 +1713,38 @@ export default {
if
(
this
.
msg
.
LineId
==-
4
){
if
(
this
.
msg
.
LineId
==-
4
){
this
.
msg
.
DataType
=
"3"
;
this
.
msg
.
DataType
=
"3"
;
}
}
//景点门票
if
(
this
.
msg
.
LineId
==-
8
){
this
.
msg
.
DataType
=
"10"
;
}
// 票务部专户
if
(
this
.
msg
.
LineId
==-
7
){
this
.
msg
.
DataType
=
"8"
;
}
// 酒店住宿
if
(
this
.
msg
.
LineId
==-
9
){
this
.
msg
.
DataType
=
"9"
;
}
// 餐厅美食
if
(
this
.
msg
.
LineId
==-
10
){
this
.
msg
.
DataType
=
"11"
;
}
// 单机票
if
(
this
.
msg
.
LineId
==-
11
){
this
.
msg
.
DataType
=
"14"
;
}
// 单机票
if
(
this
.
msg
.
LineId
==-
11
){
this
.
msg
.
DataType
=
"14"
;
}
// 老挝地接部
if
(
this
.
msg
.
LineId
==-
6
){
this
.
msg
.
DataType
=
"7"
;
}
// 日本地接部
if
(
this
.
msg
.
LineId
==-
5
){
this
.
msg
.
DataType
=
"6"
;
}
let
userInfo
=
this
.
getLocalStorage
();
let
userInfo
=
this
.
getLocalStorage
();
if
((
","
+
userInfo
.
ActionMenuCode
+
","
).
indexOf
(
',F_Query_TicketTeamRevenueReport,'
)
!=-
1
){
if
((
","
+
userInfo
.
ActionMenuCode
+
","
).
indexOf
(
',F_Query_TicketTeamRevenueReport,'
)
!=-
1
){
this
.
isShowType
=
false
;
this
.
isShowType
=
false
;
...
...
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