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
52bc2946
Commit
52bc2946
authored
Apr 26, 2019
by
huangyuanyuan
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
4142907f
824e4ca3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
781 additions
and
432 deletions
+781
-432
addFinancialDocuments.vue
src/components/FinancialModule/addFinancialDocuments.vue
+100
-10
leaderReimbursement.vue
src/components/LeaderManagement/leaderReimbursement.vue
+2
-1
enrollTotal.vue
src/components/SalesModule/enrollTotal.vue
+2
-3
ShoppingStore.vue
src/components/ShoppingStore/ShoppingStore.vue
+537
-411
PassengerList.vue
src/components/Ticketing/PassengerList.vue
+105
-0
TicketManager.vue
src/components/Ticketing/TicketManager.vue
+30
-2
fiveday.vue
src/components/commonPage/fiveday.vue
+1
-1
fourday.vue
src/components/commonPage/fourday.vue
+1
-1
oneday.vue
src/components/commonPage/oneday.vue
+1
-1
threeday.vue
src/components/commonPage/threeday.vue
+1
-1
twoday.vue
src/components/commonPage/twoday.vue
+1
-1
No files found.
src/components/FinancialModule/addFinancialDocuments.vue
View file @
52bc2946
...
...
@@ -182,14 +182,14 @@
<p
class=
"_yewudanju"
v-if=
"OrderSource==8"
>
{{
$t
(
'hotel.order_Number'
)
}}
:
<span
@
click=
"msg.OrderID>0?jumpPage('RegistrationList',GetDetail,8):''"
>
{{
msg
.
OrderID
==
0
?
$t
(
'fnc.no'
):
msg
.
OrderID
}}
</span></p>
<div
class=
"rb_top_row _r_mb5"
>
<el-radio-group
v-model=
"msg.IsPublic"
@
change=
"IsPublicChange"
class=
"_IsPublic"
>
<el-radio
:label=
"1"
v-if=
'msg.TemplateId!==36 && msg.TemplateId!==37 && msg.TemplateId!==43'
>
{{
$t
(
'fnc.gongzhang'
)
}}
</el-radio>
<el-radio
:label=
"0"
v-if=
'msg.TemplateId!==36 && msg.TemplateId!==37 && msg.TemplateId!==43'
>
{{
$t
(
'fnc.sizhang'
)
}}
</el-radio>
<el-radio
:label=
"2"
v-if=
'msg.TemplateId!==36 && msg.TemplateId!==37 && msg.TemplateId!==43'
>
{{
$t
(
'fnc.rmbxianjin'
)
}}
</el-radio>
<el-radio
:label=
"1"
v-if=
'msg.TemplateId!==36 && msg.TemplateId!==37 && msg.TemplateId!==43
&& msg.TemplateId!==48
'
>
{{
$t
(
'fnc.gongzhang'
)
}}
</el-radio>
<el-radio
:label=
"0"
v-if=
'msg.TemplateId!==36 && msg.TemplateId!==37 && msg.TemplateId!==43
&& msg.TemplateId!==48
'
>
{{
$t
(
'fnc.sizhang'
)
}}
</el-radio>
<el-radio
:label=
"2"
v-if=
'msg.TemplateId!==36 && msg.TemplateId!==37 && msg.TemplateId!==43
&& msg.TemplateId!==48
'
>
{{
$t
(
'fnc.rmbxianjin'
)
}}
</el-radio>
<el-radio
:label=
"3"
v-if=
'msg.TemplateId!==36 && msg.TemplateId!==37 && msg.TemplateId!==48'
>
{{
$t
(
'fnc.wbxianjin'
)
}}
</el-radio>
<el-radio
:label=
"4"
v-if=
'
(msg.TemplateId===36 || msg.TemplateId===37) && msg.TemplateId!==43
'
>
{{
$t
(
'fnc.zjinchi'
)
}}
</el-radio>
<el-radio
:label=
"5"
v-if=
'msg.TemplateId!==36 && msg.TemplateId!==37 && msg.TemplateId!==43'
>
{{
$t
(
'fnc.ptxnzhanghu'
)
}}
</el-radio>
<el-radio
:label=
"6"
v-if=
'msg.TemplateId!==36 && msg.TemplateId!==37 && msg.TemplateId!==43'
>
{{
$t
(
'fnc.djxnzhanghu'
)
}}
</el-radio>
<el-radio
:label=
"7"
v-if=
'msg.TemplateId!==36 && msg.TemplateId!==37 && msg.TemplateId!==43'
>
{{
$t
(
'fnc.szxiangdi'
)
}}
</el-radio>
<el-radio
:label=
"4"
v-if=
'
msg.TemplateId===36 || msg.TemplateId===37 || msg.TemplateId===48
'
>
{{
$t
(
'fnc.zjinchi'
)
}}
</el-radio>
<el-radio
:label=
"5"
v-if=
'msg.TemplateId!==36 && msg.TemplateId!==37 && msg.TemplateId!==43
&& msg.TemplateId!==48
'
>
{{
$t
(
'fnc.ptxnzhanghu'
)
}}
</el-radio>
<el-radio
:label=
"6"
v-if=
'msg.TemplateId!==36 && msg.TemplateId!==37 && msg.TemplateId!==43
&& msg.TemplateId!==48
'
>
{{
$t
(
'fnc.djxnzhanghu'
)
}}
</el-radio>
<el-radio
:label=
"7"
v-if=
'msg.TemplateId!==36 && msg.TemplateId!==37 && msg.TemplateId!==43
&& msg.TemplateId!==48
'
>
{{
$t
(
'fnc.szxiangdi'
)
}}
</el-radio>
<!--
<el-radio
:label=
"3"
>
资金池
</el-radio>
-->
</el-radio-group>
</div>
...
...
@@ -658,6 +658,7 @@ export default {
resultCode
:
null
,
EmployeeId
:
0
,
describeList
:[],
isFrompassenger
:
false
,
}
},
methods
:{
...
...
@@ -896,6 +897,7 @@ export default {
if
(
res
.
data
.
resultCode
==
1
){
//清除旅客名单数据
sessionStorage
.
removeItem
(
"saveGuestInfo"
);
sessionStorage
.
removeItem
(
"guoji"
);
// this.$store.commit('saveGuestInfo',[])
this
.
$confirm
(
this
.
$t
(
'tips.czcgsfjxzhidan'
),
this
.
$t
(
'tips.tips'
),
{
confirmButtonText
:
this
.
$t
(
'fnc.jxzhidan'
),
...
...
@@ -1144,6 +1146,7 @@ export default {
this
.
apipost
(
'Financial_post_GetCostTypeList'
,{
ID
:
id
},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
GetCostTypeList
=
res
.
data
.
data
;
console
.
log
(
this
.
GetCostTypeList
,
'type'
);
if
(
type
){
this
.
msg
.
detailList
.
forEach
(
x
=>
{
this
.
GetCostTypeList
.
forEach
(
y
=>
{
...
...
@@ -1265,6 +1268,9 @@ export default {
{
this
.
msg
.
Type
=
this
.
$route
.
query
.
InPay
;
}
if
(
this
.
isFrompassenger
){
this
.
setDocument
();
}
}
else
{
this
.
loading
=
false
;
this
.
$message
.
error
(
res
.
data
.
message
);
...
...
@@ -1309,19 +1315,102 @@ export default {
this
.
companyList
=
data
;
},
err
=>
{})
},
//设置选中单据名单
setDocument
(){
let
guojiSessions
=
JSON
.
parse
(
window
.
sessionStorage
.
getItem
(
"guoji"
));
if
(
guojiSessions
.
guojiArr
.
length
>
0
){
this
.
msg
.
detailList
.
push
({
ID
:
0
,
UnitPrice
:
''
,
UnitPriceTo
:
''
,
Number
:
guojiSessions
.
guojiArr
.
length
,
Rate
:
''
,
CostTypeId
:
52
,
CurrencyId
:
''
,
Remark
:
''
,
CostTypeName
:
''
,
yTotalPrice
:
''
,
yTotalPriceTo
:
''
,
bTotalPrice
:
''
,
bTotalPriceTo
:
''
,
show
:
false
,
});
}
if
(
guojiSessions
.
guoneiArr
.
length
>
0
){
this
.
msg
.
detailList
.
push
({
ID
:
0
,
UnitPrice
:
''
,
UnitPriceTo
:
''
,
Number
:
guojiSessions
.
guoneiArr
.
length
,
Rate
:
''
,
CostTypeId
:
66
,
CurrencyId
:
''
,
Remark
:
''
,
CostTypeName
:
''
,
yTotalPrice
:
''
,
yTotalPriceTo
:
''
,
bTotalPrice
:
''
,
bTotalPriceTo
:
''
,
show
:
false
,
});
}
if
(
guojiSessions
.
shuijinArr
.
length
>
0
){
this
.
msg
.
detailList
.
push
({
ID
:
0
,
UnitPrice
:
''
,
UnitPriceTo
:
''
,
Number
:
guojiSessions
.
shuijinArr
.
length
,
Rate
:
''
,
CostTypeId
:
80
,
CurrencyId
:
''
,
Remark
:
''
,
CostTypeName
:
''
,
yTotalPrice
:
''
,
yTotalPriceTo
:
''
,
bTotalPrice
:
''
,
bTotalPriceTo
:
''
,
show
:
false
,
});
}
if
(
this
.
orderObj
!=
null
&&
this
.
orderObj
.
OrderSource
===
4
&&
this
.
isFrompassenger
){
let
guojiSessions
=
JSON
.
parse
(
window
.
sessionStorage
.
getItem
(
"guoji"
));
let
guoji
=
''
,
guonei
=
''
,
guojizhongduan
=
''
,
shuijin
=
''
,
shengcang
=
''
;
guojiSessions
.
guojiArr
.
forEach
(
x
=>
{
guoji
+=
x
+
' '
})
guojiSessions
.
guoneiArr
.
forEach
(
x
=>
{
guonei
+=
x
+
' '
})
guojiSessions
.
gjzdArr
.
forEach
(
x
=>
{
guojizhongduan
+=
x
+
' '
})
guojiSessions
.
shuijinArr
.
forEach
(
x
=>
{
shuijin
+=
x
+
' '
})
guojiSessions
.
shengcangArr
.
forEach
(
x
=>
{
shengcang
+=
x
+
' '
})
var
gj
=
guoji
==
''
?
''
:
'国际机票:'
+
guoji
;
var
gn
=
guonei
==
''
?
''
:
'国内航段:'
+
guonei
;
var
gjzd
=
guojizhongduan
==
''
?
''
:
'国际中断:'
+
guojizhongduan
;
var
sj
=
shuijin
==
''
?
''
:
'税金:'
+
shuijin
;
var
sc
=
shengcang
==
''
?
''
:
'升舱:'
+
shengcang
;
this
.
Description
=
gj
+
' '
+
gn
+
' '
+
gjzd
+
' '
+
sj
+
' '
+
sc
}
}
},
created
(){
var
that
=
this
;
this
.
orderObj
=
this
.
$route
.
query
.
orderObj
?
JSON
.
parse
(
this
.
$route
.
query
.
orderObj
):
null
;
this
.
isFrompassenger
=
this
.
orderObj
.
isFromPassenger
;
console
.
log
(
this
.
orderObj
,
'orderObj'
);
// console.log(this.$route.query.orderObj)
if
(
this
.
orderObj
!=
null
&&
this
.
orderObj
.
OrderSource
===
10
){
if
(
this
.
orderObj
!=
null
&&
this
.
orderObj
.
OrderSource
===
10
&&
this
.
isFrompassenger
==
undefined
){
that
.
Description
=
"旅客名单:"
;
that
.
describeList
=
JSON
.
parse
(
sessionStorage
.
getItem
(
"saveGuestInfo"
));
console
.
log
(
"that.describeList"
,
that
.
describeList
)
that
.
describeList
.
forEach
(
item
=>
{
that
.
Description
+=
item
.
GuestName
+
" "
;
})
console
.
log
(
"that.Description"
,
that
.
Description
)
}
},
mounted
(){
let
userInfo
=
this
.
getLocalStorage
();
...
...
@@ -1359,6 +1448,7 @@ export default {
this
.
returnCode
=
this
.
$route
.
query
.
Conditon
;
}
// this.admin_get_DepartmentGetList();
},
components
:
{
"my-FlowChartModule"
:
myFlowChartModule
}
...
...
src/components/LeaderManagement/leaderReimbursement.vue
View file @
52bc2946
...
...
@@ -520,7 +520,6 @@
});
},
goZhiDan
:
function
(
obj
)
{
console
.
log
(
this
.
TotalNav
.
reimburseTotalPrice
.
PlanPrice
)
let
allMoney
=
this
.
TotalNav
.
reimburseTotalPrice
.
PlanPrice
*
0.95
let
totailMoney
=
0
this
.
nav
.
forEach
(
x
=>
{
...
...
@@ -699,6 +698,8 @@
nav
.
forEach
((
x
,
i
)
=>
{
if
(
i
===
0
)
{
x
.
LeaderGetPriceT
=
(
this
.
TotalNav
.
reimburseTotalPrice
.
PlanPrice
*
0.95
)
-
num
;
}
else
{
x
.
LeaderGetPriceT
=
0
}
})
this
.
nav
=
nav
...
...
src/components/SalesModule/enrollTotal.vue
View file @
52bc2946
...
...
@@ -304,7 +304,7 @@
</div>
</div>
</td>
<td
colspan=
"
8
"
class=
"groupTourOrder_tickets"
style=
"height: 40px;cursor: pointer;"
>
<td
colspan=
"
9
"
class=
"groupTourOrder_tickets"
style=
"height: 40px;cursor: pointer;"
>
<div
@
click=
"goUrlSFD('SalesFinancialDetail', '销售财务单据', item)"
>
<div>
收款单据:
</div>
<div>
...
...
@@ -752,8 +752,7 @@
background
:
#bdbdbd
;
height
:
30px
;
font-size
:
12px
;
text-align
:
left
;
text-indent
:
15px
;
text-align
:
center
;
border-top
:
1px
solid
#cccccc
;
border-left
:
1px
solid
#cccccc
;
}
...
...
src/components/ShoppingStore/ShoppingStore.vue
View file @
52bc2946
This diff is collapsed.
Click to expand it.
src/components/Ticketing/PassengerList.vue
View file @
52bc2946
...
...
@@ -117,12 +117,18 @@
</li>
<li>
<input
type=
"button"
class=
"normalBtn"
value=
"导出报表"
@
click=
"getFlightInfo(),getCombinTeam()"
/>
<input
type=
"button"
class=
"normalBtn"
v-if=
"isShowGuoji"
value=
"制作财务单据"
@
click=
"makeFinacelDoc()"
/>
<input
type=
"button"
class=
"normalBtn"
value=
"导出报表"
@
click=
"exportExcel()"
style=
"display:none;"
/>
</li>
</ul>
</div>
<table
class=
"singeRowTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<tr>
<th
v-if=
"isShowGuoji"
>
国际机票
<input
type=
"checkbox"
@
change=
"checkAllbox(checkdGuoji,'guoji')"
v-model=
"checkdGuoji"
/></th>
<th
v-if=
"isShowGuoji"
>
国内机票
<input
type=
"checkbox"
@
change=
"checkAllbox(checkedGuonei,'guonei')"
v-model=
"checkedGuonei"
/></th>
<th
v-if=
"isShowGuoji"
>
国际中断
<input
type=
"checkbox"
@
change=
"checkAllbox(checkedGJzd,'gjzd')"
v-model=
"checkedGJzd"
/></th>
<th
v-if=
"isShowGuoji"
>
税金
<input
type=
"checkbox"
@
change=
"checkAllbox(checkedshuijin,'shuijin')"
v-model=
"checkedshuijin"
/></th>
<th
v-if=
"isShowGuoji"
>
升舱
<input
type=
"checkbox"
@
change=
"checkAllbox(checkedsc,'shengcang')"
v-model=
"checkedsc"
/></th>
<th>
旅客姓名
</th>
<th>
身份证
</th>
<th>
英文姓
</th>
...
...
@@ -135,6 +141,21 @@
<th>
客人联系方式
</th>
</tr>
<tr
v-for=
"(item,index) in QueryMsg.dataList"
>
<td
v-if=
"isShowGuoji"
>
<input
v-model=
"item.guoji"
type=
"checkbox"
/>
</td>
<td
v-if=
"isShowGuoji"
>
<input
v-model=
"item.guonei"
type=
"checkbox"
/>
</td>
<td
v-if=
"isShowGuoji"
>
<input
v-model=
"item.gjzd"
type=
"checkbox"
/>
</td>
<td
v-if=
"isShowGuoji"
>
<input
v-model=
"item.shuijin"
type=
"checkbox"
/>
</td>
<td
v-if=
"isShowGuoji"
>
<input
v-model=
"item.shengcang"
type=
"checkbox"
/>
</td>
<td>
{{
item
.
GuestName
}}
</td>
<td>
{{
item
.
IdCard
}}
</td>
<td>
{{
item
.
ESurName
}}
</td>
...
...
@@ -260,6 +281,19 @@
outerVisible
:
false
,
flightList
:
[],
combineTeamList
:
[],
isShowGuoji
:
false
,
jipiaoObj
:{
guojiArr
:[],
guoneiArr
:[],
gjzdArr
:[],
shuijinArr
:[],
shengcangArr
:[]
},
checkdGuoji
:
false
,
checkedGuonei
:
false
,
checkedGJzd
:
false
,
checkedshuijin
:
false
,
checkedsc
:
false
,
};
},
methods
:
{
...
...
@@ -282,6 +316,16 @@
item
.
Sex
=
"女"
;
}
});
if
(
this
.
isShowGuoji
){
this
.
QueryMsg
.
dataList
.
forEach
(
x
=>
{
x
.
guoji
=
false
;
x
.
guonei
=
false
;
x
.
gjzd
=
false
;
x
.
shuijin
=
false
;
x
.
shengcang
=
false
;
})
}
console
.
log
(
this
.
QueryMsg
.
dataList
);
}
},
err
=>
{}
...
...
@@ -413,11 +457,69 @@
},
err
=>
{}
);
},
makeFinacelDoc
(){
this
.
jipiaoObj
.
guojiArr
=
[];
this
.
jipiaoObj
.
guoneiArr
=
[];
this
.
jipiaoObj
.
gjzdArr
=
[];
this
.
jipiaoObj
.
shuijinArr
=
[];
this
.
jipiaoObj
.
shengcangArr
=
[];
this
.
QueryMsg
.
dataList
.
forEach
(
x
=>
{
if
(
x
.
guoji
){
this
.
jipiaoObj
.
guojiArr
.
push
(
x
.
GuestName
);
}
if
(
x
.
guonei
){
this
.
jipiaoObj
.
guoneiArr
.
push
(
x
.
GuestName
);
}
if
(
x
.
gjzd
){
this
.
jipiaoObj
.
gjzdArr
.
push
(
x
.
GuestName
);
}
if
(
x
.
shuijin
){
this
.
jipiaoObj
.
shuijinArr
.
push
(
x
.
GuestName
);
}
if
(
x
.
shengcang
){
this
.
jipiaoObj
.
shengcangArr
.
push
(
x
.
GuestName
);
}
})
sessionStorage
.
setItem
(
"guoji"
,
JSON
.
stringify
(
this
.
jipiaoObj
));
let
orderObj
=
{
OrderID
:
0
,
OrderSource
:
4
,
Obj
:
{},
SourceID
:
this
.
$route
.
query
.
SourceID
,
TCIDList
:
[],
isFromPassenger
:
true
,
}
this
.
$router
.
push
({
name
:
'ChoiceAddFinancialDocuments'
,
query
:{
"Type"
:
2
,
"path"
:
""
,
'blank'
:
'y'
,
'orderObj'
:
JSON
.
stringify
(
orderObj
)
}
});
},
//设置全选
checkAllbox
(
x
,
y
){
if
(
x
){
this
.
QueryMsg
.
dataList
.
forEach
(
x
=>
{
x
[
y
]
=
true
})
}
else
{
this
.
QueryMsg
.
dataList
.
forEach
(
x
=>
{
x
[
y
]
=
false
})
}
}
},
mounted
()
{
this
.
QueryMsg
.
AirTicketId
=
this
.
$route
.
query
.
id
;
this
.
msg
.
AirTicketId
=
this
.
$route
.
query
.
id
;
if
(
this
.
$route
.
query
.
isFromTk
!=
undefined
){
this
.
isShowGuoji
=
this
.
$route
.
query
.
isFromTk
;
}
var
myDate
=
new
Date
();
this
.
QueryMsg
.
nowDate
=
myDate
.
getFullYear
()
+
...
...
@@ -426,6 +528,9 @@
"-"
+
myDate
.
getDate
();
this
.
getTeamInfo
();
if
(
this
.
isShowGuoji
){
this
.
msg
.
PageSize
=
200
;
}
this
.
getList
();
}
};
...
...
src/components/Ticketing/TicketManager.vue
View file @
52bc2946
...
...
@@ -1516,7 +1516,7 @@
</div>
</li>
<!--尾款-->
<li
v-if=
"item.FinalPayment!=''"
>
<li
v-if=
"item.FinalPayment!=''
&&item.FirstDeposit==''&&item.SecondDeposit==''&&item.ThirdDeposit==''&&item.FourthDeposit==''
"
>
<div
@
click=
"goFinacePage(item,5)"
:class=
"getClass(item.FinalPaymentStatus)"
>
<el-tooltip
effect=
"dark"
:content=
"item.FinalPayment"
placement=
"top"
popper-class=
"max-w250"
>
<span>
尾
</span>
...
...
@@ -1529,6 +1529,19 @@
</span>
</div>
</li>
<li
v-else-if=
"item.FinalPayment!=''"
>
<div
@
click=
"goCustomList('PassengerList',item,'旅客名单')"
:class=
"getClass(item.FinalPaymentStatus)"
>
<el-tooltip
effect=
"dark"
:content=
"item.FinalPayment"
placement=
"top"
popper-class=
"max-w250"
>
<span>
尾
</span>
</el-tooltip>
</div>
<div
class=
"FinaDetailContent"
>
<span
v-if=
"item.FinalAuditList!=null"
v-for=
"childItem in item.FinalAuditList"
>
<span
class=
"FinaceDanList"
@
click=
"goFinaceDetails(childItem.FinaceId)"
>
{{
childItem
.
FinaceId
}}
</span>
</span>
</div>
</li>
</ul>
</div>
</el-col>
...
...
@@ -2502,6 +2515,20 @@
}
});
},
//跳转至旅客名单
goCustomList
(
path
,
obj
,
title
){
this
.
$router
.
push
({
name
:
path
,
query
:
{
blank
:
'y'
,
isFromTk
:
true
,
SourceID
:
obj
.
ID
,
TCIDList
:
obj
.
TCIDList
,
companyIDList
:
obj
.
OutBranchIdList
,
tab
:
title
}
})
},
//导入
getImport
(
command
)
{
this
.
importType
=
command
;
...
...
@@ -2542,6 +2569,7 @@
this
.
total
=
res
.
data
.
data
.
count
;
this
.
dataList
=
res
.
data
.
data
.
pageData
;
this
.
noData
=
!
this
.
total
>
0
;
console
.
log
(
this
.
dataList
,
'datalist'
);
}
if
(
this
.
msg
.
ID
==
0
)
{
this
.
msg
.
ID
=
""
;
...
...
@@ -2772,7 +2800,7 @@
airlineID
:
AirLineID
};
this
.
apipost
(
"flight_post_GetAirportNameList"
,
"flight_post_GetAirportNameList
Ext
"
,
msg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
...
...
src/components/commonPage/fiveday.vue
View file @
52bc2946
...
...
@@ -136,7 +136,7 @@ export default {
}
else
{
if
(
this
.
day
.
jiu2
.
length
==
1
&&
this
.
day
.
jiu2
[
0
].
name
!=
'温馨的家'
){
if
(
this
.
isDirect
===
1
){
suffix
=
"【保证入住】"
}
}
}
...
...
src/components/commonPage/fourday.vue
View file @
52bc2946
...
...
@@ -138,7 +138,7 @@ export default {
}
else
{
if
(
this
.
day
.
jiu2
.
length
==
1
&&
this
.
day
.
jiu2
[
0
].
name
!=
'温馨的家'
){
if
(
this
.
isDirect
===
1
){
suffix
=
"
【保证入住】
"
suffix
=
"
或同級
"
}
}
}
...
...
src/components/commonPage/oneday.vue
View file @
52bc2946
...
...
@@ -108,7 +108,7 @@ export default {
}
else
{
if
(
this
.
day
.
jiu2
.
length
==
1
&&
this
.
day
.
jiu2
[
0
].
name
!=
'温馨的家'
){
if
(
this
.
isDirect
===
1
){
suffix
=
"
【保证入住】
"
suffix
=
"
或同級
"
}
}
}
...
...
src/components/commonPage/threeday.vue
View file @
52bc2946
...
...
@@ -178,7 +178,7 @@ export default {
}
else
{
if
(
this
.
day
.
jiu2
.
length
==
1
&&
this
.
day
.
jiu2
[
0
].
name
!=
'温馨的家'
){
if
(
this
.
isDirect
===
1
){
suffix
=
"
【保证入住】
"
suffix
=
"
或同級
"
}
}
}
...
...
src/components/commonPage/twoday.vue
View file @
52bc2946
...
...
@@ -105,7 +105,7 @@ export default {
}
else
{
if
(
this
.
day
.
jiu2
.
length
==
1
&&
this
.
day
.
jiu2
[
0
].
name
!=
'温馨的家'
){
if
(
this
.
isDirect
===
1
){
suffix
=
"
【保证入住】
"
suffix
=
"
或同級
"
}
}
}
...
...
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