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
d777948e
Commit
d777948e
authored
May 30, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
62100a1c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
2 deletions
+30
-2
BasicDocuments.vue
src/components/FinancialModule/BasicDocuments.vue
+15
-1
FinancialDocumentsDetail.vue
src/components/FinancialModule/FinancialDocumentsDetail.vue
+15
-1
No files found.
src/components/FinancialModule/BasicDocuments.vue
View file @
d777948e
...
...
@@ -477,6 +477,8 @@
</span>
<span
v-if=
"GetDetail.IsShowDiJieChargeUrl==1"
style=
"margin-left:10px;cursor:pointer;"
@
click=
"jumpHotelContract('HotelContract',o)"
>
手配费详情
</span>
</td>
<td
@
click=
"getQuotation(o)"
v-if=
"!GetDetail.OrderID"
>
<span
class=
"_jump_page _font_bold"
>
查看报价单
</span>
</td>
<td
@
click=
"jumpPage('TravelControlList',o.TCNUM,1)"
>
<span
class=
"_jump_page _font_bold"
>
查看团队
</span>
</td>
<td
@
click=
"jumpPage('RegistrationList',o.TCID,7)"
>
<span
class=
"_jump_page _font_bold"
>
查看报名
</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)"
>
<span
class=
"_jump_page _font_bold"
>
团队收支
</span>
</td>
...
...
@@ -2251,6 +2253,18 @@ export default {
this
.
loading
=
false
;
},
null
)
},
// 查看报价单详情
getQuotation
(
item
)
{
this
.
$router
.
push
({
name
:
'QuotationAduit'
,
query
:
{
configId
:
item
.
ConfigID
,
Qtype
:
1
,
blank
:
'y'
,
tab
:
'报价单查看'
}
})
},
jumpCheZiPage
(
path
,
id
){
this
.
apipost
(
'bus_post_GetCarfareTravelInfo'
,
{
TCID
:
id
},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
){
...
...
@@ -2887,7 +2901,7 @@ export default {
}
this
.
chongJudge
(
data
)
this
.
GetDetail
=
data
;
let
list
=
this
.
GetDetail
.
AuditSteps
.
filter
(
x
=>
x
.
NextStep
===
1
);
if
(
list
.
length
)
{
let
last
=
list
[
list
.
length
-
1
]
...
...
src/components/FinancialModule/FinancialDocumentsDetail.vue
View file @
d777948e
...
...
@@ -904,7 +904,7 @@
<span>
{{
o
.
GuestTotalNum
?
o
.
GuestTotalNum
:
0
}}
</span>
份
</span>
<a
v-if=
"o.PriceTeamTypeName && o.PriceTeamTypeName =='单团'"
style=
"cursor: pointer;text-decoration: underline;"
target=
"_blank"
:href=
"o.PriceOfferUrl"
>
报价单
</a>
style=
"cursor: pointer;text-decoration: underline;"
target=
"_blank"
:href=
"o.PriceOfferUrl"
>
报价单
附件
</a>
<span
v-if=
"GetDetail.IsShowGuestUrl && GetDetail.IsShowGuestUrl===1 && GetDetail.ClientType===7"
@
click=
"goGuideAccount('GuideAccount',GetDetail.ClientID)"
class=
"FD_yijian"
>
领队导游往来
...
...
@@ -912,6 +912,8 @@
<span
v-if=
"GetDetail.IsShowDiJieChargeUrl==1"
style=
"margin-left:10px;cursor:pointer;"
@
click=
"jumpHotelContract('HotelContract',o)"
>
手配费详情
</span>
</td>
<td
@
click=
"getQuotation(o)"
v-if=
"!GetDetail.OrderID"
>
<span
class=
"_jump_page _font_bold"
>
查看报价单
</span>
</td>
<td
@
click=
"gotoTravelList(o)"
>
<span
class=
"_jump_page _font_bold"
>
查看团队
</span>
</td>
<td
@
click=
"jumpPage('RegistrationList',o.TCID,7)"
>
<span
class=
"_jump_page _font_bold"
>
查看报名
</span>
</td>
<td
v-if=
"qjGroupId==userInfo.RB_Group_id || TeamShouZhi"
...
...
@@ -2080,6 +2082,18 @@
}
},
null
)
},
// 查看报价单详情
getQuotation
(
item
)
{
this
.
$router
.
push
({
name
:
'QuotationAduit'
,
query
:
{
configId
:
item
.
ConfigID
,
Qtype
:
1
,
blank
:
'y'
,
tab
:
'报价单查看'
}
})
},
//跳转到团控列表
gotoTravelList
(
item
)
{
var
path
=
""
;
...
...
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