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
87a0019e
Commit
87a0019e
authored
5 years ago
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
68cb1092
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
55 additions
and
27 deletions
+55
-27
RegistrationStatistics.vue
...nents/TravelManager/TravelList/RegistrationStatistics.vue
+55
-27
No files found.
src/components/TravelManager/TravelList/RegistrationStatistics.vue
View file @
87a0019e
...
@@ -103,33 +103,40 @@
...
@@ -103,33 +103,40 @@
<li>
<li>
<span>
<span>
<em>
{{
$t
(
'system.table_company'
)
}}
</em>
<em>
{{
$t
(
'system.table_company'
)
}}
</em>
<el-select
class=
"w150"
filterable
:placeholder=
"$t('sm.company')"
v-model=
"queryMsg.OutBranchId"
>
<el-select
filterable
:placeholder=
"$t('sm.company')"
v-model=
"queryMsg.OutBranchId"
>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
'queryCommonData.SelectDefaultValue2'
></el-option>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
'queryCommonData.SelectDefaultValue2'
></el-option>
<el-option
v-for=
'item in queryCommonData.BranchList'
:key=
"item.Id"
:label=
"item.BName"
:value=
"item.Id"
>
<el-option
v-for=
'item in queryCommonData.BranchList'
:key=
"item.Id"
:label=
"item.BName"
:value=
"item.Id"
>
</el-option>
</el-option>
</el-select>
</el-select>
</span>
</span>
</li>
</li>
<li>
<li>
<span>
<span>
<em>
{{
$t
(
'advmanager.v_line'
)
}}
</em>
<em>
{{
$t
(
'system.table_ssLine'
)
}}
</em>
<el-select
class=
'w150'
v-model=
"queryMsg.LineID"
filterable
:placeholder=
"$t('pub.pleaseSel')"
@
change=
"getLineTeamList()"
>
<el-select
v-model=
"queryMsg.LineId"
filterable
:placeholder=
"$t('pub.pleaseSel')"
@
change=
"getLinePlaceList()"
>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
'queryCommonData.SelectDefaultValue'
></el-option>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
"queryCommonData.SelectDefaultValue"
></el-option>
<el-option
v-for=
"item in queryCommonData.LineList"
:label=
'item.LineName'
:value=
'item.LineID'
:key=
'item.LineID'
>
<el-option
v-for=
"item in queryCommonData.LineList"
:label=
"item.LineName"
:value=
"item.LineID"
:key=
"item.LineID"
></el-option>
</el-option>
</el-select>
</el-select>
</span>
</span>
</li>
</li>
<li>
<li>
<span>
<span>
<em>
{{
$t
(
'Operation.Op_Country'
)
}}
/
{{
$t
(
'system.query_dest'
)
}}
</em>
<em>
{{
$t
(
'advmanager.v_xilie'
)
}}
</em>
<el-select
v-model=
"queryMsg.PlaceID"
filterable
:placeholder=
"$t('pub.pleaseSel')"
@
change=
"getLineTeamList()"
>
<el-select
class=
'w150'
v-model=
"queryMsg.ltID"
filterable
:placeholder=
"$t('pub.pleaseSel')"
>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
"queryCommonData.SelectDefaultValue"
></el-option>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
'queryCommonData.SelectDefaultValue'
></el-option>
<el-option
v-for=
"item in queryCommonData.PlaceList"
:label=
"item.PlaceName"
:value=
"item.PlaceID"
:key=
"item.LtID"
></el-option>
<el-option
v-for=
"item in queryCommonData.LineTeamList"
:label=
'item.LtName'
:value=
'item.LtID'
:key=
'item.LtID'
>
</el-select>
</el-option>
</span>
</el-select>
</li>
</span>
<li>
</li>
<span>
<em>
{{
$t
(
'active.ad_xlmc'
)
}}
</em>
<el-select
v-model=
"queryMsg.ltID"
filterable
:placeholder=
"$t('pub.pleaseSel')"
>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
"queryCommonData.SelectDefaultValue"
></el-option>
<el-option
v-for=
"item in queryCommonData.LineTeamList"
:label=
"item.LtName"
:value=
"item.LtID"
:key=
"item.LtID"
></el-option>
</el-select>
</span>
</li>
<li>
<li>
<span>
<span>
<em>
{{
$t
(
'fnc.tuanqi'
)
}}
</em>
<em>
{{
$t
(
'fnc.tuanqi'
)
}}
</em>
...
@@ -143,7 +150,7 @@
...
@@ -143,7 +150,7 @@
<span>
<span>
<em>
机位占比
</em>
<em>
机位占比
</em>
<el-input
class=
"w100"
type=
"text"
placeholder=
""
v-model=
"queryMsg.TicketStartNum"
@
keyup
.
native=
"checkPrice(queryMsg,'TicketStartNum')"
maxlength=
"3"
>
<el-input
class=
"w100"
type=
"text"
placeholder=
""
v-model=
"queryMsg.TicketStartNum"
@
keyup
.
native=
"checkPrice(queryMsg,'TicketStartNum')"
maxlength=
"3"
>
</el-input>
—
</el-input>
—
<el-input
class=
"w100"
type=
"text"
placeholder=
""
v-model=
"queryMsg.TicketEndNum"
@
keyup
.
native=
"checkPrice(queryMsg,'TicketEndNum')"
maxlength=
"3"
>
<el-input
class=
"w100"
type=
"text"
placeholder=
""
v-model=
"queryMsg.TicketEndNum"
@
keyup
.
native=
"checkPrice(queryMsg,'TicketEndNum')"
maxlength=
"3"
>
</el-input>
</el-input>
</span>
</span>
...
@@ -235,6 +242,7 @@ export default {
...
@@ -235,6 +242,7 @@ export default {
LineList
:
[],
LineList
:
[],
//系列列表
//系列列表
LineTeamList
:
[],
LineTeamList
:
[],
PlaceList
:[],
//目的地
//公司数据
//公司数据
BranchList
:
[],
BranchList
:
[],
//公用下拉默认
//公用下拉默认
...
@@ -249,6 +257,7 @@ export default {
...
@@ -249,6 +257,7 @@ export default {
pageSize
:
50
,
pageSize
:
50
,
LineID
:
0
,
LineID
:
0
,
ltID
:
0
,
ltID
:
0
,
PlaceID
:
0
,
OutBranchId
:
-
1
,
OutBranchId
:
-
1
,
QStartDate
:
""
,
QStartDate
:
""
,
QEndDate
:
""
,
QEndDate
:
""
,
...
@@ -292,23 +301,42 @@ export default {
...
@@ -292,23 +301,42 @@ export default {
err
=>
{}
err
=>
{}
);
);
},
},
//获取线路列表
//获取线路列表
getLineList
()
{
getLineList
()
{
this
.
apipost
(
this
.
apipost
(
"line_post_GetAllList_V2"
,
"line_post_GetList"
,
{
LineDirection
:
2
},
{
LineDirection
:
2
},
res
=>
{
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
queryCommonData
.
LineList
=
res
.
data
.
data
;
this
.
queryCommonData
.
LineList
=
res
.
data
.
data
;
this
.
queryCommonData
.
PlaceList
=
[];
this
.
queryCommonData
.
LineTeamList
=
[];
}
}
}
}
);
);
},
},
//获取目的地列表
getLinePlaceList
()
{
this
.
queryMsg
.
PlaceID
=
0
;
this
.
queryMsg
.
LineteamId
=
0
;
let
msg
=
{
lineID
:
this
.
queryMsg
.
LineId
};
this
.
apipost
(
"team_post_GetLinePlace"
,
msg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
queryCommonData
.
PlaceList
=
res
.
data
.
data
;
this
.
queryCommonData
.
LineTeamList
=
[];
}
});
},
//获取系列列表
//获取系列列表
getLineTeamList
()
{
getLineTeamList
()
{
this
.
queryMsg
.
ltID
=
0
;
this
.
queryMsg
.
LineteamId
=
0
;
let
msg
=
{
let
msg
=
{
lineID
:
this
.
queryMsg
.
LineID
,
lineID
:
this
.
queryMsg
.
LineId
,
placeID
:
this
.
queryMsg
.
PlaceID
,
isTOOP
:
1
isTOOP
:
1
};
};
this
.
apipost
(
"team_post_GetList"
,
msg
,
res
=>
{
this
.
apipost
(
"team_post_GetList"
,
msg
,
res
=>
{
...
...
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