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
bb805310
Commit
bb805310
authored
Jul 10, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
7c61967a
8315646f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
10 deletions
+19
-10
groupInquiry.vue
src/components/SalesModule/groupInquiry.vue
+19
-10
No files found.
src/components/SalesModule/groupInquiry.vue
View file @
bb805310
...
...
@@ -134,7 +134,7 @@
.RL-remarkTitle
{
display
:
inline-block
;
width
:
36px
;
white-space
:
nowrap
;
font-size
:
14px
;
}
...
...
@@ -241,6 +241,15 @@
</el-select>
</span>
</li>
<li>
<span>
<em>
团队类型
</em>
<el-select
v-model=
"queryMsg.TeamType"
clearable
class=
"w150"
filterable
:placeholder=
"$t('pub.pleaseSel')"
>
<el-option
label=
"常规团"
value=
"0"
></el-option>
<el-option
label=
"小包团"
value=
"1"
></el-option>
</el-select>
</span>
</li>
<li
class=
"advancedLi"
>
<el-popover
popper-class=
"advanceQueryList"
v-model=
"queryCommonData.showHigradeSearch"
trigger=
"click"
>
<div>
...
...
@@ -321,7 +330,7 @@
<div
class=
"comSearchDiv"
>
<span
class=
"comSearchDiv-span"
><span>
{{
$t
(
'Airticket.Air_salesPlatform'
)
}}
</span><el-checkbox
v-model=
"queryCommonData.checkPlatForm"
@
change=
"checkAllSales"
>
全选
</el-checkbox></span>
<span>
<el-checkbox-group
v-model=
"queryMsg.SalePlat"
@
change=
"checkSales"
>
<el-checkbox
v-for=
"sales in $tripUtils.TeamStatesList.salsPlat"
:label=
"sales.Id"
:key=
"sales.Name"
>
{{
sales
.
Name
}}
</el-checkbox>
</el-checkbox-group>
...
...
@@ -330,7 +339,7 @@
<div
class=
"comSearchDiv"
>
<span
class=
"comSearchDiv-span"
><span>
{{
$t
(
'visa.v_tqstatus'
)
}}
</span><el-checkbox
v-model=
"queryCommonData.checkGroupALL"
@
change=
"checkGroupAll"
>
全选
</el-checkbox></span>
<span>
<el-checkbox-group
v-model=
"queryMsg.GroupState"
@
change=
"checkGroup"
>
<el-checkbox
v-for=
"state in $tripUtils.TeamStatesList.teamDateStates"
:label=
"state.Id"
:key=
"state.Name"
>
{{
state
.
Name
}}
</el-checkbox>
</el-checkbox-group>
...
...
@@ -510,7 +519,7 @@
<span
v-if=
"childItem.VisaStatus===2"
class=
"groupTourOrder_tickets_blue"
>
{{
childItem
.
GuestName
}}
</span>
<span
v-else-if=
"childItem.VisaStatus===3"
class=
"groupTourOrder_tickets_black"
>
{{
childItem
.
GuestName
}}
</span>
<span
v-else-if=
"childItem.VisaStatus===1"
class=
"groupTourOrder_tickets_red"
>
{{
childItem
.
GuestName
}}
</span>
</span>
</span>
<span
class=
"RL-redType RL-remarkCon"
v-else
>
...
...
@@ -761,7 +770,7 @@ export default {
//销售平台全选
checkPlatForm
:
false
,
//团队状态全选
checkTCStateAll
:
tru
e
,
checkTCStateAll
:
fals
e
,
//是否显示弹出框
setPlatDialog
:
false
,
//弹出框全选
...
...
@@ -806,12 +815,12 @@ export default {
TeamMinNum
:
""
,
TeamMaxNum
:
""
,
CreateBy
:
0
,
ApplyMinNum
:
""
,
ApplyMinNum
:
"
1
"
,
ApplyMaxNum
:
""
,
DayNum
:
""
,
OnlyShowOverTeam
:
false
,
TCState
:
[
1
,
2
,
3
,
4
],
GroupState
:
[],
TCState
:
[
1
,
3
],
GroupState
:
[
1
,
2
,
5
],
SalePlat
:
[],
UnionCityId
:
0
,
SaleBranchId
:
[],
...
...
@@ -824,6 +833,7 @@ export default {
TCVisaStatus
:
'-1'
,
IsShowUnion
:
-
1
,
QueryType
:
1
,
//查询类型 1:签证
TeamType
:
'0'
,
//0常规团 1小包团
},
remarkMsg
:
{
TCID
:
0
,
...
...
@@ -1609,8 +1619,7 @@ export default {
this
.
queryMsg
.
StartGroupDate
=
this
.
$route
.
query
.
startDate
!==
undefined
?
this
.
$route
.
query
.
startDate
:
nowDate
;
if
(
this
.
queryCommonData
.
IsParentCompany
!=
1
)
{
var
RB_Branch_id
=
userInfo
.
RB_Branch_id
;
this
.
queryMsg
.
OutBranchId
=
RB_Branch_id
;
this
.
queryMsg
.
OutBranchIds
.
push
(
userInfo
.
RB_Branch_id
);
}
this
.
getControlList
();
},
...
...
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