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
7a0ad137
Commit
7a0ad137
authored
Apr 03, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
36b795c1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
commonHotelInfo.vue
src/components/commonPage/commonHotelInfo.vue
+3
-3
No files found.
src/components/commonPage/commonHotelInfo.vue
View file @
7a0ad137
...
@@ -73,7 +73,7 @@
...
@@ -73,7 +73,7 @@
<td>
<td>
<el-select
v-model=
"postMsg.ChangeType"
>
<el-select
v-model=
"postMsg.ChangeType"
>
<el-option
:key=
"1"
label=
"同步酒店"
:value=
'1'
></el-option>
<el-option
:key=
"1"
label=
"同步酒店"
:value=
'1'
></el-option>
<el-option
:key=
"2"
label=
"
下架酒店库存
"
:value=
'2'
></el-option>
<el-option
:key=
"2"
label=
"
取消库存占位
"
:value=
'2'
></el-option>
<el-option
:key=
"3"
label=
"变更酒店"
:value=
'3'
></el-option>
<el-option
:key=
"3"
label=
"变更酒店"
:value=
'3'
></el-option>
</el-select>
</el-select>
</td>
</td>
...
@@ -186,7 +186,7 @@
...
@@ -186,7 +186,7 @@
库存:{{hotelSubItem.Inventory}}
库存:{{hotelSubItem.Inventory}}
<br
/>
<br
/>
<el-popover
placement=
"right"
width=
"460"
trigger=
"click"
>
<el-popover
placement=
"right"
width=
"460"
trigger=
"click"
>
<el-table
:data=
"hotelSubItem.UseList"
>
<el-table
:data=
"hotelSubItem.UseList"
>
<el-table-column
width=
"160"
property=
"CreateTime"
label=
"占房时间"
></el-table-column>
<el-table-column
width=
"160"
property=
"CreateTime"
label=
"占房时间"
></el-table-column>
<el-table-column
width=
"80"
property=
"UseNum"
label=
"使用数量"
></el-table-column>
<el-table-column
width=
"80"
property=
"UseNum"
label=
"使用数量"
></el-table-column>
<el-table-column
width=
"210"
property=
"TCNUM"
label=
"使用团号"
>
<el-table-column
width=
"210"
property=
"TCNUM"
label=
"使用团号"
>
...
@@ -326,7 +326,7 @@
...
@@ -326,7 +326,7 @@
tipMsg
+=
"【同步】"
;
tipMsg
+=
"【同步】"
;
}
}
if
(
paramObj
.
ChangeType
==
2
)
{
if
(
paramObj
.
ChangeType
==
2
)
{
tipMsg
+=
"【
下架
】"
;
tipMsg
+=
"【
取消库存占位
】"
;
}
}
if
(
paramObj
.
ChangeType
==
3
)
{
if
(
paramObj
.
ChangeType
==
3
)
{
tipMsg
+=
"【变更】"
;
tipMsg
+=
"【变更】"
;
...
...
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