Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigwood
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
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
罗超
bigwood
Commits
969c488d
Commit
969c488d
authored
Dec 16, 2022
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
793a9231
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
159 additions
and
66 deletions
+159
-66
index.ts
src/i18n/zh-TW/index.ts
+45
-1
HotelSure.vue
src/pages/scattered/HotelSure.vue
+106
-65
hotelRate.ts
src/utils/hotelRate.ts
+8
-0
No files found.
src/i18n/zh-TW/index.ts
View file @
969c488d
...
...
@@ -702,7 +702,51 @@ export default {
renmingbi
:
'人民币'
,
youhui
:
'优惠'
,
shifu
:
'实付'
,
yudinxinx
:
'预定信息'
yudinxinx
:
'预定信息'
,
fangxingxinxi
:
'房型信息'
,
ruzhurenshu
:
'入住人数'
,
chengren
:
'成人'
,
ertong
:
'儿童'
,
noertong
:
'不能报儿童'
,
ren
:
'人'
,
ruzhuriqi
:
'入住日期'
,
ruzhushijian
:
'入住时间'
,
week1
:
'周一'
,
week2
:
'周二'
,
week3
:
'周三'
,
week4
:
'周四'
,
week5
:
'周五'
,
week6
:
'周六'
,
week7
:
'星期天'
,
zhiqian
:
'之前'
,
zhihou
:
'之后'
,
fangjianshuliang
:
'房间数量'
,
jinsheng
:
'仅剩'
,
jian
:
'间'
,
fangfeiqingkuang
:
'房间情况'
,
wan
:
'晚'
,
ruzhuxinxi
:
'入住信息'
,
ruzhuxinxi1
:
'所填姓名需和入住时所持证件一致'
,
ruzhushijian1
:
'入住时间'
,
yudinren
:
'预定人'
,
xin
:
'姓'
,
ming
:
'名'
,
dangqiandizhi
:
'当前地址'
,
Email
:
'Email'
,
dianhua
:
'电话'
,
kehuxuqiu
:
'客户需求'
,
fangjian
:
'房间'
,
chengrennan
:
'成人男'
,
chengrennv
:
'成人女'
,
ertongshu
:
'儿童数'
,
quxiao1
:
'没有通知取消'
,
quxiao2
:
'入住当日取消'
,
shouxufei
:
'手续费'
,
youhuixingxi
:
'优惠信息'
,
duihuan
:
'兑换'
,
youhuiquanshiyong
:
'优惠券使用'
,
nokeyongyouhuiquan
:
'暂无可用优惠券'
,
xiadan
:
'下单'
,
}
}
...
...
src/pages/scattered/HotelSure.vue
View file @
969c488d
This diff is collapsed.
Click to expand it.
src/utils/hotelRate.ts
View file @
969c488d
...
...
@@ -143,6 +143,14 @@ const useHotel={
}
return
rates
},
// 散客下单周一至周天
getHotelWeek
():
HotelArea
[]{
let
rates
=
[]
as
HotelArea
[]
for
(
let
i
=
1
;
i
<
8
;
i
++
){
rates
.
push
({
name
:
t
(
`v101.scatteredOrder.week
${
i
}
`
)})
}
return
rates
},
}
export
{
useHotel
,
type
HotelRate
,
...
...
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