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
3065f056
Commit
3065f056
authored
Oct 27, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
b74cf34c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
9 deletions
+8
-9
hotelTableList.vue
...ponents/Hotel/singleProduct/components/hotelTableList.vue
+6
-7
HotelTripThree.vue
...onents/newTravelmanager/travelLineTrip/HotelTripThree.vue
+2
-2
No files found.
src/components/Hotel/singleProduct/components/hotelTableList.vue
View file @
3065f056
...
@@ -44,21 +44,20 @@
...
@@ -44,21 +44,20 @@
</
template
>
</
template
>
</div>
</div>
<div
class=
"Hotel_kong Com_hoteldiv Hq_duoge"
>
<div
class=
"Hotel_kong Com_hoteldiv Hq_duoge"
>
<el-popover
placement=
"bottom"
width=
"
70
0"
trigger=
"hover"
>
<el-popover
placement=
"bottom"
width=
"
66
0"
trigger=
"hover"
>
<div>
<div>
<el-table
:data=
"scope.row.subList[index].UseList"
border
>
<el-table
:data=
"scope.row.subList[index].UseList"
border
>
<el-table-column
prop=
"TCID"
:label=
"`团队编号`"
width=
"
10
0"
>
<el-table-column
prop=
"TCID"
:label=
"`团队编号`"
width=
"
21
0"
>
<
template
slot-scope=
"{row}"
>
<
template
slot-scope=
"{row}"
>
<span
class=
"hotel-roomQuery"
<span
class=
"hotel-roomQuery"
@
click=
"OpenNewPage('roomQuery',
{hotelId:scope.row.HotelId,dateStr:scope.row.subList[index].DateStr,TCNUM:row.TCNUM})">
@
click=
"OpenNewPage('roomQuery',
{hotelId:scope.row.HotelId,dateStr:scope.row.subList[index].DateStr,TCNUM:row.TCNUM})">
{{
row
.
TCID
}}
(
{{
row
.
TCID
}}
)
{{
row
.
TCNUM
}}
</span>
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"TCNUM"
:label=
"`团号`"
></el-table-column>
<el-table-column
prop=
"DMCNum"
:label=
"`地接团号`"
></el-table-column>
<el-table-column
prop=
"DMCNum"
:label=
"`地接团号`"
></el-table-column>
<el-table-column
prop=
"LastUseNum"
:label=
"`数量`"
width=
"
10
0"
></el-table-column>
<el-table-column
prop=
"LastUseNum"
:label=
"`数量`"
width=
"
8
0"
></el-table-column>
<el-table-column
prop=
"CreateTime"
:label=
"`使用时间`"
></el-table-column>
<el-table-column
prop=
"CreateTime"
:label=
"`使用时间`"
width=
"160"
></el-table-column>
</el-table>
</el-table>
<!-- <template v-for="item in scope.row.subList[index].UseList">
<!-- <template v-for="item in scope.row.subList[index].UseList">
<el-tag size="mini" style="margin-right: 5px;">
<el-tag size="mini" style="margin-right: 5px;">
...
...
src/components/newTravelmanager/travelLineTrip/HotelTripThree.vue
View file @
3065f056
...
@@ -178,7 +178,7 @@
...
@@ -178,7 +178,7 @@
<div>
{{ getHotelItemLabel(item) }}
<div>
{{ getHotelItemLabel(item) }}
<div
v-if=
"item.Inventory>0"
>
<div
v-if=
"item.Inventory>0"
>
<el-tooltip
:content=
"getStockStr(item).tipStr"
>
<el-tooltip
:content=
"getStockStr(item).tipStr"
>
<span>
{{getStockStr(item).currentStr}}
</span>
<span
style=
"font-size:12px;color:#87CEEB;"
>
{{getStockStr(item).currentStr}}
</span>
</el-tooltip>
</el-tooltip>
</div>
</div>
</div>
</div>
...
@@ -195,7 +195,7 @@
...
@@ -195,7 +195,7 @@
<div>
{{ getHotelItemLabel(item) }}
<div>
{{ getHotelItemLabel(item) }}
<div
v-if=
"item.Inventory>0"
>
<div
v-if=
"item.Inventory>0"
>
<el-tooltip
:content=
"getStockStr(item).tipStr"
>
<el-tooltip
:content=
"getStockStr(item).tipStr"
>
<span>
{{getStockStr(item).currentStr}}
</span>
<span
style=
"font-size:12px;color:#87CEEB;"
>
{{getStockStr(item).currentStr}}
</span>
</el-tooltip>
</el-tooltip>
</div>
</div>
</div>
</div>
...
...
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