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
8525b959
Commit
8525b959
authored
Dec 11, 2023
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
565d557e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
42 additions
and
42 deletions
+42
-42
BasicDocuments.vue
src/components/FinancialModule/BasicDocuments.vue
+21
-21
FinancialDocumentsDetail.vue
src/components/FinancialModule/FinancialDocumentsDetail.vue
+21
-21
No files found.
src/components/FinancialModule/BasicDocuments.vue
View file @
8525b959
...
...
@@ -2523,28 +2523,28 @@
// 点击机票订单跳转CRM自动登录
clickAirTicketOrder
()
{
// 跳转erp单机票页面
//
this.$router.push({
//
path: 'CRMTicketOrderOP',
//
query: {
//
OrderId: this.GetDetail.ReFinanceId,
//
blank: 'y',
//
tab: '单机票详情'
//
}
//
});
this
.
$router
.
push
({
path
:
'CRMTicketOrderOP'
,
query
:
{
OrderId
:
this
.
GetDetail
.
ReFinanceId
,
blank
:
'y'
,
tab
:
'单机票详情'
}
});
// return
let
href
let
url
if
(
this
.
isOnline
())
{
url
=
'http://fcrmyx.oytour.com/#/'
}
else
{
url
=
'http://localhost:8081/#/'
}
let
data
=
[{
path
:
'customerOrder'
,
OrderId
:
this
.
GetDetail
.
ReFinanceId
,
}]
href
=
url
+
'automaticLogin?token='
+
this
.
getLocalStorage
().
token
+
'&data='
+
JSON
.
stringify
(
data
)
window
.
open
(
href
);
//
let href
//
let url
//
if (this.isOnline()) {
//
url = 'http://fcrmyx.oytour.com/#/'
//
} else {
//
url = 'http://localhost:8081/#/'
//
}
//
let data = [{
//
path: 'customerOrder',
//
OrderId: this.GetDetail.ReFinanceId,
//
}]
//
href = url + 'automaticLogin?token=' + this.getLocalStorage().token + '&data=' + JSON.stringify(data)
//
window.open(href);
},
GetAuth
()
{
var
actionCode
=
this
.
$AuthCode
.
TeamShouZhi
;
...
...
src/components/FinancialModule/FinancialDocumentsDetail.vue
View file @
8525b959
...
...
@@ -1822,28 +1822,28 @@
// 点击机票订单跳转CRM自动登录
clickAirTicketOrder
()
{
// 跳转erp单机票页面
//
this.$router.push({
//
path: 'CRMTicketOrderOP',
//
query: {
//
OrderId: this.GetDetail.ReFinanceId,
//
blank: 'y',
//
tab: '单机票详情'
//
}
//
});
this
.
$router
.
push
({
path
:
'CRMTicketOrderOP'
,
query
:
{
OrderId
:
this
.
GetDetail
.
ReFinanceId
,
blank
:
'y'
,
tab
:
'单机票详情'
}
});
// return
let
href
let
url
if
(
this
.
isOnline
())
{
url
=
'http://fcrmyx.oytour.com/#/'
}
else
{
url
=
'http://localhost:8081/#/'
}
let
data
=
[{
path
:
'customerOrder'
,
OrderId
:
this
.
GetDetail
.
ReFinanceId
,
}]
href
=
url
+
'automaticLogin?token='
+
this
.
getLocalStorage
().
token
+
'&data='
+
JSON
.
stringify
(
data
)
window
.
open
(
href
);
//
let href
//
let url
//
if (this.isOnline()) {
//
url = 'http://fcrmyx.oytour.com/#/'
//
} else {
//
url = 'http://localhost:8081/#/'
//
}
//
let data = [{
//
path: 'customerOrder',
//
OrderId: this.GetDetail.ReFinanceId,
//
}]
//
href = url + 'automaticLogin?token=' + this.getLocalStorage().token + '&data=' + JSON.stringify(data)
//
window.open(href);
},
GetAuth
()
{
var
actionCode
=
this
.
$AuthCode
.
TeamShouZhi
;
...
...
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