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
ea3c554d
Commit
ea3c554d
authored
Mar 31, 2019
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
线路权限修改
parent
8f312e2b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
13 deletions
+14
-13
HotelTotalStock.vue
src/components/Hotel/HotelTotalStock.vue
+11
-10
OpTripList.vue
src/components/TravelManager/TravelList/OpTripList.vue
+1
-1
SaleTripList.vue
src/components/TravelManager/TravelList/SaleTripList.vue
+1
-1
TravelControlListSale.vue
...onents/TravelManager/TravelList/TravelControlListSale.vue
+1
-1
No files found.
src/components/Hotel/HotelTotalStock.vue
View file @
ea3c554d
...
@@ -398,7 +398,7 @@
...
@@ -398,7 +398,7 @@
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{
DefaultSelectValue
:
0
,
DefaultSelectValue
:
0
,
//酒店列表
//酒店列表
HotelList
:
[],
HotelList
:
[],
msg
:
{
msg
:
{
...
@@ -411,8 +411,8 @@
...
@@ -411,8 +411,8 @@
currentPage
:
1
,
currentPage
:
1
,
//只查询日本
//只查询日本
Country
:
"651"
,
Country
:
"651"
,
Province
:
0
,
Province
:
0
,
City
:
0
,
City
:
0
,
},
},
DataList
:
[],
DataList
:
[],
loading
:
true
,
loading
:
true
,
...
@@ -490,7 +490,7 @@
...
@@ -490,7 +490,7 @@
err
=>
{}
err
=>
{}
);
);
},
},
addMoth
(
d
,
m
)
{
addMoth
(
d
,
m
)
{
let
ds
=
d
.
split
(
'-'
),
let
ds
=
d
.
split
(
'-'
),
_d
=
ds
[
2
]
-
0
;
_d
=
ds
[
2
]
-
0
;
let
nextM
=
new
Date
(
ds
[
0
],
ds
[
1
]
-
1
+
m
+
1
,
0
);
let
nextM
=
new
Date
(
ds
[
0
],
ds
[
1
]
-
1
+
m
+
1
,
0
);
...
@@ -504,14 +504,14 @@
...
@@ -504,14 +504,14 @@
Id
:
ID
Id
:
ID
};
};
if
(
type
==
1
)
{
if
(
type
==
1
)
{
this
.
msg
.
Province
=
0
;
this
.
msg
.
Province
=
0
;
this
.
msg
.
City
=
0
;
this
.
msg
.
City
=
0
;
this
.
provinceList
=
[];
this
.
provinceList
=
[];
this
.
cityList
=
[];
this
.
cityList
=
[];
}
else
if
(
type
==
2
)
{
}
else
if
(
type
==
2
)
{
this
.
msg
.
City
=
0
;
this
.
msg
.
City
=
0
;
this
.
cityList
=
[];
this
.
cityList
=
[];
}
}
this
.
apipost
(
this
.
apipost
(
"dict_post_Destination_GetChildList"
,
"dict_post_Destination_GetChildList"
,
msg
,
msg
,
...
@@ -530,8 +530,9 @@
...
@@ -530,8 +530,9 @@
mounted
()
{
mounted
()
{
this
.
msg
.
HotelId
=
this
.
$route
.
query
.
HotelId
===
undefined
?
0
:
this
.
$route
.
query
.
HotelId
;
this
.
msg
.
HotelId
=
this
.
$route
.
query
.
HotelId
===
undefined
?
0
:
this
.
$route
.
query
.
HotelId
;
this
.
GetHotelList
();
this
.
GetHotelList
();
this
.
getProvinceList
(
651
,
1
);
this
.
getProvinceList
(
651
,
1
);
this
.
getList
();
this
.
getList
();
},
},
}
}
</
script
>
\ No newline at end of file
</
script
>
src/components/TravelManager/TravelList/OpTripList.vue
View file @
ea3c554d
...
@@ -224,7 +224,7 @@
...
@@ -224,7 +224,7 @@
},
},
//获取线路列表
//获取线路列表
getLineList
()
{
getLineList
()
{
this
.
apipost
(
"line_post_GetList"
,
{},
res
=>
{
this
.
apipost
(
"line_post_GetList"
,
{
"LineDirection"
:
1
},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
queryCommonData
.
LineList
=
res
.
data
.
data
;
this
.
queryCommonData
.
LineList
=
res
.
data
.
data
;
}
}
...
...
src/components/TravelManager/TravelList/SaleTripList.vue
View file @
ea3c554d
...
@@ -214,7 +214,7 @@
...
@@ -214,7 +214,7 @@
},
},
//获取线路列表
//获取线路列表
getLineList
()
{
getLineList
()
{
this
.
apipost
(
"line_post_Get
AllLis
t"
,
{},
res
=>
{
this
.
apipost
(
"line_post_Get
LineListEx
t"
,
{},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
queryCommonData
.
LineList
=
res
.
data
.
data
;
this
.
queryCommonData
.
LineList
=
res
.
data
.
data
;
}
}
...
...
src/components/TravelManager/TravelList/TravelControlListSale.vue
View file @
ea3c554d
...
@@ -779,7 +779,7 @@
...
@@ -779,7 +779,7 @@
},
},
//获取线路列表
//获取线路列表
getLineList
()
{
getLineList
()
{
this
.
apipost
(
"line_post_Get
AllLis
t"
,
{},
res
=>
{
this
.
apipost
(
"line_post_Get
LineListEx
t"
,
{},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
queryCommonData
.
LineList
=
res
.
data
.
data
;
this
.
queryCommonData
.
LineList
=
res
.
data
.
data
;
}
}
...
...
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