Commit fd761042 authored by 黄奎's avatar 黄奎

价格隐藏

parent 5936c67e
......@@ -62,9 +62,9 @@ export const obj = {
lingduibaozhang: "Team leader reimbursement ",
jiudianleixing: "Hotel Type ",
zhenshimingcheng: "Real Name ",
baojiayukucun: "Offer and Inventory ",
baojiayukucun: "Offer&Inventory ",
jiudianmingzi: "Real Name",
shifouyuyue: "Whether to make an appointment ",
shifouyuyue: "Appointment",
zhifufangshi: "Payment Method ",
jiudianyouhui: "Hotel Deals ",
kaishishuliang: "Starting quantity ",
......@@ -77,12 +77,12 @@ export const obj = {
yongcanleixing: "Dining Type ",
tingchechang: "Parking lot ",
tingchefei: 'Parking fee',
rutangshui: "into the soup tax ",
rutangshui: "soup tax ",
chengshishui: "City Tax ",
fanyongleixing: "Rebate type ",
hanshuifanyong: "Rebate including tax ",
bhanshuifanyong: "Rebate excluding tax ",
sidaojianshifoufany: "Does the director return commission?",
sidaojianshifoufany: "Commission",
bufanyong: "No commission ",
xuanzetupian: 'Select a picture',
qingtianxiemc: "Please fill in the name ",
......@@ -674,6 +674,12 @@ export const obj = {
suoshusj: 'Superior ',
shangpinlxmc: 'Product Type Name ',
qingshangctp: 'Please upload pictures ',
kehuditu: 'Customer Map'
kehuditu: 'Customer Map',
hongri: "Red Sun",
wangji: "Peak season",
pingji: "Shoulder season",
danji: "Off season ",
tiebiejia: "Special price",
xingqianri: 'Day before departure',
}
export default obj;
......@@ -404,6 +404,15 @@ export const obj = {
shuihao: 'Tax ID',
shangchuanshijian: 'Upload time',
diliweizhi: 'Geographic Location',
shifouyanfang: 'Stock Room',
zaocan: 'breakfast',
wancan: 'dinner',
jiekuanfs: 'Pay Type',
zifu: 'Self payment',
chufaqianjeikuan: 'Payment before departure',
ruzhuqjtjdj: 'Deposit Day',
ruzhuqjtfwk: 'Final payment',
jingdianlx: 'Ticket Type',
caravanshopcol: {
t1: 'Car/usage time/days ',
t2: 'Car Details ',
......
......@@ -384,13 +384,13 @@
hotel_attention:' Attention ',
hotel_attentionOne:' Only one months data can be processed at a time. ',
hotel_attentionTwo:' For the same day and the same supplier on the corresponding date already existing quotation or inventory information, if added or modified again, the latest data will prevail. ',
hotel_Monday:' Monday ',
hotel_Tuesday:' Tuesday ',
hotel_Wednesday:' Wednesday ',
hotel_Thursday:' Thursday ',
hotel_Friday:' Friday ',
hotel_Saturday:' Saturday ',
hotel_Sunday:' Sunday ',
hotel_Monday:' MON ',
hotel_Tuesday:' TUE ',
hotel_Wednesday:' WED ',
hotel_Thursday:' THU ',
hotel_Friday:' FRI ',
hotel_Saturday:' SAT ',
hotel_Sunday:' SUN ',
table_tel:' telephone ',
table_address:' address ',
table_operater:' operator ',
......@@ -473,6 +473,8 @@
hotel_type: 'Hotel type',
hotel_jingdu:'Lng',
hotel_weidu:'Lat',
hotel_payType:'Pay Type',
hotel_warm:'Warm Tip',
}
export const leader = {
......
......@@ -425,7 +425,9 @@ export const admin={ //行政
hotel_zanwu:'暫く改訂レポート無',
hotel_type: '酒店类型',   
hotel_jingdu:'経度',
hotel_weidu:'緯度',      
hotel_weidu:'緯度',   
hotel_payType:'支払い方法', 
hotel_warm:'暖かいヒント',
}
export const leader = {
......
......@@ -471,6 +471,7 @@ export const admin={ //行政
hotel_type: '酒店类型',
hotel_jingdu:'經度',
hotel_weidu:'緯度',
hotel_payType:'付款方式',
}
export const leader = {
......
......@@ -473,6 +473,8 @@ export const admin={ //行政
hotel_type: '酒店类型',
hotel_jingdu:'经度',
hotel_weidu:'纬度',
hotel_payType:'付款方式',
hotel_warm:'温馨提示',
}
export const leader = {
......
......@@ -41,7 +41,7 @@
<el-switch v-model="addMsg.AppointmentStyle" :active-value="inActive" :inactive-value="notInActive">
</el-switch>
</el-form-item>
<el-form-item :label="$t('ground.zhifufangshi')">
<el-form-item :label="$t('hotel.hotel_payType')">
<el-select v-model="addMsg.PayStyle" class='multiple_input w300' :placeholder="$t('pub.pleaseSel')"
:disabled="IsHaveAuth==1?false:true">
<el-option :label="$t('pub.unlimitedSel')" :value='SelectDefaultValue'></el-option>
......@@ -189,7 +189,7 @@
<el-form-item :label="$t('hotel.hotel_remark')">
<el-input type="textarea" v-model="addMsg.Remark" class="w300"></el-input>
</el-form-item>
<el-form-item :label="$t('Operation.Op_Warmprompt')">
<el-form-item :label="$t('hotel.hotel_warm')">
<el-input type="textarea" v-model="addMsg.WarmTip" class="w300"></el-input>
</el-form-item>
<el-form-item>
......@@ -958,7 +958,7 @@
let userInfo = this.getLocalStorage()
//有权限操作的部门
if (userInfo.RB_Department_Id == 240 || userInfo.RB_Department_Id == 1 || userInfo.RB_Department_Id == 3 ||
userInfo.RB_Branch_id == 49) {
userInfo.RB_Branch_id == 49||userInfo.RB_Group_id==100) {
this.IsHaveAuth = 1;
}
this.GetPayList();
......
......@@ -459,13 +459,13 @@
</template>
</template>
<template v-else>
<button @click="goSubInfo('HotelInfo', item.ID)" class="hotelBtnMan">
<button @click="goSubInfo('HotelInfo', item.ID)" class="hotelBtnMan" style="width:80px">
{{ $t("pub.updateMsg") }}
</button>
<button @click="CopyHotel(item.ID)" class="hotelBtnMan" v-if="userInfo.RB_Group_id == QjGroupId()">
{{$t('objFill.copy')}}
</button>
<button style="width: 80px; margin-top: 10px" @click="goUrl('HotelProductManage2', item)"
<button style="width: 110px; margin-top: 10px" @click="goUrl('HotelProductManage2', item)"
class="hotelBtnMan">
{{ $t("ground.baojiayukucun") }}
</button>
......@@ -480,7 +480,8 @@
<el-input style="margin-bottom: 20px" v-model="uploadTitle" :placeholder="$t('objFill.qdtbaojiabt')"></el-input>
<el-upload class="upload-demo" :file-list="DownloadMaterialsFileList" :http-request="uploadTest"
:on-remove="handleRemove" :limit="1" action="">
<el-button :disabled="DownloadMaterialsFileList.length ? true : false" size="small" type="primary">{{$t('tips.dianjishanhcuan')}}
<el-button :disabled="DownloadMaterialsFileList.length ? true : false" size="small" type="primary">
{{$t('tips.dianjishanhcuan')}}
</el-button>
</el-upload>
<div class="submit-box">
......
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