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
8bb38566
Commit
8bb38566
authored
Apr 28, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
f18f3c90
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
87 additions
and
86 deletions
+87
-86
roomReservationsDetailsNew.vue
src/components/Hotel/roomReservationsDetailsNew.vue
+86
-85
TravelControlList.vue
...components/TravelManager/TravelList/TravelControlList.vue
+1
-1
No files found.
src/components/Hotel/roomReservationsDetailsNew.vue
View file @
8bb38566
...
@@ -42,10 +42,7 @@
...
@@ -42,10 +42,7 @@
<span
v-if=
"IsOperation==1"
style=
"color:red;font-size:14px;"
>
{{
$t
(
'ground.yizhidanbng'
)
}}
</span>
<span
v-if=
"IsOperation==1"
style=
"color:red;font-size:14px;"
>
{{
$t
(
'ground.yizhidanbng'
)
}}
</span>
</li>
</li>
</ul>
</ul>
{{
$t
(
'ground.jisuan1'
)
}}
<br
/>
{{
$t
(
'ground.jisuan2'
)
}}
<br
/>
{{
$t
(
'ground.sidaobsuan'
)
}}
<br
/>
付款方式是现付的,必須上传手配书.
</div>
</div>
<div
style=
"width: 100%; overflow-x: auto;padding-bottom: 10px; "
:style=
"
{height: boxHeight + 'px'}"
<div
style=
"width: 100%; overflow-x: auto;padding-bottom: 10px; "
:style=
"
{height: boxHeight + 'px'}"
class="ownScrollbarStyle" ref="ownScrollbarStyle">
class="ownScrollbarStyle" ref="ownScrollbarStyle">
...
@@ -56,7 +53,7 @@
...
@@ -56,7 +53,7 @@
{{
$t
(
'leader.leader_Guide'
)
}}
:
{{
GuideName
}}
.
</th>
{{
$t
(
'leader.leader_Guide'
)
}}
:
{{
GuideName
}}
.
</th>
<th
class=
"fz14"
colspan=
"17"
>
<th
class=
"fz14"
colspan=
"17"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"批量上传手配书"
placement=
"top-start"
<el-tooltip
class=
"item"
effect=
"dark"
content=
"批量上传手配书"
placement=
"top-start"
style=
"float:left;margin-left:20px;"
>
style=
"float:left;margin-left:20px;
display:none;
"
>
<el-popover
placement=
"bottom"
popper-class=
"piliangPop"
width=
"400"
trigger=
"click"
<el-popover
placement=
"bottom"
popper-class=
"piliangPop"
width=
"400"
trigger=
"click"
v-model=
"isShowPiliangPop"
>
v-model=
"isShowPiliangPop"
>
<table
class=
"dmcSetTable roomReserSet"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<table
class=
"dmcSetTable roomReserSet"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
...
@@ -273,7 +270,10 @@
...
@@ -273,7 +270,10 @@
<!-- 房间类型 -->
<!-- 房间类型 -->
<td>
<td>
<div
v-if=
"childItem.HouseType === 2"
>
<div
v-if=
"childItem.HouseType === 2"
>
{{subItem.HouseStatistics.HouseTypeList[childIndex].HouseTypeNameExt}}
<
template
v-if=
"subItem.HouseStatistics.HouseTypeList&&subItem.HouseStatistics.HouseTypeList.length>1"
>
{{
subItem
.
HouseStatistics
.
HouseTypeList
[
1
].
HouseTypeNameExt
}}
</
template
>
<
template
v-if=
"childIndex==4"
>
<
template
v-if=
"childIndex==4"
>
<template
v-if=
"subItem.DriverGuideIsRebate==1"
>
<template
v-if=
"subItem.DriverGuideIsRebate==1"
>
<br
/><span
style=
"color:green"
>
{{
$t
(
'hotel.hotel_commission'
)
}}
</span>
<br
/><span
style=
"color:green"
>
{{
$t
(
'hotel.hotel_commission'
)
}}
</span>
...
@@ -290,14 +290,16 @@
...
@@ -290,14 +290,16 @@
<td>
<td>
<div
v-if=
"childItem.HouseType === 2"
>
<div
v-if=
"childItem.HouseType === 2"
>
<el-input
class=
'w40 tcenter'
maxlength=
"2"
@
keyup
.
native=
"checkPrice(childItem,'HouseTypeCount')"
<el-input
class=
'w40 tcenter'
maxlength=
"2"
@
keyup
.
native=
"checkPrice(childItem,'HouseTypeCount')"
v-model=
'childItem.HouseTypeCount'
:disabled=
"IsEditHotelPeople==0?true:false"
></el-input></div>
v-model=
'childItem.HouseTypeCount'
:disabled=
"IsEditHotelPeople==0?true:false"
></el-input>
</div>
</td>
</td>
<td>
<td>
<div
v-if=
"childItem.HouseType === 2"
>
<div
v-if=
"childItem.HouseType === 2"
>
<el-input
class=
'w40 tcenter'
maxlength=
"2"
@
keyup
.
native=
"checkInteger(childItem,'BookNum')"
<el-input
class=
'w40 tcenter'
maxlength=
"2"
@
keyup
.
native=
"checkInteger(childItem,'BookNum')"
@
input=
"calculationPrice(subItem)"
v-model=
'childItem.BookNum'
@
input=
"calculationPrice(subItem)"
v-model=
'childItem.BookNum'
:disabled=
"IsEditHotelPeople==0?true:false"
>
:disabled=
"IsEditHotelPeople==0?true:false"
>
</el-input></div>
</el-input>
</div>
</td>
</td>
<!-- 尚差房间数 -->
<!-- 尚差房间数 -->
<!-- <td>
<!-- <td>
...
@@ -310,7 +312,7 @@
...
@@ -310,7 +312,7 @@
<td>
<td>
<div
v-if=
"childItem.HouseType === 2"
>
<div
v-if=
"childItem.HouseType === 2"
>
<
template
v-if=
"childIndex==1"
>
<
template
v-if=
"childIndex==1"
>
<template
v-if=
"EditBtn||LineId==90
"
>
<template
v-if=
"EditBtn
"
>
<el-input
@
keyup
.
native=
"checkInteger(childItem,'UnitPrice')"
class=
'w60 tcenter'
<el-input
@
keyup
.
native=
"checkInteger(childItem,'UnitPrice')"
class=
'w60 tcenter'
@
input=
"calculationPrice(subItem)"
v-model=
'childItem.UnitPrice'
></el-input>
@
input=
"calculationPrice(subItem)"
v-model=
'childItem.UnitPrice'
></el-input>
</
template
>
</
template
>
...
@@ -333,7 +335,8 @@
...
@@ -333,7 +335,8 @@
<div
v-if=
"childItem.HouseType === 2"
>
<div
v-if=
"childItem.HouseType === 2"
>
<el-input
class=
'w40'
maxlength=
"2"
@
keyup
.
native=
"checkInteger(childItem,'HotelDiscount')"
<el-input
class=
'w40'
maxlength=
"2"
@
keyup
.
native=
"checkInteger(childItem,'HotelDiscount')"
v-model=
'childItem.HotelDiscount'
@
input=
"calculationPrice(subItem)"
>
v-model=
'childItem.HotelDiscount'
@
input=
"calculationPrice(subItem)"
>
</el-input></div>
</el-input>
</div>
</td>
</td>
<!-- 金额小计 -->
<!-- 金额小计 -->
<td
style=
"white-space:nowrap;"
>
<td
style=
"white-space:nowrap;"
>
...
@@ -696,7 +699,7 @@
...
@@ -696,7 +699,7 @@
BookNum
:
0
BookNum
:
0
},
},
],
],
ChooseCountry
:
"651"
ChooseCountry
:
"651"
}
}
},
},
components
:
{
components
:
{
...
@@ -945,12 +948,12 @@
...
@@ -945,12 +948,12 @@
IsCombine
:
''
,
IsCombine
:
''
,
NewTCIDs
:
''
NewTCIDs
:
''
}
}
if
(
this
.
$route
.
query
.
OrderType
)
{
if
(
this
.
$route
.
query
.
OrderType
)
{
msg
=
{
msg
=
{
TCIDs
:
this
.
$route
.
query
.
id
,
TCIDs
:
this
.
$route
.
query
.
id
,
OrderType
:
this
.
$route
.
query
.
OrderType
OrderType
:
this
.
$route
.
query
.
OrderType
}
}
}
else
{
}
else
{
msg
=
{
msg
=
{
TCIDs
:
this
.
$route
.
query
.
id
,
TCIDs
:
this
.
$route
.
query
.
id
,
NewCombinationNum
:
this
.
$route
.
query
.
NewCombinationNum
,
NewCombinationNum
:
this
.
$route
.
query
.
NewCombinationNum
,
...
@@ -973,9 +976,9 @@
...
@@ -973,9 +976,9 @@
this
.
CreateByPhoto
=
res
.
data
.
data
.
CreateByPhoto
;
this
.
CreateByPhoto
=
res
.
data
.
data
.
CreateByPhoto
;
this
.
CreateByAccount
=
res
.
data
.
data
.
CreateByAccount
;
this
.
CreateByAccount
=
res
.
data
.
data
.
CreateByAccount
;
// in list">
// in list">
//
<
template
v
-
for
=
"(subItem,subIndex) in item.HotelOrderList"
>
//
<
template
v
-
for
=
"(subItem,subIndex) in item.HotelOrderList"
>
//
<
tr
v
-
for
=
"(childItem,childIndex) in subItem.OrderDetailsList"
:
key
=
"childIndex"
>
//
<
tr
v
-
for
=
"(childItem,childIndex) in subItem.OrderDetailsList"
:
key
=
"childIndex"
>
if
(
list
!=
null
&&
list
.
length
>
0
)
{
if
(
list
!=
null
&&
list
.
length
>
0
)
{
list
.
forEach
((
item
,
sIndex
)
=>
{
list
.
forEach
((
item
,
sIndex
)
=>
{
...
@@ -1002,7 +1005,8 @@
...
@@ -1002,7 +1005,8 @@
subItem
.
ReserveNo
=
this
.
$route
.
query
.
NewCombinationNum
;
subItem
.
ReserveNo
=
this
.
$route
.
query
.
NewCombinationNum
;
}
}
subItem
.
OrderDetailsList
=
subItem
.
OrderDetailsList
.
filter
(
item
=>
item
.
HouseType
===
2
)
subItem
.
OrderDetailsList
=
subItem
.
OrderDetailsList
.
filter
(
item
=>
item
.
HouseType
===
2
)
console
.
log
(
'subItem.OrderDetailsList'
,
subItem
.
OrderDetailsList
,
subItem
.
OrderDetailsList
.
filter
(
item
=>
item
.
HouseType
===
2
))
console
.
log
(
'subItem.OrderDetailsList'
,
subItem
.
OrderDetailsList
,
subItem
.
OrderDetailsList
.
filter
(
item
=>
item
.
HouseType
===
2
))
subItem
.
isShowPop
=
false
;
subItem
.
isShowPop
=
false
;
subItem
.
ckedHotelName
=
""
;
subItem
.
ckedHotelName
=
""
;
//遍历手配
//遍历手配
...
@@ -1241,13 +1245,10 @@
...
@@ -1241,13 +1245,10 @@
if
(
this
.
$route
.
query
.
LineId
)
{
if
(
this
.
$route
.
query
.
LineId
)
{
this
.
LineId
=
this
.
$route
.
query
.
LineId
;
this
.
LineId
=
this
.
$route
.
query
.
LineId
;
}
}
if
(
this
.
LineId
==
90
)
if
(
this
.
LineId
==
90
)
{
{
this
.
ChooseCountry
=
2
;
this
.
ChooseCountry
=
2
;
}
else
if
(
this
.
LineId
==
14
)
{
}
this
.
ChooseCountry
=
651
;
else
if
(
this
.
LineId
==
14
)
{
this
.
ChooseCountry
=
651
;
}
}
this
.
GetAuth
();
this
.
GetAuth
();
this
.
getAllCurrency
();
this
.
getAllCurrency
();
...
...
src/components/TravelManager/TravelList/TravelControlList.vue
View file @
8bb38566
...
@@ -670,7 +670,7 @@
...
@@ -670,7 +670,7 @@
<span
class=
"TCL-greenType"
>
{{item.SaleClearOrderHour}}{{$t('salesModule.Hour')}}
</span>
<span
class=
"TCL-greenType"
>
{{item.SaleClearOrderHour}}{{$t('salesModule.Hour')}}
</span>
</p>
</p>
<p
<p
v-if=
"(item.LineID==14 || item.LineID==90) && item.HotelOrderListReports && item.HotelOrderListReports.length>0 "
>
v-if=
"(item.LineID==14 || item.LineID==90
|| item.LineID==168
) && item.HotelOrderListReports && item.HotelOrderListReports.length>0 "
>
<el-popover
width=
"980"
trigger=
"click"
popper-class=
"TC_HotelPop"
>
<el-popover
width=
"980"
trigger=
"click"
popper-class=
"TC_HotelPop"
>
<commonHotelInfo
:HotelObj=
"item.HotelOrderListReports"
:showHotelObj=
"showHotelObj"
<commonHotelInfo
:HotelObj=
"item.HotelOrderListReports"
:showHotelObj=
"showHotelObj"
:TCID=
"item.TCID"
:DMCNum=
"item.DMCNum"
:TCNUM=
"item.TCNUM"
:TCID=
"item.TCID"
:DMCNum=
"item.DMCNum"
:TCNUM=
"item.TCNUM"
...
...
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