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
bc176b4e
Commit
bc176b4e
authored
Aug 28, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
4a0fba40
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
czBillModule.vue
...nents/FinancialModule/FinancialSubmodule/czBillModule.vue
+3
-2
No files found.
src/components/FinancialModule/FinancialSubmodule/czBillModule.vue
View file @
bc176b4e
...
@@ -636,13 +636,14 @@ export default {
...
@@ -636,13 +636,14 @@ export default {
this
.
getOPFinanceFeeList
(
18
);
this
.
getOPFinanceFeeList
(
18
);
}
else
if
(
this
.
details
.
SpecialType
&&
this
.
details
.
SpecialType
==
15
){
}
else
if
(
this
.
details
.
SpecialType
&&
this
.
details
.
SpecialType
==
15
){
this
.
getOPFinanceFeeList
(
14
);
this
.
getOPFinanceFeeList
(
14
);
}
else
if
(
this
.
details
.
SpecialType
&&
this
.
details
.
SpecialType
==
16
){
this
.
getSaleClaimList
();
}
else
if
(
this
.
details
.
SpecialType
&&
this
.
details
.
SpecialType
==
17
){
}
else
if
(
this
.
details
.
SpecialType
&&
this
.
details
.
SpecialType
==
17
){
this
.
getOPFinanceFeeList
(
22
);
this
.
getOPFinanceFeeList
(
22
);
}
else
if
(
this
.
OtherType
==
91
){
}
else
if
(
this
.
OtherType
==
91
){
this
.
getAdvanceObjList
();
this
.
getAdvanceObjList
();
}
}
if
(
this
.
details
.
SpecialType
&&
this
.
details
.
SpecialType
==
16
){
this
.
getSaleClaimList
();
}
},
},
goTravelControlList
(
id
){
goTravelControlList
(
id
){
this
.
$router
.
push
({
name
:
'TravelControlList'
,
query
:{
"TCID"
:
id
,
blank
:
'y'
,
tab
:
'团控列表'
}
})
this
.
$router
.
push
({
name
:
'TravelControlList'
,
query
:{
"TCID"
:
id
,
blank
:
'y'
,
tab
:
'团控列表'
}
})
...
...
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