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
5ef80d27
Commit
5ef80d27
authored
Jul 31, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
3b23c677
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
48 additions
and
20 deletions
+48
-20
ComplaintsDetail.vue
src/components/Complaints/ComplaintsDetail.vue
+48
-20
No files found.
src/components/Complaints/ComplaintsDetail.vue
View file @
5ef80d27
...
...
@@ -649,16 +649,30 @@
SourceID
:
compensation
.
ID
,
TCIDList
:
TCArr
}
this
.
$router
.
push
({
name
:
'ChoiceAddFinancialDocuments'
,
query
:
{
Type
:
2
,
templateID
:
JSON
.
stringify
(
id
),
companyID
:
this
.
PriceInfo
.
OutBranchId
,
'blank'
:
'y'
,
'orderObj'
:
JSON
.
stringify
(
orderObj
)
}
})
let
userInfo
=
this
.
getLocalStorage
()
if
(
userInfo
.
RB_Group_id
==
2
){
this
.
$router
.
push
({
name
:
'ChoiceAddFinancialDocuments'
,
query
:
{
Type
:
2
,
templateID
:
JSON
.
stringify
(
id
),
companyID
:
this
.
PriceInfo
.
OutBranchId
,
'blank'
:
'y'
,
'orderObj'
:
JSON
.
stringify
(
orderObj
)
}
})
}
else
{
this
.
$router
.
push
({
name
:
'ChoiceAddFinancialDocuments'
,
query
:
{
Type
:
2
,
searchTitle
:
'退'
,
companyID
:
this
.
PriceInfo
.
OutBranchId
,
'blank'
:
'y'
,
'orderObj'
:
JSON
.
stringify
(
orderObj
)
}
})
}
}
else
if
(
compensation
.
FinanceID
>
0
)
{
this
.
$router
.
push
({
name
:
'FinancialDocumentsDetail'
,
...
...
@@ -684,16 +698,30 @@
SourceID
:
compensation
.
ID
,
TCIDList
:
TCArr
}
this
.
$router
.
push
({
name
:
'ChoiceAddFinancialDocuments'
,
query
:
{
Type
:
1
,
templateID
:
JSON
.
stringify
(
id
),
companyID
:
this
.
PriceInfo
.
OutBranchId
,
'blank'
:
'y'
,
'orderObj'
:
JSON
.
stringify
(
orderObj
)
}
})
let
userInfo
=
this
.
getLocalStorage
()
if
(
userInfo
.
RB_Group_id
==
2
){
this
.
$router
.
push
({
name
:
'ChoiceAddFinancialDocuments'
,
query
:
{
Type
:
1
,
templateID
:
JSON
.
stringify
(
id
),
companyID
:
this
.
PriceInfo
.
OutBranchId
,
'blank'
:
'y'
,
'orderObj'
:
JSON
.
stringify
(
orderObj
)
}
})
}
else
{
this
.
$router
.
push
({
name
:
'ChoiceAddFinancialDocuments'
,
query
:
{
Type
:
1
,
searchTitle
:
'退'
,
companyID
:
this
.
PriceInfo
.
OutBranchId
,
'blank'
:
'y'
,
'orderObj'
:
JSON
.
stringify
(
orderObj
)
}
})
}
}
else
if
(
compensation
.
FinanceID
>
0
)
{
this
.
$router
.
push
({
name
:
'FinancialDocumentsDetail'
,
...
...
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