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
143635dd
Commit
143635dd
authored
Jul 25, 2019
by
黄媛媛
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
d781848f
abeac456
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
767 additions
and
116 deletions
+767
-116
addFinancialDocuments.vue
src/components/FinancialModule/addFinancialDocuments.vue
+4
-2
addReceivablesDocuments.vue
src/components/FinancialModule/addReceivablesDocuments.vue
+3
-1
groupTourOrderByTuan.vue
src/components/SalesModule/groupTourOrderByTuan.vue
+203
-43
investigationDetail.vue
src/components/SalesModule/investigationDetail.vue
+9
-3
RegistrationList.vue
src/components/TravelManager/TravelList/RegistrationList.vue
+46
-2
TravelPassengerList2.vue
...ponents/TravelManager/TravelList/TravelPassengerList2.vue
+384
-0
dmcTotalTable.vue
src/components/dmc/manager/dmcTotalTable.vue
+1
-1
leaderPay2.vue
src/components/leaderPay2.vue
+43
-48
TravelPrice.vue
...nents/newTravelmanager/TravelGroupControl/TravelPrice.vue
+66
-16
config.js
src/router/config.js
+8
-0
No files found.
src/components/FinancialModule/addFinancialDocuments.vue
View file @
143635dd
...
@@ -1271,8 +1271,10 @@ export default {
...
@@ -1271,8 +1271,10 @@ export default {
this
.
detailList
.
CostTypeId
=
this
.
orderObj
.
CostType
?
this
.
orderObj
.
CostType
:
''
;
this
.
detailList
.
CostTypeId
=
this
.
orderObj
.
CostType
?
this
.
orderObj
.
CostType
:
''
;
this
.
detailList
.
UnitPrice
=
this
.
orderObj
.
Money
?
this
.
orderObj
.
Money
:
0
;
this
.
detailList
.
UnitPrice
=
this
.
orderObj
.
Money
?
this
.
orderObj
.
Money
:
0
;
this
.
detailList
.
Number
=
this
.
orderObj
.
CostType
?
1
:
0
this
.
detailList
.
Number
=
this
.
orderObj
.
CostType
?
1
:
0
if
(
!
JSON
.
parse
(
sessionStorage
.
getItem
(
"saveGuestInfo"
))){
this
.
Description
=
this
.
orderObj
.
laRemark
?
this
.
orderObj
.
laRemark
:
''
;
this
.
Description
=
this
.
orderObj
.
laRemark
?
this
.
orderObj
.
laRemark
:
''
;
}
}
}
if
(
data
.
VorcherInos
){
if
(
data
.
VorcherInos
){
data
.
VorcherInos
.
forEach
(
x
=>
{
data
.
VorcherInos
.
forEach
(
x
=>
{
x
.
Url
=
x
.
Content
;
x
.
Url
=
x
.
Content
;
...
...
src/components/FinancialModule/addReceivablesDocuments.vue
View file @
143635dd
...
@@ -1394,8 +1394,10 @@ export default {
...
@@ -1394,8 +1394,10 @@ export default {
this
.
msg
.
Obj
=
this
.
orderObj
.
Obj
?
this
.
orderObj
.
Obj
:
''
;
this
.
msg
.
Obj
=
this
.
orderObj
.
Obj
?
this
.
orderObj
.
Obj
:
''
;
this
.
msg
.
SourceID
=
this
.
orderObj
.
SourceID
?
this
.
orderObj
.
SourceID
:
0
;
this
.
msg
.
SourceID
=
this
.
orderObj
.
SourceID
?
this
.
orderObj
.
SourceID
:
0
;
this
.
msg
.
CallType
=
this
.
orderObj
.
CallType
?
this
.
orderObj
.
CallType
:
0
;
this
.
msg
.
CallType
=
this
.
orderObj
.
CallType
?
this
.
orderObj
.
CallType
:
0
;
if
(
!
JSON
.
parse
(
sessionStorage
.
getItem
(
"saveGuestInfo"
))){
this
.
Description
=
this
.
orderObj
.
laRemark
?
this
.
orderObj
.
laRemark
:
''
;
this
.
Description
=
this
.
orderObj
.
laRemark
?
this
.
orderObj
.
laRemark
:
''
;
}
}
}
if
(
data
.
VorcherInos
){
if
(
data
.
VorcherInos
){
data
.
VorcherInos
.
forEach
(
x
=>
{
data
.
VorcherInos
.
forEach
(
x
=>
{
x
.
Url
=
x
.
Content
;
x
.
Url
=
x
.
Content
;
...
...
src/components/SalesModule/groupTourOrderByTuan.vue
View file @
143635dd
This diff is collapsed.
Click to expand it.
src/components/SalesModule/investigationDetail.vue
View file @
143635dd
...
@@ -16,10 +16,16 @@
...
@@ -16,10 +16,16 @@
show-text
>
show-text
>
</el-rate>
</el-rate>
<template
v-else-if=
"item.SurveyType === 2"
>
<template
v-else-if=
"item.SurveyType === 2"
>
<el-radio
v-for=
"(r, i) in item.SurveyOptionsList"
v-model=
"item.lable"
:label=
"r.ID"
disabled=
"disabled"
:key=
"i"
>
{{
r
.
OptionsName
}}
</el-radio>
<template
v-for=
"(r, i) in item.SurveyOptionsList"
v-if=
"r.IsCheck!=='0'"
>
<span>
{{
r
.
OptionsName
}}
</span>
</
template
>
<!-- <el-radio v-for="(r, i) in item.SurveyOptionsList" v-model="item.lable" :label="r.ID" disabled="disabled" :key="i"></el-radio> -->
</template>
</template>
<
template
v-else-if=
"item.SurveyType === 3"
>
<
template
v-else-if=
"item.SurveyType === 3"
>
<el-checkbox
v-for=
"(r, i) in item.SurveyOptionsList"
v-model=
"item.ckeckList"
:label=
"r.ID"
disabled=
"disabled"
:key=
"i"
>
{{
r
.
OptionsName
}}
</el-checkbox
>
<template
v-for=
"(r, i) in item.SurveyOptionsList"
v-if=
"r.IsCheck!=='0'"
>
<span>
{{
r
.
OptionsName
}}
</span>
</
template
>
<!-- <el-checkbox v-for="(r, i) in item.SurveyOptionsList" v-model="item.ckeckList" :label="r.ID" disabled="disabled" :key="i">{{r.OptionsName}}</el-checkbox > -->
</template>
</template>
<
template
v-else-if=
"item.SurveyType === 4"
>
<
template
v-else-if=
"item.SurveyType === 4"
>
<span>
{{
item
.
TextContent
}}
</span>
<span>
{{
item
.
TextContent
}}
</span>
...
...
src/components/TravelManager/TravelList/RegistrationList.vue
View file @
143635dd
...
@@ -903,6 +903,32 @@
...
@@ -903,6 +903,32 @@
font-size
:
12px
;
font-size
:
12px
;
margin-left
:
10px
;
margin-left
:
10px
;
}
}
.RL_Scenic
{
width
:
400px
;
max-height
:
400px
;
overflow
:
auto
;
}
.RL_Scenic
table
th
{
height
:
30px
;
border
:
1px
solid
#d2d2d2
;
}
.RL_Scenic
table
td
{
padding
:
9px
5px
!important
;
border
:
1px
solid
#d2d2d2
;
}
.RL_Scenic
table
._color_666
{
background-color
:
#ededed
;
color
:
#666666
;
}
.RL_Scenic
table
{
padding
:
10px
0
0
20px
;
border-collapse
:
collapse
;
border
:
1px
solid
#d2d2d2
;
font-size
:
12px
;
margin
:
0
20px
5px
0
;
width
:
100%
;
}
</
style
>
</
style
>
...
@@ -1533,7 +1559,7 @@
...
@@ -1533,7 +1559,7 @@
<th
width=
"150"
class=
"nowrap"
>
操作
</th>
<th
width=
"150"
class=
"nowrap"
>
操作
</th>
</tr>
</tr>
<tr>
<tr>
<td
v-show=
"OrderDataList.length==0"
colspan=
"1
4
"
align=
"center"
>
暂无数据
</td>
<td
v-show=
"OrderDataList.length==0"
colspan=
"1
6
"
align=
"center"
>
暂无数据
</td>
</tr>
</tr>
<tr
v-if=
"OrderDataList.leadetList!=null && OrderDataList.leadetList.length>0"
>
<tr
v-if=
"OrderDataList.leadetList!=null && OrderDataList.leadetList.length>0"
>
...
@@ -2032,7 +2058,24 @@
...
@@ -2032,7 +2058,24 @@
<!--
<span
class=
"RL-redType RL-remarkCon"
v-else
>
-->
<!--
<span
class=
"RL-redType RL-remarkCon"
v-else
>
-->
<!--
<span>
暂无名单
</span>
-->
<!--
<span>
暂无名单
</span>
-->
<!--
</span>
-->
<!--
</span>
-->
<span
style=
"display: block"
>
房间信息:
{{
childItem
.
OrderGuestHouseStr
}}
</span>
<span
style=
"display: block"
>
房间信息:
{{
childItem
.
OrderGuestHouseStr
}}
<el-popover
trigger=
"click"
popper-class=
"RL_Scenic"
>
<table
width=
"100%"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<tr
class=
"_color_666"
style=
"text-align:center;"
>
<th
width=
"150"
>
景点名称
</th>
<th
width=
"60"
>
人数
</th>
<th
width=
"60"
>
退款金额
</th>
</tr>
<tr
v-for=
"fItem in childItem.OrderBackScenicList"
style=
"text-align:center;"
>
<td
style=
"text-align:left;"
>
{{
fItem
.
CouponsName
}}
</td>
<td>
{{
fItem
.
Number
}}
</td>
<td>
{{
fItem
.
BackMoney
}}
</td>
</tr>
</table>
<span
slot=
"reference"
v-if=
"childItem.OrderBackScenicList&&childItem.OrderBackScenicList.length>0"
style=
"color:#f56c6c;margin-left:20px;cursor:pointer;"
>
退景点
</span>
</el-popover>
</span>
<div>
<div>
<span
v-if=
"childItem.OPTipMoney==''&&childItem.TipMoney!=''"
style=
"color:red"
>
(小费:
{{
childItem
.
TipMoney
}}
)
</span>
<span
v-if=
"childItem.OPTipMoney==''&&childItem.TipMoney!=''"
style=
"color:red"
>
(小费:
{{
childItem
.
TipMoney
}}
)
</span>
<span
v-if=
"childItem.OPTipMoney!=''"
style=
"color:red"
>
<span
v-if=
"childItem.OPTipMoney!=''"
style=
"color:red"
>
...
@@ -3325,6 +3368,7 @@
...
@@ -3325,6 +3368,7 @@
this
.
addMsg
.
ChirdNoNeedBedNum
=
(
x
.
ChirdNum
-
x
.
ChirdNeedBedNum
).
toString
();
this
.
addMsg
.
ChirdNoNeedBedNum
=
(
x
.
ChirdNum
-
x
.
ChirdNeedBedNum
).
toString
();
this
.
addMsg
.
BabyNum
=
x
.
BabyNum
.
toString
();
this
.
addMsg
.
BabyNum
=
x
.
BabyNum
.
toString
();
this
.
addMsg
.
RefuseVisaNum
=
x
.
RefuseVisaNum
.
toString
();
this
.
addMsg
.
RefuseVisaNum
=
x
.
RefuseVisaNum
.
toString
();
this
.
addMsg
.
OrderBackScenicList
=
x
.
OrderBackScenicList
;
this
.
IsChildrenTour
=
x
.
IsChildrenTour
;
this
.
IsChildrenTour
=
x
.
IsChildrenTour
;
this
.
IsBirdDiscount
=
x
.
IsBirdDiscount
;
this
.
IsBirdDiscount
=
x
.
IsBirdDiscount
;
...
...
src/components/TravelManager/TravelList/TravelPassengerList2.vue
0 → 100644
View file @
143635dd
This diff is collapsed.
Click to expand it.
src/components/dmc/manager/dmcTotalTable.vue
View file @
143635dd
...
@@ -271,7 +271,7 @@
...
@@ -271,7 +271,7 @@
</div>
</div>
</td>
</td>
<td>
<td>
<div
class=
"fz16 fbold linkspan"
@
click=
"goUrlT('TravelPassengerList',item.TCID,'旅客名单')"
>
<div
class=
"fz16 fbold linkspan"
@
click=
"goUrlT('TravelPassengerList
2
',item.TCID,'旅客名单')"
>
<span
style=
"color: #4BCA81;"
v-if=
"item.HouseResult==1"
>
√
</span>
<span
style=
"color: #4BCA81;"
v-if=
"item.HouseResult==1"
>
√
</span>
<span
class=
"colorE95252"
v-else
>
{{
item
.
HouseResult
==
'-1'
?
"x"
:
"O"
}}
</span>
<span
class=
"colorE95252"
v-else
>
{{
item
.
HouseResult
==
'-1'
?
"x"
:
"O"
}}
</span>
</div>
</div>
...
...
src/components/leaderPay2.vue
View file @
143635dd
...
@@ -980,42 +980,38 @@ export default {
...
@@ -980,42 +980,38 @@ export default {
return
return
}
}
// type 1 零件地 自动生成 2 领队人头费 跳转
// type 1 零件地 自动生成 2 领队人头费 跳转
let
BType
=
3
,
AccountId
=
1
,
IsRelevanceTravel
=
1
,
TemplateId
=
71
,
RB_Branch_Id
=
userinfo
.
RB_Branch_id
,
OrderSource
=
6
;
if
(
obj
.
Type
==
2
)
{
if
(
obj
.
Type
==
2
)
{
let
id
=
[
72
,
73
];
BType
=
1
;
let
TCIDARR
=
[
obj
.
TCIDs
];
AccountId
=
7
;
let
orderObj
=
{
IsRelevanceTravel
=
0
;
OrderID
:
0
,
TemplateId
=
obj
.
OutBranchId
===
0
?
72
:
73
;
OrderSource
:
6
,
RB_Branch_Id
=
obj
.
OutBranchId
;
Obj
:
{},
OrderSource
=
8
;
SourceID
:
0
,
}
CostType
:
180
,
TCIDList
:
TCIDARR
,
Money
:
inputPrice
,
TCNUMS
:
''
};
let
fullPath
=
`/ChoiceAddFinancialDocuments?Type=
${
1
}
&templateID=
${
JSON
.
stringify
(
id
)}
&companyID=
${
userinfo
.
RB_Branch_id
}
&orderObj=
${
JSON
.
stringify
(
orderObj
)}
&blank=y&tab=领队报账`
;
let
dom
=
document
.
querySelector
(
"#blankLink"
);
dom
.
href
=
`http://
${
window
.
location
.
host
}
/#
${
fullPath
}
`
;
dom
.
click
();
}
else
{
// 自动生成
// 自动生成
let
msg
=
{
let
msg
=
{
TemplateId
:
71
,
TemplateId
:
71
,
RB_Branch_Id
:
userinfo
.
RB_Branch_i
d
,
RB_Branch_Id
:
RB_Branch_I
d
,
IsPublic
:
0
,
IsPublic
:
0
,
BType
:
4
,
BType
:
BType
,
AccountId
:
14
,
AccountId
:
AccountId
,
CostTypeID
:
180
,
CostTypeID
:
180
,
WBMoney
:
obj
.
price
,
WBMoney
:
obj
.
price
,
Remark
:
""
,
Remark
:
""
,
TCID
:
obj
.
TCIDs
,
TCID
:
obj
.
TCIDs
,
IsRelevanceTravel
:
1
,
IsRelevanceTravel
:
IsRelevanceTravel
,
OrderID
:
0
,
OrderID
:
0
,
vorcherInos
:
[{
FrIdStr
:
''
}],
vorcherInos
:
[{
FrIdStr
:
''
}],
Description
:
""
,
Description
:
""
,
RemitterName
:
obj
.
LeaderOrGuidName
,
RemitterName
:
obj
.
LeaderOrGuidName
,
TradeDate
:
new
Date
().
Format
(
"yyyy-MM-dd"
),
TradeDate
:
new
Date
().
Format
(
"yyyy-MM-dd"
),
OrderSource
:
6
,
OrderSource
:
OrderSource
,
}
}
this
.
apipost
(
'Financial_post_SetFinanceInfoCommonForIn'
,
msg
,
res
=>
{
this
.
apipost
(
'Financial_post_SetFinanceInfoCommonForIn'
,
msg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
...
@@ -1027,7 +1023,6 @@ export default {
...
@@ -1027,7 +1023,6 @@ export default {
this
.
$message
.
error
(
res
.
data
.
message
)
this
.
$message
.
error
(
res
.
data
.
message
)
}
}
},
null
)
},
null
)
}
},
},
goZhiDan
:
function
(
obj
)
{
goZhiDan
:
function
(
obj
)
{
let
id
=
[
59
];
let
id
=
[
59
];
...
@@ -1277,7 +1272,7 @@ export default {
...
@@ -1277,7 +1272,7 @@ export default {
DiningID
:
ai
.
DiningID
,
DiningID
:
ai
.
DiningID
,
data
:
[
ai
]
data
:
[
ai
]
});
});
Diningmap
[
ai
.
PlanDat
eStr
]
=
ai
;
Diningmap
[
ai
.
UseTim
eStr
]
=
ai
;
}
else
{
}
else
{
for
(
var
j
=
0
;
j
<
Diningdest
.
length
;
j
++
){
for
(
var
j
=
0
;
j
<
Diningdest
.
length
;
j
++
){
var
dj
=
Diningdest
[
j
];
var
dj
=
Diningdest
[
j
];
...
@@ -1306,7 +1301,7 @@ export default {
...
@@ -1306,7 +1301,7 @@ export default {
TicketID
:
ai
.
TicketID
,
TicketID
:
ai
.
TicketID
,
data
:
[
ai
]
data
:
[
ai
]
});
});
Scenicmap
[
ai
.
PlanDat
eStr
]
=
ai
;
Scenicmap
[
ai
.
UseTim
eStr
]
=
ai
;
}
else
{
}
else
{
for
(
var
j
=
0
;
j
<
Scenicdest
.
length
;
j
++
){
for
(
var
j
=
0
;
j
<
Scenicdest
.
length
;
j
++
){
var
dj
=
Scenicdest
[
j
];
var
dj
=
Scenicdest
[
j
];
...
...
src/components/newTravelmanager/TravelGroupControl/TravelPrice.vue
View file @
143635dd
...
@@ -185,7 +185,11 @@
...
@@ -185,7 +185,11 @@
max-height
:
400px
;
max-height
:
400px
;
overflow
:
auto
;
overflow
:
auto
;
}
}
._TravelPricePopover
.ScenicDiv
{
width
:
450px
;
max-height
:
400px
;
overflow
:
auto
;
}
._TravelPricePopover
table
{
._TravelPricePopover
table
{
padding
:
10px
0
0
20px
;
padding
:
10px
0
0
20px
;
background-color
:
#ededed
;
background-color
:
#ededed
;
...
@@ -664,19 +668,50 @@
...
@@ -664,19 +668,50 @@
<
template
slot=
"prepend"
>
集合标识
</
template
>
<
template
slot=
"prepend"
>
集合标识
</
template
>
</el-input>
</el-input>
</el-form-item>
</el-form-item>
<el-form-item>
</div>
<span
class=
"TP_Sendprepend"
style=
"margin-left:0;width:120px;"
>
可退景点
</span>
<div
class=
"clearfix"
>
<el-select
class=
"w180"
v-model=
"priceData.ChooseBackScenicArr"
multiple
>
<div
class=
"leftSetInfo"
>
<el-option
v-for=
"item in priceData.scenicBackList"
:key=
"item.ID"
:label=
"item.Name"
:value=
"item.ID"
>
<span
class=
"TPbaseSet"
></span>
</el-option>
<span
class=
"TPsecondTitle"
>
可退景点
</span>
</el-select>
</div>
</el-form-item>
<div
class=
"TPright clearfix"
>
<el-form-item>
<el-popover
popper-class=
"_TravelPricePopover"
trigger=
"click"
>
<div>
<div
class=
"ScenicDiv"
>
<table
width=
"100%"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<tr>
<td
class=
"_color_666"
>
选择
</td>
<td
class=
"_color_666"
>
景点名称
</td>
<td
class=
"_color_666"
>
退款金额
</td>
</tr>
<tr
v-for=
"item in priceData.ScenicBackList"
>
<td>
<el-checkbox
:checked=
"item.IsChecked"
@
change=
"getScenic(item)"
></el-checkbox>
</td>
<td>
{{item.Name}}
</td>
<td>
<el-input
class=
"w80"
@
keyup
.
native=
"checkPrice(item,'RefundMoney')"
v-model=
"item.RefundMoney"
></el-input>
</td>
</tr>
</table>
</div>
</div>
<div
slot=
"reference"
class=
"SimulateDrop-box"
>
<span
class=
"SD_flight"
v-for=
"subItem in ScenicList"
>
{{subItem.Name}}
</span>
<i
class=
"iconfont icon-arrow-down SimulaDrop"
></i>
</div>
</el-popover>
<el-form-item
style=
"margin-top:1px;"
>
<el-input
placeholder=
"请输入"
class=
"w460 ComSeat"
v-model=
"priceData.AirportService"
>
<el-input
placeholder=
"请输入"
class=
"w460 ComSeat"
v-model=
"priceData.AirportService"
>
<
template
slot=
"prepend"
>
机场服务
</
template
>
<
template
slot=
"prepend"
>
机场服务
</
template
>
</el-input>
</el-input>
</el-form-item>
</el-form-item>
</div>
</div>
</div>
<div
class=
"clearfix"
>
<div
class=
"clearfix"
>
<div
class=
"leftSetInfo"
>
<div
class=
"leftSetInfo"
>
<span
class=
"TPbaseSet"
></span>
<span
class=
"TPbaseSet"
></span>
...
@@ -973,6 +1008,8 @@
...
@@ -973,6 +1008,8 @@
offerList
:
[],
offerList
:
[],
selectFilghtList
:
[],
selectFilghtList
:
[],
FinfoList
:
[],
FinfoList
:
[],
//选中景点
ScenicList
:[],
//下拉框默认值
//下拉框默认值
SelectDefaultValue
:
0
,
SelectDefaultValue
:
0
,
SelectOtherDefault
:
-
1
,
SelectOtherDefault
:
-
1
,
...
@@ -1142,10 +1179,8 @@
...
@@ -1142,10 +1179,8 @@
ChooseHotelArray
:
[],
ChooseHotelArray
:
[],
//销售清位时间
//销售清位时间
SaleClearOrderHour
:
0
,
SaleClearOrderHour
:
0
,
//可退景点选择列表
chooseBackScenicArr
:[],
//可退景点下拉列表
//可退景点下拉列表
s
cenicBackList
:[],
S
cenicBackList
:[],
};
};
}
}
this
.
returnPriceList
.
push
(
objItem
);
this
.
returnPriceList
.
push
(
objItem
);
...
@@ -1538,6 +1573,20 @@
...
@@ -1538,6 +1573,20 @@
}
}
});
});
},
},
//选中景点选择框
getScenic
(
item
){
item
.
IsChecked
=!
item
.
IsChecked
;
this
.
initScenic
();
},
//初始化景点
initScenic
(){
this
.
ScenicList
=
[];
this
.
priceData
.
ScenicBackList
.
forEach
(
x
=>
{
if
(
x
.
IsChecked
){
this
.
ScenicList
.
push
(
x
);
}
})
},
goUrl
(
path
,
id
)
{
goUrl
(
path
,
id
)
{
this
.
$router
.
push
({
this
.
$router
.
push
({
name
:
path
,
name
:
path
,
...
@@ -1735,6 +1784,7 @@
...
@@ -1735,6 +1784,7 @@
x
[
"Checked"
]
=
true
;
x
[
"Checked"
]
=
true
;
this
.
chooseDay
=
this
.
priceData
.
StartDate
;
this
.
chooseDay
=
this
.
priceData
.
StartDate
;
this
.
initFlightData
();
this
.
initFlightData
();
this
.
initScenic
();
}
else
{
}
else
{
x
[
"Checked"
]
=
false
;
x
[
"Checked"
]
=
false
;
}
}
...
...
src/router/config.js
View file @
143635dd
...
@@ -1816,6 +1816,14 @@ export default {
...
@@ -1816,6 +1816,14 @@ export default {
title
:
'旅客名单'
title
:
'旅客名单'
},
},
},
},
{
path
:
'/TravelPassengerList2'
,
//旅客名单
name
:
'TravelPassengerList2'
,
component
:
resolve
=>
require
([
'@/components/TravelManager/TravelList/TravelPassengerList2'
],
resolve
),
meta
:
{
title
:
'旅客名单'
},
},
{
{
path
:
'/RegistrationList'
,
path
:
'/RegistrationList'
,
name
:
'RegistrationList'
,
name
:
'RegistrationList'
,
...
...
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