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
ca903c52
Commit
ca903c52
authored
Dec 13, 2024
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1 修复单据详情跳转
parent
4fd4e218
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
1 deletion
+28
-1
BasicDocuments.vue
src/components/FinancialModule/BasicDocuments.vue
+28
-1
No files found.
src/components/FinancialModule/BasicDocuments.vue
View file @
ca903c52
...
...
@@ -921,6 +921,7 @@
<tr
v-for=
"(o,ox) in GetDetail.TCIDAndTCNUMList"
class=
"_fujiashuoming_tr"
>
<td
:colspan=
"3"
>
{{o.TCNUM}}({{o.TCID}})
<
template
v-if=
"o.TeamTypeNameStr&&o.TeamTypeNameStr!=''"
>
(
{{
o
.
TeamTypeNameStr
}}
)
</
template
>
<
template
v-if=
"o.DMCNum&&o.DMCNum!=''"
><span
style=
"cursor: pointer;"
@
click=
"goTravelInfo(o.DMCNum)"
>
{{
o
.
DMCNum
}}
</span>
{{
(
o
.
MergeNumber
>
1
?
' ['
+
o
.
MergeNumber
+
$t
(
'op.HE'
)
+
']'
:
''
)
}}
</
template
>
<span
v-if=
"GetDetail.IsShowGuestUrl && GetDetail.IsShowGuestUrl === 1"
@
click=
"goInves('investigationList',o.TCID)"
class=
"FD_yijian"
>
{{$t('objFill.lkyj')}}
...
...
@@ -938,7 +939,7 @@
</td>
<td
@
click=
"getQuotation(o)"
v-if=
"!GetDetail.OrderID&&o.Config_OfferId>0"
>
<span
class=
"_jump_page _font_bold"
>
{{$t('objFill.ckbjd')}}
</span>
</td>
<td
@
click=
"
jumpPage('TravelControlList',o.TCNUM,1
)"
>
<span
class=
"_jump_page _font_bold"
>
{{$t('objFill.cktd')}}
</span>
</td>
<td
@
click=
"
gotoTravelList(o
)"
>
<span
class=
"_jump_page _font_bold"
>
{{$t('objFill.cktd')}}
</span>
</td>
<td
@
click=
"jumpPage('RegistrationList',o.TCID,7)"
>
<span
class=
"_jump_page _font_bold"
>
{{$t('salesModule.LookBM')}}
</span>
</td>
<td
v-if=
"qjGroupId==userInfo.RB_Group_id || TeamShouZhi"
@
click=
"GetDetail.TCIDAndTCNUMList.length==1?jumpPage('TeamBalancePayment',o.TCID,5):jumpPage('TeamBalancePayment',o.TCID,6)"
>
...
...
@@ -3202,6 +3203,32 @@ else if (Type==2) {
}
},
null
)
},
//跳转到团控列表
gotoTravelList
(
item
)
{
var
path
=
""
;
//小包团
if
(
item
.
TeamType
==
1
)
{
path
=
"/TravelControlListSale"
;
}
//一日游|多日游|当地游
else
if
(
item
.
TeamType
==
2
)
{
path
=
"/oneDayTrip"
;
}
//地接团
else
if
(
item
.
TeamType
==
3
)
{
path
=
"/TravelControlList2"
;
}
//包机
else
if
(
item
.
TeamType
==
4
)
{
path
=
"/TravelTeam"
;
}
else
{
path
=
"/TravelControlList"
;
}
var
params
=
{
tcmun
:
item
.
TCNUM
};
this
.
OpenNewPage
(
path
,
params
)
},
jumpPage
(
path
,
id
,
type
,
OrderID
)
{
if
(
type
==
1
)
{
// let routeData = this.$router.resolve({
...
...
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