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
e42d8ce5
Commit
e42d8ce5
authored
Jul 14, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
5833ebc1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
12 deletions
+10
-12
TravelControlList.vue
...components/TravelManager/TravelList/TravelControlList.vue
+0
-1
TravelControlListSale.vue
...onents/TravelManager/TravelList/TravelControlListSale.vue
+4
-5
oneDayTrip.vue
src/components/TravelManager/TravelList/oneDayTrip.vue
+6
-6
No files found.
src/components/TravelManager/TravelList/TravelControlList.vue
View file @
e42d8ce5
...
...
@@ -2713,7 +2713,6 @@
},
created
()
{
let
userinfo
=
this
.
getLocalStorage
();
//默认显示联运
this
.
queryMsg
.
IsShowUnion
=
-
1
;
let
userInfo
=
this
.
getLocalStorage
();
...
...
src/components/TravelManager/TravelList/TravelControlListSale.vue
View file @
e42d8ce5
...
...
@@ -258,6 +258,7 @@
<span>
{{
$t
(
'Operation.Op_TransportState'
)
}}
</span>
<span>
<el-select
class=
"w180 multiple_input"
v-model=
"queryMsg.IsShowUnion"
>
<el-option
:key=
"-1"
:label=
"$t('advmanager.v_all')"
:value=
"-1"
></el-option>
<el-option
:key=
"1"
:label=
"$t('system.table_isShows')"
:value=
"1"
></el-option>
<el-option
:key=
"0"
:label=
"$t('Operation.Op_hide')"
:value=
"0"
></el-option>
</el-select>
...
...
@@ -993,7 +994,7 @@
ApplyMaxNum
:
""
,
DayNum
:
""
,
OnlyShowOverTeam
:
false
,
TCState
:
[],
//去掉默认显示
TCState
:
[
1
,
2
,
3
,
4
],
//去掉默认显示
GroupState
:
[],
SalePlat
:
[],
UnionCityId
:
0
,
...
...
@@ -1011,7 +1012,7 @@
RateOn
:
"-1"
,
TeamType
:
1
,
//小包团
//是否显示联运
IsShowUnion
:
1
,
IsShowUnion
:
-
1
,
//团控状态
FreePlanType
:
-
1
},
...
...
@@ -1226,7 +1227,7 @@
}
this
.
queryCommonData
.
loading
=
true
;
this
.
apipost
(
"travel_get_GetTravelPrciePageList"
,
"travel_get_GetTravelPrciePageList
_V2
"
,
msg
,
res
=>
{
this
.
queryCommonData
.
loading
=
false
;
...
...
@@ -1737,8 +1738,6 @@
this
.
getCountryCity
();
},
created
()
{
//默认显示联运
this
.
queryMsg
.
IsShowUnion
=
1
;
let
userInfo
=
this
.
getLocalStorage
();
// 团提成权限
let
ActionMenuCode
=
userInfo
.
ActionMenuCode
;
...
...
src/components/TravelManager/TravelList/oneDayTrip.vue
View file @
e42d8ce5
...
...
@@ -853,9 +853,9 @@
//团期全选
checkGroupALL
:
false
,
//销售平台全选
checkPlatForm
:
tru
e
,
checkPlatForm
:
fals
e
,
//团队状态全选
checkTCStateAll
:
fals
e
,
checkTCStateAll
:
tru
e
,
//是否显示弹出框
setPlatDialog
:
false
,
//弹出框全选
...
...
@@ -920,9 +920,9 @@
ApplyMaxNum
:
''
,
DayNum
:
''
,
OnlyShowOverTeam
:
false
,
TCState
:
[
3
],
//去掉默认显示
GroupState
:
[
1
,
2
,
5
],
SalePlat
:
[
1
,
2
,
3
,
4
,
5
],
TCState
:
[
1
,
2
,
3
,
4
],
//去掉默认显示
GroupState
:
[],
SalePlat
:
[],
UnionCityId
:
0
,
SaleBranchId
:
[],
total
:
0
,
...
...
@@ -930,7 +930,7 @@
noData
:
false
,
currentPage
:
1
,
//航班配置
FlightState
:
1
,
FlightState
:
-
1
,
//预警团
IsWarning
:
false
,
WarningQuery
:
'-1'
,
...
...
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