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
1d7eda91
Commit
1d7eda91
authored
Aug 22, 2024
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
020b2715
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
6 deletions
+31
-6
index.vue
...components/FinancialModule/MonthlyCostStatement/index.vue
+31
-6
No files found.
src/components/FinancialModule/MonthlyCostStatement/index.vue
View file @
1d7eda91
...
...
@@ -348,22 +348,26 @@
<
p
class
=
"_TCIDAndTCNUMList"
>
{{
$t
(
'pub.noMsg'
)
}}
<
/p
>
<
/template
>
<
template
v
-
if
=
"scope.row.OtherType>0&&scope.row.ReFinanceId
s!='0'&&scope.row.ReFinanceIds
"
>
<
template
v
-
if
=
"scope.row.OtherType>0&&scope.row.ReFinanceId
2>0
"
>
<
p
v
-
if
=
"scope.row.OtherType==66"
>
<
span
>
{{
$t
(
'objFill.admissionticketid'
)
}}
<
/span
>
<
span
>
{{
scope
.
row
.
ReFinanceId
s
}}
<
/span
>
<
span
>
{{
scope
.
row
.
ReFinanceId
2
}}
<
/span
>
<
/p
>
<
p
v
-
else
-
if
=
"scope.row.OtherType==67"
>
<
span
>
{{
$t
(
'objFill.vehicleid'
)
}}
<
/span
>
<
span
>
{{
scope
.
row
.
ReFinanceId
s
}}
<
/span
>
<
span
>
{{
scope
.
row
.
ReFinanceId
2
}}
<
/span
>
<
/p
>
<
p
v
-
else
-
if
=
"scope.row.OtherType==61"
>
<
span
>
{{
$t
(
'salesModule.HotelOrderNum'
)
}}
<
/span
>
<
span
>
{{
scope
.
row
.
ReFinanceId
s
}}
<
/span
>
<
span
>
{{
scope
.
row
.
ReFinanceId
2
}}
<
/span
>
<
/p
>
<
p
v
-
else
-
if
=
"scope.row.OtherType==80"
>
<
span
>
{{
$t
(
'objFill.impressioncarshopid'
)
}}
<
/span
>
<
span
>
{{
scope
.
row
.
ReFinanceIds
}}
<
/span
>
<
span
>
{{
$t
(
'objFill.impressioncarshopid'
)
}}
:
<
/span
>
<
span
@
click
=
"ImpressionSingleDetails('CarDealerOrderOP',80,scope.row.ReFinanceId2)"
style
=
"cursor: pointer; color: #00C6FF"
>
{{
scope
.
row
.
ReFinanceId2
}}
<
/span
>
<
/p
>
<
p
v
-
else
-
if
=
"scope.row.OtherType==83"
>
<
span
>
印象车行包车订单号:
<
/span
>
<
span
@
click
=
"ImpressionSingleDetails('CarDealerOrderOP',83,scope.row.ReFinanceId2)"
style
=
"cursor: pointer; color: #00C6FF"
>
{{
scope
.
row
.
ReFinanceId2
}}
<
/span
>
<
/p
>
<
/template
>
<
template
v
-
else
-
if
=
"scope.row.OrderSource>0&&scope.row.OrderID>0"
>
...
...
@@ -641,6 +645,27 @@
var
that
=
this
;
}
,
methods
:
{
// 单项酒店订单
ImpressionSingleDetails
(
path
,
OtherType
,
ReFinanceId
)
{
if
(
OtherType
==
80
){
this
.
$router
.
push
({
path
:
path
,
query
:
{
OrderId
:
ReFinanceId
,
blank
:
'y'
}
}
);
}
else
if
(
OtherType
==
83
){
this
.
$router
.
push
({
path
:
path
,
query
:
{
MainId
:
ReFinanceId
,
blank
:
'y'
}
}
);
}
}
,
GetJapanCarCustomerList
()
{
// 获取对象类型
this
.
apipost
(
'JapanCar_get_GetJapanCarCustomerList'
,
{
}
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
...
...
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