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
8fcbe5b5
Commit
8fcbe5b5
authored
2 years ago
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
9c04ae10
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
39 additions
and
1 deletion
+39
-1
BasicDocuments.vue
src/components/FinancialModule/BasicDocuments.vue
+20
-1
FinancialDocumentsDetail.vue
src/components/FinancialModule/FinancialDocumentsDetail.vue
+19
-0
No files found.
src/components/FinancialModule/BasicDocuments.vue
View file @
8fcbe5b5
...
@@ -311,6 +311,10 @@
...
@@ -311,6 +311,10 @@
.illustrate-right
:hover
{
.illustrate-right
:hover
{
text-decoration
:
underline
;
text-decoration
:
underline
;
}
}
.fygsbumen-box-right
{
cursor
:
pointer
;
text-decoration
:
underline
;
}
</
style
>
</
style
>
<
template
>
<
template
>
...
@@ -362,6 +366,9 @@
...
@@ -362,6 +366,9 @@
@
click=
"clickAirTicketOrder"
>
@
click=
"clickAirTicketOrder"
>
机票单号:{{GetDetail.ReFinanceId}}
机票单号:{{GetDetail.ReFinanceId}}
</div>
</div>
<div
v-if=
"GetDetail.OtherType=='56'||GetDetail.OtherType=='57'"
class=
"illustrate-right fygsbumen-box-right"
@
click=
"ImpressionTicketDetails('ImpressionTicketUserDetails')"
>
查看详情
</div>
</div>
</div>
<table
border=
"1"
bordercolor=
"#D2D2D2"
style=
"border-collapse:collapse;margin-top:15px;"
width=
"100%"
v-if=
"GetDetail.TCIDAndTCNUMList.length>0"
>
<table
border=
"1"
bordercolor=
"#D2D2D2"
style=
"border-collapse:collapse;margin-top:15px;"
width=
"100%"
v-if=
"GetDetail.TCIDAndTCNUMList.length>0"
>
<tr
v-for=
"(o,ox) in GetDetail.TCIDAndTCNUMList"
class=
"_fujiashuoming_tr"
>
<tr
v-for=
"(o,ox) in GetDetail.TCIDAndTCNUMList"
class=
"_fujiashuoming_tr"
>
...
@@ -1550,6 +1557,18 @@ export default {
...
@@ -1550,6 +1557,18 @@ export default {
},
},
methods
:{
methods
:{
// 印象票务制单详情
ImpressionTicketDetails
(
path
){
this
.
$router
.
push
({
path
:
path
,
query
:
{
PeriodsId
:
this
.
GetDetail
.
ReFinanceId
,
EmpIds
:
this
.
GetDetail
.
RelevanceFrId
,
blank
:
'y'
,
tab
:
'期数详情'
}
});
},
// 点击机票订单跳转CRM自动登录
// 点击机票订单跳转CRM自动登录
clickAirTicketOrder
(){
clickAirTicketOrder
(){
let
href
let
href
...
...
This diff is collapsed.
Click to expand it.
src/components/FinancialModule/FinancialDocumentsDetail.vue
View file @
8fcbe5b5
...
@@ -381,6 +381,10 @@
...
@@ -381,6 +381,10 @@
.illustrate-right
:hover
{
.illustrate-right
:hover
{
text-decoration
:
underline
;
text-decoration
:
underline
;
}
}
.fygsbumen-box-right
{
cursor
:
pointer
;
text-decoration
:
underline
;
}
</
style
>
</
style
>
<
template
>
<
template
>
...
@@ -431,6 +435,9 @@
...
@@ -431,6 +435,9 @@
@
click=
"clickAirTicketOrder"
>
@
click=
"clickAirTicketOrder"
>
机票单号:
{{
GetDetail
.
ReFinanceId
}}
机票单号:
{{
GetDetail
.
ReFinanceId
}}
</div>
</div>
<div
v-if=
"GetDetail.OtherType=='56'||GetDetail.OtherType=='57'"
class=
"illustrate-right fygsbumen-box-right"
@
click=
"ImpressionTicketDetails('ImpressionTicketUserDetails')"
>
查看详情
</div>
</div>
</div>
<table
border=
"1"
bordercolor=
"#D2D2D2"
style=
"border-collapse:collapse;margin-top:15px;"
width=
"100%"
v-if=
"GetDetail.TCIDAndTCNUMList.length>0"
>
<table
border=
"1"
bordercolor=
"#D2D2D2"
style=
"border-collapse:collapse;margin-top:15px;"
width=
"100%"
v-if=
"GetDetail.TCIDAndTCNUMList.length>0"
>
...
@@ -1015,6 +1022,18 @@ export default {
...
@@ -1015,6 +1022,18 @@ export default {
}
}
},
},
methods
:{
methods
:{
// 印象票务制单详情
ImpressionTicketDetails
(
path
){
this
.
$router
.
push
({
path
:
path
,
query
:
{
PeriodsId
:
this
.
GetDetail
.
ReFinanceId
,
EmpIds
:
this
.
GetDetail
.
RelevanceFrId
,
blank
:
'y'
,
tab
:
'期数详情'
}
});
},
// 点击机票订单跳转CRM自动登录
// 点击机票订单跳转CRM自动登录
clickAirTicketOrder
(){
clickAirTicketOrder
(){
let
href
let
href
...
...
This diff is collapsed.
Click to expand it.
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