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
2baacb1a
Commit
2baacb1a
authored
Mar 09, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
3549f15f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
70 additions
and
34 deletions
+70
-34
jp.js
src/assets/common/jp.js
+21
-1
zh.js
src/assets/common/zh.js
+21
-5
HotelInfo.vue
src/components/assetsman/HotelInfo.vue
+28
-28
No files found.
src/assets/common/jp.js
View file @
2baacb1a
...
...
@@ -79,5 +79,25 @@ export const pub={
kuandai
:
'ブロードバンド'
,
sfkyjc
:
'加床可能かどうか'
,
jiacPrice
:
'プレス価格'
,
proviceStr
:
"都道府县"
,
SHotelAddress
:
"ホテルの住所"
,
Lng
:
"経度"
,
Lat
:
"緯度"
,
SHotelStar
:
"評価"
,
publicService
:
"施設・設備"
,
roomService
:
"客室設備"
,
activeService
:
"活動施設サービス"
,
hotelService
:
"ホテルサービス"
,
CheckInTime
:
"チェックインの時間"
,
CheckOutTime
:
"チェックアウト時間"
,
ServiceTime
:
"フロントサービス時間"
,
deskLanguage
:
"言葉対応"
,
payType
:
"支払い方式"
,
HotelContract
:
"ホテル連絡先"
,
BackRule
:
"払い戻しの原則"
,
SHotelInfo
:
"ホテルの魅力"
,
SHotelPolicy
:
"ホテルポリシー"
,
SaveStr
:
"保を選択します存"
,
ChooseImage
:
"画像を選択する"
,
ChooseAddress
:
"住所を選択する"
,
}
\ No newline at end of file
src/assets/common/zh.js
View file @
2baacb1a
...
...
@@ -79,9 +79,25 @@ export const pub={
kuandai
:
'宽带'
,
sfkyjc
:
'是否可以加床'
,
jiacPrice
:
'加床价格'
,
proviceStr
:
"省"
,
SHotelAddress
:
"酒店地址"
,
Lng
:
"经度"
,
Lat
:
"纬度"
,
SHotelStar
:
"酒店星级"
,
publicService
:
"公共设施"
,
roomService
:
"客房设施"
,
activeService
:
"活动设施服务"
,
hotelService
:
"酒店服务"
,
CheckInTime
:
"早到入住时间"
,
CheckOutTime
:
"退房时间"
,
ServiceTime
:
"酒店前台服务时间至"
,
deskLanguage
:
"前台语言"
,
payType
:
"支付方式"
,
HotelContract
:
"酒店联系方式"
,
BackRule
:
"退订原则"
,
SHotelInfo
:
"酒店介绍"
,
SHotelPolicy
:
"酒店政策"
,
SaveStr
:
"保存"
,
ChooseImage
:
"选择图片"
,
ChooseAddress
:
"选择地址"
,
}
\ No newline at end of file
src/components/assetsman/HotelInfo.vue
View file @
2baacb1a
...
...
@@ -149,7 +149,7 @@
<el-option
v-for=
"item in countryList"
:key=
"item.ID"
:label=
"item.Name"
:value=
"item.ID"
></el-option>
</el-select>
</el-form-item>
<el-form-item
label=
"都道府县
"
>
<el-form-item
:label=
"$t('pub.proviceStr')
"
>
<el-select
size=
"small"
v-model=
"addMsg.SProvinceId"
class=
"w300"
placeholder=
"都道府县"
@
change=
"getProvinceList(addMsg.SProvinceId,2,1)"
filterable
>
<el-option
:label=
"$t('pub.nolimit')"
:value=
'0'
></el-option>
...
...
@@ -162,36 +162,36 @@
<el-option
v-for=
"item in cityList"
:key=
"item.ID"
:label=
"item.Name"
:value=
"item.ID"
></el-option>
</el-select>
</el-form-item>
<el-form-item
label=
"ホテルの住所
"
prop=
"SHotelAddress"
title=
"酒店地址"
>
<el-form-item
:label=
"$t('pub.SHotelAddress')
"
prop=
"SHotelAddress"
title=
"酒店地址"
>
<el-input
maxlength=
"100"
class=
"w250"
v-model=
"addMsg.SHotelAddress"
>
</el-input>
<div
class=
"templatSloat"
@
click=
"selectAddress = true"
>
<i
class=
"iconfont iconxiazai19"
></i>
</div>
</el-form-item>
<el-form-item
label=
"経度
"
title=
"经度"
>
<el-form-item
:label=
"$t('pub.Lng')
"
title=
"经度"
>
<el-input
maxlength=
"100"
class=
"w120"
v-model=
"addMsg.Lng"
>
</el-input>
<span
style=
"margin-left:20px;"
title=
"纬度"
>
緯度
</span>
<span
style=
"margin-left:20px;"
title=
"纬度"
>
{{
$t
(
'pub.Lat'
)
}}
</span>
<el-input
maxlength=
"100"
class=
"w120"
v-model=
"addMsg.Lat"
>
</el-input>
</el-form-item>
<el-form-item
label=
"評価
"
title=
"酒店星级"
>
<el-form-item
:label=
"$t('pub.SHotelStar')
"
title=
"酒店星级"
>
<el-select
class=
"w300"
:placeholder=
"$t('pub.nolimit')"
v-model=
"addMsg.SHotelStar"
>
<el-option
:label=
"$t('pub.nolimit')"
:value=
'SelectDefaultValue'
></el-option>
<el-option
v-for=
"item in starslevel"
:key=
"item.ID"
:label=
"item.Name"
:value=
"item.ID"
></el-option>
</el-select>
</el-form-item>
<el-form-item
label=
"施設・設備
"
>
<el-select
multiple
placeholder=
"選んでください
"
class=
'multiple_input w300'
v-model=
"publicServiceArray"
>
<el-form-item
:label=
"$t('pub.publicService')"
title=
"公共设施
"
>
<el-select
multiple
:placeholder=
"$t('pub.publicService')
"
class=
'multiple_input w300'
v-model=
"publicServiceArray"
>
<el-option
v-for=
"item in PublicFacilities"
:key=
"item.HConfigId"
:label=
"item.JapanName"
:value=
"item.HConfigId"
>
</el-option>
</el-select>
</el-form-item>
<el-form-item
label=
"客室設備"
title=
"客房设施服务"
>
<el-select
multiple
placeholder=
"選んでください
"
class=
'multiple_input w300'
v-model=
"roomServiceArray"
>
<el-form-item
:label=
"$t('pub.roomService')"
title=
"客房设施服务"
>
<el-select
multiple
:placeholder=
"$t('pub.roomService')
"
class=
'multiple_input w300'
v-model=
"roomServiceArray"
>
<el-option
v-for=
"item in RoomFacilities"
:key=
"item.HConfigId"
:label=
"item.JapanName"
:value=
"item.HConfigId"
>
</el-option>
...
...
@@ -200,67 +200,67 @@
</div>
<div
class=
"HotelRight"
style=
"float:left;width:510px;margin-top:30px;"
>
<el-form-item
label=
"活動施設サービス
"
title=
"活动设施服务"
style=
"display:none;"
>
<el-select
multiple
placeholder=
"選んでください
"
class=
'multiple_input w300'
v-model=
"activeServiceArray"
>
<el-form-item
:label=
"$t('pub.activeService')
"
title=
"活动设施服务"
style=
"display:none;"
>
<el-select
multiple
:placeholder=
"$t('pub.activeService')
"
class=
'multiple_input w300'
v-model=
"activeServiceArray"
>
<el-option
v-for=
"item in ActivityFacilities"
:key=
"item.HConfigId"
:label=
"item.JapanName"
:value=
"item.HConfigId"
>
</el-option>
</el-select>
</el-form-item>
<el-form-item
label=
"ホテルサービス"
title=
"酒店服务"
>
<el-select
multiple
placeholder=
"選んでください
"
class=
'multiple_input w300'
v-model=
"hotelServiceArray"
>
<el-form-item
:label=
"$t('pub.hotelService')"
title=
"酒店服务"
>
<el-select
multiple
:placeholder=
"$t('pub.hotelService')
"
class=
'multiple_input w300'
v-model=
"hotelServiceArray"
>
<el-option
v-for=
"item in SHotelService"
:key=
"item.HConfigId"
:label=
"item.JapanName"
:value=
"item.HConfigId"
>
</el-option>
</el-select>
</el-form-item>
<!--早到入住时间-->
<el-form-item
label=
"チェックインの時間
"
title=
"早到入住时间"
>
<el-form-item
:label=
"$t('pub.CheckInTime')
"
title=
"早到入住时间"
>
<el-time-select
class=
'w300'
v-model=
'addMsg.CheckInTime'
:picker-options=
"
{start: '00:00',step: '00:05',end: '24:00'}">
</el-time-select>
</el-form-item>
<el-form-item
label=
"チェックアウト時間
"
title=
"退房时间"
>
<el-form-item
:label=
"$t('pub.CheckOutTime')
"
title=
"退房时间"
>
<el-time-select
class=
'w300'
v-model=
'addMsg.CheckOutTime'
:picker-options=
"
{start: '00:00',step: '00:05',end: '24:00'}">
</el-time-select>
</el-form-item>
<el-form-item
label=
"フロントサービス時間
"
title=
"酒店前台服务时间至"
>
<el-form-item
:label=
"$t('pub.ServiceTime')
"
title=
"酒店前台服务时间至"
>
<el-time-select
class=
'w300'
v-model=
'addMsg.ServiceTime'
:picker-options=
"
{start: '00:00',step: '00:05',end: '24:00'}">
</el-time-select>
</el-form-item>
<el-form-item
label=
"言葉対応
"
title=
"前台语言"
>
<el-select
multiple
placeholder=
"言葉対応
"
class=
'multiple_input w300'
v-model=
"deskLanguageArray"
>
<el-form-item
:label=
"$t('pub.deskLanguage')
"
title=
"前台语言"
>
<el-select
multiple
:placeholder=
"$t('pub.deskLanguage')
"
class=
'multiple_input w300'
v-model=
"deskLanguageArray"
>
<el-option
v-for=
"item in DeskLanguage"
:key=
"item.HConfigId"
:label=
"item.JapanName"
:value=
"item.HConfigId"
>
</el-option>
</el-select>
</el-form-item>
<el-form-item
label=
"支払い方式
"
title=
"支付方式"
>
<el-select
multiple
placeholder=
"支払い方式
"
class=
'multiple_input w300'
v-model=
"payTypeChooseArray"
>
<el-form-item
:label=
"$t('pub.payType')
"
title=
"支付方式"
>
<el-select
multiple
:placeholder=
"$t('pub.payType')
"
class=
'multiple_input w300'
v-model=
"payTypeChooseArray"
>
<el-option
v-for=
"item in PayTypeArray"
:key=
"item.HConfigId"
:label=
"item.JapanName"
:value=
"item.HConfigId"
>
</el-option>
</el-select>
</el-form-item>
<el-form-item
label=
"ホテル連絡先
"
title=
"酒店联系方式"
>
<el-form-item
:label=
"$t('pub.HotelContract')
"
title=
"酒店联系方式"
>
<el-input
type=
"text"
v-model=
"addMsg.HotelContract"
maxlength=
"100"
class=
"w300"
></el-input>
</el-form-item>
<el-form-item
label=
"払い戻しの原則
"
title=
"退订原则"
>
<el-form-item
:label=
"$t('pub.BackRule')
"
title=
"退订原则"
>
<el-input
type=
"text"
v-model=
"addMsg.BackRule"
maxlength=
"100"
class=
"w300"
></el-input>
</el-form-item>
</div>
</div>
<div
style=
"position:relative;margin-bottom:15px;"
>
<span
style=
"top:0;position: absolute;left:75px;color:#606266"
>
ホテルの魅力
</span>
<span
style=
"top:0;position: absolute;left:75px;color:#606266"
title=
"酒店介绍"
>
{{
$t
(
'pub.SHotelInfo'
)
}}
</span>
<div
style=
"display:inline-block;margin-left:190px;background:#fff;width:800px;"
>
<quill-editor
:options=
"editorOption"
v-model=
"addMsg.SHotelInfo"
></quill-editor>
</div>
</div>
<div
style=
"position:relative"
>
<span
style=
"top:0;position:absolute;left:75px;color:#606266"
>
ホテルポリシー
</span>
<span
style=
"top:0;position:absolute;left:75px;color:#606266"
title=
"酒店政策"
>
{{
$t
(
'pub.SHotelPolicy'
)
}}
</span>
<div
style=
"display:inline-block;margin-left:190px;background:#fff;width:800px;"
>
<quill-editor
:options=
"editorOption"
v-model=
"addMsg.SHotelPolicy"
></quill-editor>
</div>
...
...
@@ -278,16 +278,16 @@
<div
class=
"uploadDiv"
v-if=
"HotelImageArray.length
<5
"
>
<el-upload
:http-request=
"UploadImage"
:multiple=
"false"
:show-file-list=
"false"
action
><img
style=
"width:40px;height:36px"
src=
"../../assets/img/pic.png"
alt=
""
/>
<div
class=
"el-upload__text"
>
画像をアッ
<br
/>
プロードする
</div>
<div
class=
"el-upload__text"
>
{{
$t
(
'pub.ChooseImage'
)
}}
</div>
</el-upload>
</div>
</div>
<div
class=
"btn-list"
style=
"margin-left:60px;padding-bottom:30px;"
><span
class=
"common-lefttit"
></span><button
style=
"margin-right:20px;"
class=
"chaxunSpan"
:class=
"
{'disClick':!isSubmit}"
@click="submitForm('addMsg')">
を選択します
</button><button
class=
"chaxunSpan"
@
click=
"goUrl('HotelList')"
>
キャンセル
</button></div>
@click="submitForm('addMsg')">
{{
$t
(
'pub.SaveStr'
)
}}
</button><button
class=
"chaxunSpan"
@
click=
"goUrl('HotelList')"
>
{{
$t
(
'pub.back'
)
}}
</button></div>
<el-dialog
custom-class=
"mapList"
title=
"住所を選択する
"
center
:visible
.
sync=
"selectAddress"
>
<el-dialog
custom-class=
"mapList"
:title=
"$t('pub.ChooseAddress')
"
center
:visible
.
sync=
"selectAddress"
>
<googleMap
@
refList=
"googleMap"
v-bind:address=
"addMsg.SHotelAddress"
@
headCallBack=
"headCall"
></googleMap>
</el-dialog>
</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