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
57e7f8f7
Commit
57e7f8f7
authored
Aug 08, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改合同
parent
4ab42b01
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
29 additions
and
11 deletions
+29
-11
TravelContract.vue
src/components/Contract/TravelContract.vue
+1
-1
clientConfirm.vue
src/components/clientConfirm.vue
+1
-1
leftNav.vue
src/components/public/leftNav.vue
+22
-5
index.js
src/plug/index.js
+5
-4
No files found.
src/components/Contract/TravelContract.vue
View file @
57e7f8f7
...
...
@@ -10,7 +10,7 @@
float
:
left
;
width
:
150px
;
height
:
100%
;
margin-left
:
30px
;
/* margin-left: 30px; */
position
:
fixed
;
margin-top
:
100px
;
}
...
...
src/components/clientConfirm.vue
View file @
57e7f8f7
...
...
@@ -785,7 +785,7 @@
methods
:
{
//获取数据
getList
(){
this
.
apiJavaPost
(
"/api/contract/getContractInfo
ForCode
"
,
this
.
msg
,
res
=>
{
this
.
apiJavaPost
(
"/api/contract/getContractInfo"
,
this
.
msg
,
res
=>
{
console
.
log
(
res
,
'resss'
);
if
(
res
.
data
.
resultCode
===
1
)
{
this
.
dataList
=
res
.
data
.
data
;
...
...
src/components/public/leftNav.vue
View file @
57e7f8f7
...
...
@@ -202,11 +202,28 @@
})
},
goUrl
(
path
)
{
this
.
$router
.
push
({
path
:
path
})
},
},
if
(
path
==
'/JapanHotel'
){
let
userInfo
=
this
.
getLocalStorage
();
let
msg
=
{
id
:
userInfo
.
EmployeeId
}
this
.
apipost
(
"sellorder_post_GetDesEncrypt"
,
msg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
EnCodeWord
=
res
.
data
.
data
;
window
.
open
(
"http://www.oytour.com/#/hotelHome?uid="
+
encodeURIComponent
(
this
.
EnCodeWord
),
"_blank"
);
}
else
{
this
.
Error
(
res
.
data
.
message
);
}
},
err
=>
{}
);
}
else
{
this
.
$router
.
push
({
path
:
path
})
}
}
}
}
</
script
>
...
...
src/plug/index.js
View file @
57e7f8f7
...
...
@@ -118,9 +118,10 @@ export default {
Vue
.
prototype
.
domainManager
=
function
()
{
let
domainUrl
=
''
;
let
locationName
=
window
.
location
.
hostname
;
domainUrl
=
"http://192.168.2.214:8082"
;
domainUrl
=
"http://192.168.2.65:8025"
;
domainUrl
=
"http://192.168.2.16:8083"
;
//domainUrl = "http://192.168.2.214:8082";
domainUrl
=
"http://192.168.2.65:8025"
;
//domainUrl = "http://192.168.2.16:8083";
//domainUrl = "http://192.168.0.110";
if
(
locationName
.
indexOf
(
'oytour'
)
!==
-
1
)
{
domainUrl
=
"http://reborn.oytour.com"
;
...
...
@@ -354,7 +355,7 @@ export default {
},
Vue
.
prototype
.
apiJavaPost
=
function
(
cmd
,
msg
,
successCall
,
faildCall
)
{
if
(
this
.
$route
.
name
.
indexOf
(
'login'
)
===
-
1
&&
this
.
$route
.
name
.
indexOf
(
'confirmationOrderDownLoad'
)
===
-
1
&&
this
.
$route
.
name
.
indexOf
(
'PrintPage'
)
===
-
1
)
{
if
(
this
.
$route
.
name
.
indexOf
(
'login'
)
===
-
1
&&
this
.
$route
.
name
.
indexOf
(
'confirmationOrderDownLoad'
)
===
-
1
&&
this
.
$route
.
name
.
indexOf
(
'PrintPage'
)
===
-
1
&&
this
.
$route
.
name
.
indexOf
(
'clientConfirm'
)
===
-
1
)
{
let
previousPathInfo
=
{
path
:
this
.
$route
.
name
,
query
:
this
.
$route
.
query
...
...
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