Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
HotelProject
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
zhengke
HotelProject
Commits
d69a2be5
Commit
d69a2be5
authored
Feb 12, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/zk123/hotelproject
parents
0826d83f
9ec671a1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
RoomList.vue
src/components/assetsman/RoomList.vue
+5
-4
No files found.
src/components/assetsman/RoomList.vue
View file @
d69a2be5
...
...
@@ -116,13 +116,13 @@
placeholder=
"入力してください"
></el-input>
</el-form-item>
<el-form-item
label=
""
prop=
"HotelId"
>
<
!-- <
el-form-item label="" prop="HotelId">
<span class="label">ホテル</span>
<el-select size="small" v-model="addMsg.HotelId" placeholder="ホテル" clearable filterable>
<el-option v-for="item in HotelList" :key="item.SID" :label="item.SHotelName" :value="item.SID">
</el-option>
</el-select>
</el-form-item>
</el-form-item>
-->
<el-form-item
label=
""
prop=
"RoomType"
>
<span
class=
"label"
>
部屋のタイプ
</span>
<el-select
size=
"small"
v-model=
"addMsg.RoomType"
placeholder=
"部屋のタイプ"
clearable
filterable
>
...
...
@@ -253,13 +253,14 @@
]
},
HotelId
:
''
,
};
},
mounted
()
{
if
(
this
.
$route
.
query
.
SID
){
this
.
msg
.
HotelId
=
Number
(
this
.
$route
.
query
.
SID
);
this
.
HotelId
=
Number
(
this
.
$route
.
query
.
SID
);
}
this
.
getList
();
this
.
getRoomType
();
...
...
@@ -432,7 +433,7 @@
this
.
addMsg
=
{
Id
:
0
,
RoomName
:
''
,
HotelId
:
''
,
HotelId
:
this
.
HotelId
,
RoomType
:
''
,
Money
:
''
,
CostPrice
:
''
,
...
...
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