Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CRM
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
华国豪
CRM
Commits
55291d3d
Commit
55291d3d
authored
May 09, 2022
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单合计统计
parent
eb223c00
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
484 additions
and
2 deletions
+484
-2
index.vue
src/components/planeTicketOrder/index.vue
+473
-0
index.js
src/plugins/index.js
+2
-2
router.js
src/router.js
+9
-0
No files found.
src/components/planeTicketOrder/index.vue
0 → 100644
View file @
55291d3d
This diff is collapsed.
Click to expand it.
src/plugins/index.js
View file @
55291d3d
...
@@ -13,12 +13,12 @@ export default {
...
@@ -13,12 +13,12 @@ export default {
Vue
.
prototype
.
domainManager
=
function
()
{
Vue
.
prototype
.
domainManager
=
function
()
{
//CRM API
//CRM API
let
domainUrl
=
""
;
let
domainUrl
=
""
;
domainUrl
=
"http://192.168.10.
2
:8098"
;
domainUrl
=
"http://192.168.10.
36
:8098"
;
//domainUrl = "http://localhost:5003";
//domainUrl = "http://localhost:5003";
let
locationName
=
window
.
location
.
hostname
;
let
locationName
=
window
.
location
.
hostname
;
//旅游ERPApi
//旅游ERPApi
let
domainPostUrl
=
""
let
domainPostUrl
=
""
domainPostUrl
=
"http://192.168.10.
2
:8083"
;
domainPostUrl
=
"http://192.168.10.
36
:8083"
;
//domainPostUrl = "http://192.168.10.46";
//domainPostUrl = "http://192.168.10.46";
if
(
this
.
isOnline
())
{
if
(
this
.
isOnline
())
{
if
(
window
.
location
.
host
.
indexOf
(
'fcrmyx.oytour.com'
)
!=
-
1
)
{
if
(
window
.
location
.
host
.
indexOf
(
'fcrmyx.oytour.com'
)
!=
-
1
)
{
...
...
src/router.js
View file @
55291d3d
...
@@ -19,6 +19,7 @@ import customerConfiguration from "./components/customerManage/customerConfigura
...
@@ -19,6 +19,7 @@ import customerConfiguration from "./components/customerManage/customerConfigura
import
customerOrder
from
"./components/customerManage/customerOrder"
import
customerOrder
from
"./components/customerManage/customerOrder"
import
myCustomerOrder
from
"./components/customerManage/myCustomerOrder"
import
myCustomerOrder
from
"./components/customerManage/myCustomerOrder"
import
automaticLogin
from
'./views/automaticLogin'
import
automaticLogin
from
'./views/automaticLogin'
import
planeTicketOrder
from
'./components/planeTicketOrder/index'
Vue
.
use
(
Router
);
Vue
.
use
(
Router
);
export
default
new
Router
({
export
default
new
Router
({
...
@@ -455,6 +456,14 @@ export default new Router({
...
@@ -455,6 +456,14 @@ export default new Router({
meta
:
{
meta
:
{
title
:
"我的订单"
title
:
"我的订单"
}
}
},
{
path
:
"/planeTicketOrder"
,
name
:
"planeTicketOrder"
,
component
:
planeTicketOrder
,
meta
:
{
title
:
"订单核算统计"
}
}
}
]
]
},
},
...
...
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