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
70c7e103
Commit
70c7e103
authored
Aug 05, 2024
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
3f89ef80
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
48 additions
and
2 deletions
+48
-2
BasicDocuments.vue
src/components/FinancialModule/BasicDocuments.vue
+24
-1
FinancialDocumentsDetail.vue
src/components/FinancialModule/FinancialDocumentsDetail.vue
+24
-1
No files found.
src/components/FinancialModule/BasicDocuments.vue
View file @
70c7e103
...
...
@@ -905,6 +905,9 @@
<div
v-if=
"GetDetail.OtherType==80"
class=
"illustrate-right fygsbumen-box-right"
@
click=
"ImpressionSingleDetails(isOrderOP?'CarDealerOrderOP':'CarDealerOrder')"
>
{{$t('objFill.chdd')+':'+GetDetail.TCNUM}}
</div>
<div
v-if=
"GetDetail.OtherType==83"
class=
"illustrate-right fygsbumen-box-right"
@
click=
"ImpressionSingleDetails(isOrderOP?'CarDealerOrderOP':'CarDealerOrder')"
>
{{'车行包月订单'+':'+GetDetail.ReFinanceId}}
</div>
<!-- <div v-if="GetDetail.OtherType==63" class="illustrate-right fygsbumen-box-right"
@click="ImpressionSingleCommissionDetails('ServiceCommissiondetails',1)">{{$t('objFill.dxxstcxq')}}</div>
...
...
@@ -2661,7 +2664,27 @@ else if (Type==2) {
}
});
}
}
else
{
}
else
if
(
this
.
GetDetail
.
OtherType
==
83
){
if
(
this
.
typeSystem
==
1
)
{
let
href
=
this
.
domainManager
().
CarUrl
window
.
parent
.
postMessage
({
event_id
:
'CarDealerOrder'
,
data
:
{
MainId
:
this
.
GetDetail
.
ReFinanceId
,
}
},
`
${
href
}
`
)
}
else
{
this
.
$router
.
push
({
path
:
path
,
query
:
{
MainId
:
this
.
GetDetail
.
ReFinanceId
,
blank
:
'y'
}
});
}
}
else
{
this
.
$router
.
push
({
path
:
path
,
query
:
{
...
...
src/components/FinancialModule/FinancialDocumentsDetail.vue
View file @
70c7e103
...
...
@@ -934,6 +934,9 @@
<div
v-if=
"GetDetail.OtherType==80"
class=
"illustrate-right fygsbumen-box-right"
@
click=
"ImpressionSingleDetails(isOrderOP?'CarDealerOrderOP':'CarDealerOrder')"
>
{{
$t
(
'objFill.chdd'
)
+
':'
+
GetDetail
.
TCNUM
}}
</div>
<div
v-if=
"GetDetail.OtherType==83"
class=
"illustrate-right fygsbumen-box-right"
@
click=
"ImpressionSingleDetails(isOrderOP?'CarDealerOrderOP':'CarDealerOrder')"
>
{{
'车行包月订单'
+
':'
+
GetDetail
.
ReFinanceId
}}
</div>
<!--
<div
v-if=
"GetDetail.OtherType==63"
class=
"illustrate-right fygsbumen-box-right"
@
click=
"ImpressionSingleCommissionDetails('ServiceCommissiondetails',1)"
>
{{
$t
(
'objFill.dxxstcxq'
)
}}
</div>
<div
v-if=
"GetDetail.OtherType==64"
class=
"illustrate-right fygsbumen-box-right"
...
...
@@ -1885,7 +1888,27 @@
}
});
}
}
else
{
}
else
if
(
this
.
GetDetail
.
OtherType
==
83
){
if
(
this
.
typeSystem
==
1
)
{
let
href
=
this
.
domainManager
().
CarUrl
window
.
parent
.
postMessage
({
event_id
:
'CarDealerOrder'
,
data
:
{
MainId
:
this
.
GetDetail
.
ReFinanceId
,
}
},
`
${
href
}
`
)
}
else
{
this
.
$router
.
push
({
path
:
path
,
query
:
{
MainId
:
this
.
GetDetail
.
ReFinanceId
,
blank
:
'y'
}
});
}
}
else
{
this
.
$router
.
push
({
path
:
path
,
query
:
{
...
...
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