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
9d3fc3a3
Commit
9d3fc3a3
authored
6 years ago
by
zhengke
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
6f523db6
27d6011c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
24 deletions
+6
-24
TravelControlList.vue
...components/TravelManager/TravelList/TravelControlList.vue
+3
-12
oneDayTrip.vue
src/components/TravelManager/TravelList/oneDayTrip.vue
+3
-12
No files found.
src/components/TravelManager/TravelList/TravelControlList.vue
View file @
9d3fc3a3
...
...
@@ -1040,11 +1040,7 @@
//新获取列表数据
getControlList
()
{
if
(
this
.
flagWangYue
)
{
this
.
queryCommonData
.
flightCKed
=
[]
this
.
queryCommonData
.
flightCKed
.
push
(
0
)
this
.
queryMsg
.
FlightState
=
0
}
var
msg
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
queryMsg
))
if
(
msg
.
TeamMinNum
==
''
)
{
msg
.
TeamMinNum
=
-
1
...
...
@@ -1652,17 +1648,12 @@
this
.
queryMsg
.
IsShowUnion
=
1
let
userInfo
=
this
.
getLocalStorage
()
this
.
CurrentUserInfo
=
userInfo
this
.
flagWangYue
=
this
.
$route
.
query
.
flag
this
.
$route
.
query
.
tcmun
=
this
.
$route
.
query
.
tcmun
if
(
this
.
$route
.
query
.
tcmun
)
{
this
.
queryMsg
.
TCNUM
=
this
.
$route
.
query
.
tcmun
}
if
(
this
.
flagWangYue
)
{
this
.
queryMsg
.
CreateBy
=
this
.
CurrentUserInfo
.
EmployeeId
this
.
queryCommonData
.
checkTCStateAll
=
true
this
.
flightStatus
[
1
].
Checked
=
false
this
.
checkAllTeam
()
}
if
(
this
.
CurrentUserInfo
.
IsParentCompany
==
undefined
)
{
this
.
queryCommonData
.
IsParentCompany
=
2
}
else
{
...
...
This diff is collapsed.
Click to expand it.
src/components/TravelManager/TravelList/oneDayTrip.vue
View file @
9d3fc3a3
...
...
@@ -1039,11 +1039,7 @@
//新获取列表数据
getControlList
()
{
if
(
this
.
flagWangYue
)
{
this
.
queryCommonData
.
flightCKed
=
[]
this
.
queryCommonData
.
flightCKed
.
push
(
0
)
this
.
queryMsg
.
FlightState
=
0
}
var
msg
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
queryMsg
))
if
(
msg
.
TeamMinNum
==
''
)
{
msg
.
TeamMinNum
=
-
1
...
...
@@ -1642,17 +1638,12 @@
this
.
queryMsg
.
IsShowUnion
=
1
let
userInfo
=
this
.
getLocalStorage
()
this
.
CurrentUserInfo
=
userInfo
this
.
flagWangYue
=
this
.
$route
.
query
.
flag
this
.
$route
.
query
.
tcmun
=
this
.
$route
.
query
.
tcmun
if
(
this
.
$route
.
query
.
tcmun
)
{
this
.
queryMsg
.
TCNUM
=
this
.
$route
.
query
.
tcmun
}
if
(
this
.
flagWangYue
)
{
this
.
queryMsg
.
CreateBy
=
this
.
CurrentUserInfo
.
EmployeeId
this
.
queryCommonData
.
checkTCStateAll
=
true
this
.
flightStatus
[
1
].
Checked
=
false
this
.
checkAllTeam
()
}
if
(
this
.
CurrentUserInfo
.
IsParentCompany
==
undefined
)
{
this
.
queryCommonData
.
IsParentCompany
=
2
}
else
{
...
...
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