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
c9653753
Commit
c9653753
authored
2 years ago
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
429898f3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
81 additions
and
168 deletions
+81
-168
priceGroup.vue
src/components/TravelManager/TravelTeam/priceGroup.vue
+80
-167
config.js
src/router/config.js
+1
-1
No files found.
src/components/TravelManager/TravelTeam/priceGroup.vue
View file @
c9653753
...
@@ -506,6 +506,7 @@
...
@@ -506,6 +506,7 @@
.PQ_HotelPop
table
th
{
.PQ_HotelPop
table
th
{
text-align
:
center
;
text-align
:
center
;
}
}
.buy-box
{
.buy-box
{
position
:
fixed
;
position
:
fixed
;
bottom
:
0
;
bottom
:
0
;
...
@@ -533,6 +534,7 @@
...
@@ -533,6 +534,7 @@
.p20
{
.p20
{
padding
:
20px
;
padding
:
20px
;
}
}
</
style
>
</
style
>
<
template
>
<
template
>
...
@@ -556,78 +558,7 @@
...
@@ -556,78 +558,7 @@
type=
"date"
></el-date-picker>
type=
"date"
></el-date-picker>
</span>
</span>
</li>
</li>
<li
style=
"
height: 34px;
line-height: 34px;
padding: 0 0 0 20px;
vertical-align: middle;
"
>
<el-popover
width=
"260"
trigger=
"click"
>
<div>
<div
class=
"TC_queryTitle"
>
{{
$t
(
"Operation.Op_TeamWarningSearch"
)
}}
</div>
<div
class=
"clearfix"
>
<div
class=
"TC_leftSearch"
>
<div>
<span
style=
"
display: inline-block;
margin: 0 5px 0 0;
width: 50px;
text-align: right;
"
>
{{
$t
(
"leader.leader_registraNum"
)
}}
</span>
<el-select
v-model=
"msg.WarningQuery"
filterable
:placeholder=
"$t('system.ph_buxian')"
class=
"w150"
>
<el-option
:label=
"$t('system.ph_buxian')"
value=
"-1"
></el-option>
<el-option
:label=
"$t('salesModule.Nobaoming')"
value=
"1"
></el-option>
<el-option
:label=
"$t('salesModule.Less10')"
value=
"2"
></el-option>
<el-option
:label=
"$t('salesModule.More10')"
value=
"3"
></el-option>
<el-option
:label=
"$t('salesModule.YWLess5')"
value=
"4"
></el-option>
<el-option
:label=
"$t('salesModule.YHBRS')"
value=
"5"
></el-option>
</el-select>
</div>
<div>
<span
style=
"
display: inline-block;
margin: 0 5px 0 0;
width: 50px;
text-align: right;
"
>
{{
$t
(
"Operation.Op_daysChoice"
)
}}
</span>
<el-select
v-model=
"msg.RateOnDay"
filterable
:placeholder=
"$t('system.ph_buxian')"
class=
"w150"
>
<el-option
:label=
"$t('system.ph_buxian')"
value=
"-1"
></el-option>
<el-option
:label=
"$t('salesModule.Inner10')"
value=
"1"
></el-option>
<el-option
:label=
"$t('salesModule.Inner15')"
value=
"2"
></el-option>
<el-option
:label=
"$t('salesModule.Inner20')"
value=
"3"
></el-option>
<el-option
:label=
"$t('salesModule.Out20')"
value=
"4"
></el-option>
</el-select>
</div>
<div>
<span
style=
"
display: inline-block;
margin: 0 5px 0 0;
width: 50px;
text-align: right;
"
>
{{
$t
(
"Operation.Op_Attendance"
)
}}
</span>
<el-select
v-model=
"msg.RateOn"
filterable
:placeholder=
"$t('system.ph_buxian')"
class=
"w150"
>
<el-option
:label=
"$t('system.ph_buxian')"
value=
"-1"
></el-option>
<el-option
label=
"100%"
value=
"1"
></el-option>
<el-option
:label=
"$t('salesModule.Nomore80')"
value=
"2"
></el-option>
<el-option
:label=
"$t('salesModule.Nomore60')"
value=
"3"
></el-option>
<el-option
:label=
"$t('salesModule.Nomore40')"
value=
"4"
></el-option>
</el-select>
</div>
</div>
</div>
<button
class=
"normalBtn TC_SearchBtn"
@
click=
"
getList();
resetPageIndex();
"
>
{{
$t
(
"pub.searchBtn"
)
}}
</button>
</div>
<span
slot=
"reference"
style=
"cursor: pointer"
>
{{
$t
(
"Operation.Op_warningSearch"
)
}}
<i
class=
"iconfont icon-xiaotuziCduan_1"
></i></span>
</el-popover>
</li>
<li>
<li>
<input
type=
"button"
class=
"hollowFixedBtn"
:value=
"$t('pub.searchBtn')"
@
click=
"
<input
type=
"button"
class=
"hollowFixedBtn"
:value=
"$t('pub.searchBtn')"
@
click=
"
getList();
getList();
...
@@ -649,7 +580,7 @@
...
@@ -649,7 +580,7 @@
<div
class=
"el-col w_20"
>
<div
class=
"el-col w_20"
>
<div
class=
"p20"
>
<div
class=
"p20"
>
<div
class=
"mb title"
><i
class=
"iconfont icon-biaoti1"
></i><span>
包机信息
</span></div>
<div
class=
"mb title"
><i
class=
"iconfont icon-biaoti1"
></i><span>
包机信息
</span></div>
<div
class=
"mb"
><span>
{{
item
.
GTeamNam
e
}}
</span></div>
<div
class=
"mb"
><span>
{{
item
.
Titl
e
}}
</span></div>
<div>
出发日期:
<span>
{{
item
.
StartDate
}}
</span></div>
<div>
出发日期:
<span>
{{
item
.
StartDate
}}
</span></div>
<div>
团队信息:
<span>
{{
item
.
TCNUM
}}
(
{{
item
.
TCID
}}
)
</span></div>
<div>
团队信息:
<span>
{{
item
.
TCNUM
}}
(
{{
item
.
TCID
}}
)
</span></div>
</div>
</div>
...
@@ -666,7 +597,7 @@
...
@@ -666,7 +597,7 @@
</div>
</div>
<div
class=
"el-col w_10"
>
<div
class=
"el-col w_10"
>
<div
class=
"p20"
>
<div
class=
"p20"
>
<div
class=
"mb title"
><i
class=
"iconfont icon-jiage"
></i><span>
仓
位信息
</span></div>
<div
class=
"mb title"
><i
class=
"iconfont icon-jiage"
></i><span>
团
位信息
</span></div>
<div
class=
"mb"
><span>
经济舱:
{{
item
.
YSeat
}}
</span></div>
<div
class=
"mb"
><span>
经济舱:
{{
item
.
YSeat
}}
</span></div>
<div
class=
"mb"
><span>
商务舱:
{{
item
.
CSeat
}}
</span></div>
<div
class=
"mb"
><span>
商务舱:
{{
item
.
CSeat
}}
</span></div>
<div
class=
"mb"
><span>
头等舱:
{{
item
.
FSeat
}}
</span></div>
<div
class=
"mb"
><span>
头等舱:
{{
item
.
FSeat
}}
</span></div>
...
@@ -675,7 +606,7 @@
...
@@ -675,7 +606,7 @@
<div
class=
"el-col w_10"
>
<div
class=
"el-col w_10"
>
<div
class=
"p20"
>
<div
class=
"p20"
>
<div
class=
"mb title"
><i
class=
"iconfont icon-jiage"
></i><span>
价格信息
</span></div>
<div
class=
"mb title"
><i
class=
"iconfont icon-jiage"
></i><span>
价格信息
</span></div>
<div
class=
"mb"
><span>
中心价:
{{
item
.
Middle
Price
}}
</span></div>
<div
class=
"mb"
><span>
中心价:
{{
item
.
B2BMember
Price
}}
</span></div>
<div
class=
"mb"
><span>
小孩占床:
{{
item
.
ChildNeedPrice
}}
不占床:
{{
item
.
ChildNoNeedPrice
}}
</span></div>
<div
class=
"mb"
><span>
小孩占床:
{{
item
.
ChildNeedPrice
}}
不占床:
{{
item
.
ChildNoNeedPrice
}}
</span></div>
<div
class=
"mb"
><span>
婴儿:
{{
item
.
BabyPrice
}}
婴儿附加费:
{{
item
.
BabyChargePrice
}}
</span></div>
<div
class=
"mb"
><span>
婴儿:
{{
item
.
BabyPrice
}}
婴儿附加费:
{{
item
.
BabyChargePrice
}}
</span></div>
<div
class=
"mb"
><span>
老人附加费:
{{
item
.
OldManChargePrice
}}
签证:
{{
item
.
VisaPrice
}}
</span></div>
<div
class=
"mb"
><span>
老人附加费:
{{
item
.
OldManChargePrice
}}
签证:
{{
item
.
VisaPrice
}}
</span></div>
...
@@ -692,7 +623,7 @@
...
@@ -692,7 +623,7 @@
<div
class=
"el-col w_10"
>
<div
class=
"el-col w_10"
>
<div
class=
"p20"
>
<div
class=
"p20"
>
<div
class=
"mb title"
><i
class=
"iconfont icon-yuangong"
></i><span>
发起信息
</span></div>
<div
class=
"mb title"
><i
class=
"iconfont icon-yuangong"
></i><span>
发起信息
</span></div>
<div
class=
"mb"
>
发起人:{{item.CreateBy
Name}}
</div>
<div
class=
"mb"
>
发起人:{{item.OP
Name}}
</div>
<div>
{{item.CreateTime}}
</div>
<div>
{{item.CreateTime}}
</div>
</div>
</div>
</div>
</div>
...
@@ -706,17 +637,8 @@
...
@@ -706,17 +637,8 @@
<i
class=
"el-icon-arrow-down el-icon--right"
></i>
<i
class=
"el-icon-arrow-down el-icon--right"
></i>
</span>
</span>
<el-dropdown-menu
slot=
"dropdown"
class=
"travelControlDropDown"
>
<el-dropdown-menu
slot=
"dropdown"
class=
"travelControlDropDown"
>
<el-dropdown-item>
<el-dropdown-item
@
click
.
native=
"gotoOrder(item)"
>
财务入账
报名清单
</el-dropdown-item>
<el-dropdown-item>
财务审核
</el-dropdown-item>
<el-dropdown-item>
包机结算
</el-dropdown-item>
<el-dropdown-item>
删除
</el-dropdown-item>
</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown-menu>
</el-dropdown>
</el-dropdown>
...
@@ -855,25 +777,9 @@
...
@@ -855,25 +777,9 @@
msg
:
{
msg
:
{
pageIndex
:
1
,
pageIndex
:
1
,
pageSize
:
10
,
pageSize
:
10
,
LineId
:
"-1"
,
LineTeamId
:
"-1"
,
AimPlaceId
:
"-1"
,
TCID
:
""
,
TCID
:
""
,
StartTime
:
""
,
StartTime
:
""
,
EndTime
:
""
,
EndTime
:
""
,
BranchId
:
"-1"
,
CityId
:
"-1"
,
DaysTrip
:
""
,
SalePlat
:
[],
minGroupSize
:
""
,
maxGroupSize
:
""
,
minApplySize
:
""
,
maxApplySize
:
""
,
FlightID
:
"-1"
,
TCIDList
:
""
,
WarningQuery
:
"-1"
,
RateOnDay
:
"-1"
,
RateOn
:
"-1"
,
},
},
list
:
[],
list
:
[],
LineList
:
[],
LineList
:
[],
...
@@ -971,6 +877,13 @@
...
@@ -971,6 +877,13 @@
},
},
},
},
methods
:
{
methods
:
{
//跳转到报名清单
gotoOrder
(
item
)
{
this
.
OpenNewPage
(
'/groupTourOrderByTuan'
,
{
id
:
item
.
TCID
,
tcmun
:
item
.
TCNUM
});
},
saveOrder
(
addMsg
)
{
saveOrder
(
addMsg
)
{
// 判断单团类型
// 判断单团类型
if
(
addMsg
.
GroupType
==
2
)
{
if
(
addMsg
.
GroupType
==
2
)
{
...
@@ -1111,7 +1024,7 @@
...
@@ -1111,7 +1024,7 @@
},
},
changeBuy
(
info
)
{
changeBuy
(
info
)
{
console
.
log
(
'changeBuy'
,
info
)
console
.
log
(
'changeBuy'
,
info
)
if
(
!
info
)
{
if
(
!
info
)
{
this
.
showBuy
=
false
this
.
showBuy
=
false
}
else
{
}
else
{
this
.
saveOrder
(
info
)
this
.
saveOrder
(
info
)
...
...
This diff is collapsed.
Click to expand it.
src/router/config.js
View file @
c9653753
...
@@ -2301,7 +2301,7 @@ export default {
...
@@ -2301,7 +2301,7 @@ export default {
title
:
'团控列表'
title
:
'团控列表'
},
},
},
{
},
{
path
:
'/priceGroup'
,
//
订单列表
path
:
'/priceGroup'
,
//
包机产品
name
:
'priceGroup'
,
name
:
'priceGroup'
,
component
:
resolve
=>
require
([
'@/components/TravelManager/TravelTeam/priceGroup'
],
resolve
),
component
:
resolve
=>
require
([
'@/components/TravelManager/TravelTeam/priceGroup'
],
resolve
),
meta
:
{
meta
:
{
...
...
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