Commit 969c488d authored by youjie's avatar youjie

no message

parent 793a9231
...@@ -702,7 +702,51 @@ export default { ...@@ -702,7 +702,51 @@ export default {
renmingbi: '人民币', renmingbi: '人民币',
youhui: '优惠', youhui: '优惠',
shifu: '实付', 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: '下单',
} }
} }
......
This diff is collapsed.
...@@ -143,6 +143,14 @@ const useHotel={ ...@@ -143,6 +143,14 @@ const useHotel={
} }
return rates 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, export {useHotel,
type HotelRate, type HotelRate,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment