Commit 90a702f1 authored by 黄奎's avatar 黄奎

页面修改

parent e05bca6b
...@@ -2440,7 +2440,7 @@ export const sm={ ...@@ -2440,7 +2440,7 @@ export const sm={
dingdancaozuo:"訂單操作", dingdancaozuo:"訂單操作",
closenotcaozuo:"關閉後,業務人員將不能操作訂單", closenotcaozuo:"關閉後,業務人員將不能操作訂單",
tonghangzaixianyd:"同行線上預訂", tonghangzaixianyd:"同行線上預訂",
cpjhtuiB2bzzd:'產品將會直接推送到B2B網站', cpjhtuiB2bzzd:'產品將會直接推送到B2B、小程序網站',
bmhb:'報名候補', bmhb:'報名候補',
closenotcsrenshu:'關閉後不可超收人數', closenotcsrenshu:'關閉後不可超收人數',
zhikezxyd:'直客線上預訂', zhikezxyd:'直客線上預訂',
......
...@@ -2452,7 +2452,7 @@ export const sm={ ...@@ -2452,7 +2452,7 @@ export const sm={
dingdancaozuo:"订单操作", dingdancaozuo:"订单操作",
closenotcaozuo:"关闭后,业务人员将不能操作订单", closenotcaozuo:"关闭后,业务人员将不能操作订单",
tonghangzaixianyd:"同行在线预订", tonghangzaixianyd:"同行在线预订",
cpjhtuiB2bzzd:'产品将会直接推送到B2B站点', cpjhtuiB2bzzd:'产品将会直接推送到B2B、小程序站点',
bmhb:'报名候补', bmhb:'报名候补',
closenotcsrenshu:'关闭后不可超收人数', closenotcsrenshu:'关闭后不可超收人数',
zhikezxyd:'直客在线预订', zhikezxyd:'直客在线预订',
......
...@@ -204,25 +204,26 @@ ...@@ -204,25 +204,26 @@
<li> <li>
<span> <span>
<em>{{$t('commonPickUp.Pick_resName')}}</em> <em>{{$t('commonPickUp.Pick_resName')}}</em>
<el-select v-model="msg.DiningIDList" :placeholder="$t('pub.pleaseSel')" <el-select v-model="msg.DiningIDList" :placeholder="$t('pub.pleaseSel')" multiple collapse-tags filterable
multiple collapse-tags filterable @change="getMultipleChoice" style="width: 300px;"> @change="getMultipleChoice" style="width: 300px;">
<el-option :label="$t('pub.unlimitedSel')" :value="defaultSelectValue"></el-option> <el-option :label="$t('pub.unlimitedSel')" :value="defaultSelectValue"></el-option>
<el-option v-for="item in DinnerList" :key="item.ID" :label="item.Name" :value="item.ID"></el-option> <el-option v-for="item in DinnerList" :key="item.ID" :label="item.Name" :value="item.ID"></el-option>
</el-select> </el-select>
</span> </span>
</li> </li>
<li > <li>
<span> <span>
<em>{{$t('advmanager.v_type')}}</em> <em>{{$t('advmanager.v_type')}}</em>
<el-select v-model="msg.QStatus" :placeholder="$t('pub.pleaseSel')" filterable> <el-select v-model="msg.QStatus" :placeholder="$t('pub.pleaseSel')" filterable>
<el-option :key="0" :label="$t('ground.dijiectdd')" :value="0"></el-option> <el-option :key="0" :label="$t('ground.dijiectdd')" :value="0"></el-option>
<el-option :key="1" :label="$t('ground.xingchct')" :value="1"></el-option> <el-option :key="1" :label="$t('ground.xingchct')" :value="1"></el-option>
</el-select> </el-select>
</span> </span>
</li> </li>
<li style="margin-right:50px;"> <li style="margin-right:50px;">
<button class="normalBtn" type="button" @click="GetHoltelInventory()">{{$t('pub.searchBtn')}}</button> <button class="normalBtn" type="button" @click="GetHoltelInventory()">{{$t('pub.searchBtn')}}</button>
<button class="normalBtn" type="button" @click="DownLoadDinnerSalesBoard()">{{$t('adm.adm_download')}}</button> <button class="normalBtn" type="button"
@click="DownLoadDinnerSalesBoard()">{{$t('adm.adm_download')}}</button>
</li> </li>
</ul> </ul>
</div> </div>
...@@ -257,12 +258,16 @@ ...@@ -257,12 +258,16 @@
<li>{{$t('hotel.hotel_Sunday')}}</li> <li>{{$t('hotel.hotel_Sunday')}}</li>
</ul> </ul>
<ul class="days clearfix" v-loading="msg.loading"> <ul class="days clearfix" v-loading="msg.loading">
<li v-for="(dayItem,index) in days" :key="dayItem.index"> <li v-for="(dayItem,index) in days" :key="`day_`+dayItem.index+index">
<p class="ckStyle" :class="{ckStyleOther:dayItem.day.getMonth()+1 != currentMonth}">{{dayItem.day.getDate()}} <p class="ckStyle" :class="{ckStyleOther:dayItem.day.getMonth()+1 != currentMonth}">{{dayItem.day.getDate()}}
</p> </p>
<div> <div>
<p v-for="item in dayItem.dayValue"> <p v-for="(item,subIndex) in dayItem.dayValue" :key="`details_`+index+subIndex">
<span class="text_underLine">{{item.DinnerName}}{{item.DiningNum}}</span> <span class="text_underLine">{{item.DinnerName}}
<el-tooltip class="item" effect="dark" :content="`预定人数`+item.DiningNum+`人`" placement="top-start"
popper-class="max-w250">
<font>({{item.DiningNum}})</font>
</el-tooltip></span>
</p> </p>
</div> </div>
</li> </li>
...@@ -277,11 +282,11 @@ ...@@ -277,11 +282,11 @@
Year: 0, Year: 0,
Month: 0, Month: 0,
DiningID: 0, DiningID: 0,
DiningIDList:[], DiningIDList: [],
DiningIDs: '', DiningIDs: '',
QStatus:0, QStatus: 0,
loading: false, loading: false,
uid:0, uid: 0,
}, },
//餐厅列表 //餐厅列表
DinnerList: [], DinnerList: [],
...@@ -301,21 +306,21 @@ ...@@ -301,21 +306,21 @@
}, },
methods: { methods: {
// 多选 // 多选
getMultipleChoice(){ getMultipleChoice() {
if(this.msg.DiningIDList.length>1){ if (this.msg.DiningIDList.length > 1) {
if(this.msg.DiningIDList.at(-1)==0){ if (this.msg.DiningIDList.at(-1) == 0) {
this.msg.DiningIDList = [0] this.msg.DiningIDList = [0]
}else if(this.msg.DiningIDList.at(-1)!=0){ } else if (this.msg.DiningIDList.at(-1) != 0) {
this.msg.DiningIDList.forEach((x,index)=>{ this.msg.DiningIDList.forEach((x, index) => {
if(x==0){ if (x == 0) {
this.msg.DiningIDList.splice(index,1) this.msg.DiningIDList.splice(index, 1)
} }
}) })
} }
this.msg.DiningID = 0 this.msg.DiningID = 0
this.msg.DiningIDs = this.msg.DiningIDList.join(',') this.msg.DiningIDs = this.msg.DiningIDList.join(',')
} }
if(this.msg.DiningIDList.length==1){ if (this.msg.DiningIDList.length == 1) {
this.msg.DiningID = this.msg.DiningIDList[0] this.msg.DiningID = this.msg.DiningIDList[0]
this.msg.DiningIDs = '' this.msg.DiningIDs = ''
} }
...@@ -428,17 +433,17 @@ ...@@ -428,17 +433,17 @@
}, },
//下载餐厅统计 //下载餐厅统计
DownLoadDinnerSalesBoard() { DownLoadDinnerSalesBoard() {
if (this.msg.DiningID<=0&&!this.msg.DiningIDs) { if (this.msg.DiningID <= 0 && !this.msg.DiningIDs) {
this.Info(this.$t('sm.qxzcanting')); this.Info(this.$t('sm.qxzcanting'));
return; return;
} }
let url let url
if(this.msg.DiningID>0){ if (this.msg.DiningID > 0) {
url = 'dinner_get_downloadDinnerSalesBoard' url = 'dinner_get_downloadDinnerSalesBoard'
}else{ } else {
url ='dinner_get_downloadDinnerSalesBoardNew' url = 'dinner_get_downloadDinnerSalesBoardNew'
} }
this.msg.uid=this.getLocalStorage().EmployeeId; this.msg.uid = this.getLocalStorage().EmployeeId;
this.msg.loading = true; this.msg.loading = true;
let fileName = this.$t('ground.cantxiazai') + this.$commonUtils.getCurrentDate() + ".xls"; let fileName = this.$t('ground.cantxiazai') + this.$commonUtils.getCurrentDate() + ".xls";
......
...@@ -838,13 +838,13 @@ ...@@ -838,13 +838,13 @@
<div class="toolOne"> <div class="toolOne">
<span class="toolSpan">{{$t('scen.sc_fdTag')}}</span> <span class="toolSpan">{{$t('scen.sc_fdTag')}}</span>
<div class="footabs"> <div class="footabs">
<el-tag :key="tag" v-for="tag in tipsList" closable :disable-transitions="false" <el-tag :key="tag" v-for="tag in foodTagList" closable :disable-transitions="false"
@close="handleClose(tag)">{{tag}} @close="handleCloseFoodTag(tag)">{{tag}}
</el-tag> </el-tag>
<el-input class="input-new-tag" v-if="inputVisible" v-model="inputValue" ref="saveTagInput" size="small" <el-input class="input-new-tag" v-if="inputVisible" v-model="inputValue" ref="saveTagInput" size="small"
@keyup.enter.native="handleInputConfirm" @blur="handleInputConfirm"> @keyup.enter.native="handleFoodTagInputConfirm" @blur="handleFoodTagInputConfirm">
</el-input> </el-input>
<el-button v-else class="button-new-tag" size="small" @click="showInput">+ {{$t('pub.addBtn')}} <el-button v-else class="button-new-tag" size="small" @click="showFoodTag">+ {{$t('pub.addBtn')}}
</el-button> </el-button>
</div> </div>
</div> </div>
...@@ -963,7 +963,7 @@ ...@@ -963,7 +963,7 @@
totalimg: "", totalimg: "",
selecnum: 0, selecnum: 0,
ID: "", ID: "",
tipsList: [], foodTagList: [],//实物标签
tipsItem: "", tipsItem: "",
Geographic: [], Geographic: [],
GeoItem: "", GeoItem: "",
...@@ -1158,7 +1158,7 @@ ...@@ -1158,7 +1158,7 @@
picPathArr.push(x.Path); picPathArr.push(x.Path);
}); });
this.addMsg.PicPath = picPathArr.join(","); this.addMsg.PicPath = picPathArr.join(",");
this.addMsg.FoodTag = this.tipsList.join(","); this.addMsg.FoodTag = this.foodTagList.join(",");
this.addMsg.GeographicTag = this.Geographic.join(","); this.addMsg.GeographicTag = this.Geographic.join(",");
this.addMsg.DiningImageList = this.DiningImageArray; this.addMsg.DiningImageList = this.DiningImageArray;
this.addMsg.DeleteImageList = this.DeleteImageArray; this.addMsg.DeleteImageList = this.DeleteImageArray;
...@@ -1244,7 +1244,7 @@ ...@@ -1244,7 +1244,7 @@
} }
} }
if (res.data.data.FoodTag != "") { if (res.data.data.FoodTag != "") {
this.tipsList = res.data.data.FoodTag.split(","); this.foodTagList = res.data.data.FoodTag.split(",");
} }
if (res.data.data.GeographicTag != "") { if (res.data.data.GeographicTag != "") {
this.Geographic = res.data.data.GeographicTag.split(","); this.Geographic = res.data.data.GeographicTag.split(",");
...@@ -1321,28 +1321,30 @@ ...@@ -1321,28 +1321,30 @@
}, },
getItemList(type) { getItemList(type) {
if (type == 1) { if (type == 1) {
this.tipsList.push(this.tipsItem); this.foodTagList.push(this.tipsItem);
this.tipsItem = ""; this.tipsItem = "";
} else { } else {
this.Geographic.push(this.GeoItem); this.Geographic.push(this.GeoItem);
this.GeoItem = ""; this.GeoItem = "";
} }
}, },
handleClose(tag) { handleCloseFoodTag(tag) {
this.tipsList.splice(this.tipsList.indexOf(tag), 1); this.foodTagList.splice(this.foodTagList.indexOf(tag), 1);
}, },
showFoodTag() {
showInput() {
this.inputVisible = true; this.inputVisible = true;
if(this.foodTagList&&this.foodTagList.length==0)
{
this.foodTagList.push("徐總推薦")
}
this.$nextTick(_ => { this.$nextTick(_ => {
this.$refs.saveTagInput.$refs.input.focus(); this.$refs.saveTagInput.$refs.input.focus();
}); });
}, },
handleFoodTagInputConfirm() {
handleInputConfirm() {
let inputValue = this.inputValue; let inputValue = this.inputValue;
if (inputValue) { if (inputValue) {
this.tipsList.push(inputValue); this.foodTagList.push(inputValue);
} }
this.inputVisible = false; this.inputVisible = false;
this.inputValue = ""; this.inputValue = "";
...@@ -1350,14 +1352,12 @@ ...@@ -1350,14 +1352,12 @@
handleClose2(tag) { handleClose2(tag) {
this.Geographic.splice(this.Geographic.indexOf(tag), 1); this.Geographic.splice(this.Geographic.indexOf(tag), 1);
}, },
showInput2() { showInput2() {
this.inputVisible2 = true; this.inputVisible2 = true;
this.$nextTick(_ => { this.$nextTick(_ => {
this.$refs.saveTagInput.$refs.input.focus(); this.$refs.saveTagInput.$refs.input.focus();
}); });
}, },
handleInputConfirm2() { handleInputConfirm2() {
let inputValue = this.inputValue2; let inputValue = this.inputValue2;
if (inputValue) { if (inputValue) {
......
...@@ -322,7 +322,7 @@ ...@@ -322,7 +322,7 @@
<button class="hollowFixedBtn" type="button" <button class="hollowFixedBtn" type="button"
@click="resetPageIndex(),selectResource()">{{$t('pub.searchBtn')}}</button> @click="resetPageIndex(),selectResource()">{{$t('pub.searchBtn')}}</button>
<!--v-if="IsEditDmcSource==1"--> <!--v-if="IsEditDmcSource==1"-->
<button class="normalBtn" type="button" <button class="normalBtn" type="button"
@click="$router.push('restaurantInfoManage')">{{$t('pub.addBtn')}}</button> @click="$router.push('restaurantInfoManage')">{{$t('pub.addBtn')}}</button>
</li> </li>
</ul> </ul>
...@@ -333,32 +333,33 @@ ...@@ -333,32 +333,33 @@
<img v-if="!item.PicPath" src="../../assets/img/bg_c3@3x.png"> <img v-if="!item.PicPath" src="../../assets/img/bg_c3@3x.png">
<img v-else :src='compressImg(item.PicPath, "filt", 213, "")' :onerror="defaultImg"> <img v-else :src='compressImg(item.PicPath, "filt", 213, "")' :onerror="defaultImg">
<div class="resTypeList"> <div class="resTypeList">
<span v-for="(items,index) in item.OpenPlatformList" <span class="foodList" v-for="(items,index) in item.FoodTagArr" :key="`ft_`+index">{{items}}</span>
:class="{'L1':items.ID==1,'L2':items.ID==2,'L3':items.ID==3,'L4':items.ID==4,'L5':items.ID==5}"
:key="index">{{items.Name}}</span>
</div> </div>
<div class="delScien" @click="isdelete(item.ID)"> <div class="delScien" @click="isdelete(item.ID)">
<i class="iconfont icon-xingzhuang"></i> <i class="iconfont icon-xingzhuang"></i>
</div> </div>
<div class="starSu"> <div class="starSu">
<div class="star"> <div class="star">
<span class="foodList">{{item.DiningTypeName}}</span> <span class="foodList" v-if="item.DiningTypeName&&item.DiningTypeName!=''">{{item.DiningTypeName}}</span>
<!-- <span class="foodList" v-for="(items,index) in item.FoodTagArr" :key="index">{{items}}</span> -->
</div> </div>
<span v-if="item.Star==8" class="sushe">{{$t('restaurant.res_homeFacility')}}</span>
<span v-if="item.Star==9" class="sushe">{{$t('restaurant.res_SpringHotel')}}</span>
</div> </div>
</div> </div>
<el-tooltip class="item" effect="dark" :content="item.Name" placement="top-start" popper-class="max-w250"> <el-tooltip class="item" effect="dark" :content="item.Name" placement="top-start" popper-class="max-w250">
<div class="hotelTitle fz12">{{item.Name}}</div> <div class="hotelTitle">{{item.Name}}</div>
</el-tooltip> </el-tooltip>
<el-tooltip class="item" effect="dark" :content="item.RealName" placement="top-start" popper-class="max-w250"> <el-tooltip class="item" effect="dark" :content="item.RealName" placement="top-start" popper-class="max-w250">
<div class="hotelTitle fz12">{{$t('ground.zhenshimingcheng')}}:<font class="F1">{{item.RealName}}</font> <div class="hotelTitle">{{$t('ground.zhenshimingcheng')}}:<font class="F1">{{item.RealName}}</font>
</div> </div>
</el-tooltip> </el-tooltip>
<template v-if="item.OpenPlatformList&&item.OpenPlatformList.length>0">
<div class="hotelTitle fz12">上架平台:<span v-for="(items,index) in item.OpenPlatformList"
:class="{'L1':items.ID==1,'L2':items.ID==2,'L3':items.ID==3,'L4':items.ID==4,'L5':items.ID==5}"
:key="`pl_`+index" style="padding-left:1px;">{{items.Name}}</span>
</div>
</template>
<el-tooltip class="item" effect="dark" :content="item.UseTypeListStr" placement="top-start" <el-tooltip class="item" effect="dark" :content="item.UseTypeListStr" placement="top-start"
popper-class="max-w250"> popper-class="max-w250">
<div class="hotelTitle">适用类型:<font class="F2" v-for="(subItem,subIndex) in item.UseTypeList" <div class="hotelTitle fz12">适用类型:<font class="F2" v-for="(subItem,subIndex) in item.UseTypeList"
:key="`ut_`+index+subIndex"> :key="`ut_`+index+subIndex">
{{subItem}} {{subItem}}
</font> </font>
...@@ -366,18 +367,6 @@ ...@@ -366,18 +367,6 @@
</el-tooltip> </el-tooltip>
<div class="hotelTitle fz12">最低餐标: <font class="F3">{{item.MinDinnerPrice>0?item.MinDinnerPrice:"/"}}</font> <div class="hotelTitle fz12">最低餐标: <font class="F3">{{item.MinDinnerPrice>0?item.MinDinnerPrice:"/"}}</font>
</div> </div>
<!-- <div class="brandList clearfix">
<div class="brand">
<span class="SupportCount">{{item.UseTypeList}}</span>
<div></div>
</div>
<div class="line"></div>
<div class="dayNum">
<span class="dayNumber">{{item.MinDinnerPrice>0?item.MinDinnerPrice:"/"}}</span>
{{$t('hotel.hotel_people')}}
<div>最低餐标</div>
</div>
</div> -->
<div style="padding:0 0 15px 15px;margin-top: 5px;"> <div style="padding:0 0 15px 15px;margin-top: 5px;">
<i class="iconfont icon-renyuanguanli"></i> <i class="iconfont icon-renyuanguanli"></i>
<span v-if="item.UpdateName && item.UpdateName!=''">{{item.UpdateName}}</span> <span v-if="item.UpdateName && item.UpdateName!=''">{{item.UpdateName}}</span>
...@@ -385,7 +374,7 @@ ...@@ -385,7 +374,7 @@
</div> </div>
<div class="btnList"> <div class="btnList">
<!--v-if="IsEditDmcSource==1"--> <!--v-if="IsEditDmcSource==1"-->
<button @click="goSubInfo('restaurantInfoManage',item.ID)" class="hotelBtn">{{$t('pub.updateMsg')}}</button> <button @click="goSubInfo('restaurantInfoManage',item.ID)" class="hotelBtn">{{$t('pub.updateMsg')}}</button>
<button v-if="IsHotelPriceStock==1" @click="goUrl('RestaurantPackage',item.ID)" <button v-if="IsHotelPriceStock==1" @click="goUrl('RestaurantPackage',item.ID)"
class="hotelBtn">{{$t('restaurant.res_package')}}</button> class="hotelBtn">{{$t('restaurant.res_package')}}</button>
</div> </div>
......
...@@ -47,38 +47,42 @@ ...@@ -47,38 +47,42 @@
<th width="150" v-if="showHotelObj.showPrice"> 餐标</th> <th width="150" v-if="showHotelObj.showPrice"> 餐标</th>
<th width="100" v-if="showHotelObj.showZhan">预约时间</th> <th width="100" v-if="showHotelObj.showZhan">预约时间</th>
<th width="100" v-if="showHotelObj.showZhan">操作人</th> <th width="100" v-if="showHotelObj.showZhan">操作人</th>
<th width="120">{{$t('salesModule.DJstatus')}}</th> <th width="120">{{$t('salesModule.DJstatus')}}</th>
<th width="100" v-if="showHotelObj.showZhan">确认时间</th> <th width="100" v-if="showHotelObj.showZhan">确认时间</th>
</tr> </tr>
<template v-if=" DiningObj&& DiningObj.length>0"> <template v-if=" DiningObj&& DiningObj.length>0">
<tr v-for="(hotelSubItem,hotelSubIndex) in DiningObj"> <tr v-for="(hotelSubItem,hotelSubIndex) in DiningObj" :key="`p_d_`+hotelSubIndex">
<td> <td>
{{hotelSubItem.UseTime}}{{getDayByDate(hotelSubItem.UseTime)}} {{hotelSubItem.UseTime}}{{getDayByDate(hotelSubItem.UseTime)}}
</td> </td>
<td style="text-align:left;padding-left:3px;"> <td style="text-align:left;padding-left:3px;">
<el-link type="info" style="font-size:12px;" @click="goDinnerDetails('restaurantInfoManage', hotelSubItem.OldDiningID ) "><template v-if="hotelSubItem.DinnerRealName!=hotelSubItem.NewDinnerRealName && hotelSubItem.NewDinnerRealName!=''"> <template
<span style="text-decoration:line-through;color:#606266;"> {{hotelSubItem.DinnerRealName}}</span> v-if="hotelSubItem.DinnerRealName!=hotelSubItem.NewDinnerRealName && hotelSubItem.NewDinnerRealName!=''">
<span style="text-decoration:underline;color:#606266;cursor:pointer;"
@click="goDinnerDetails('restaurantInfoManage', hotelSubItem.OldDiningID ) ">
{{hotelSubItem.DinnerRealName}}</span>
</template> </template>
<template v-else> <template v-else>
<span style="color:#606266;"> {{hotelSubItem.DinnerRealName}}</span> <span style="color:#606266;text-decoration:underline;cursor:pointer;"
</template></el-link> @click="goDinnerDetails('restaurantInfoManage', hotelSubItem.OldDiningID ) ">
{{hotelSubItem.DinnerRealName}}</span>
</template>
</td> </td>
<td style="text-align:left;padding-left:3px;color:red"> <td style="text-align:left;padding-left:3px;color:red">
<el-link type="info" style="font-size:12px;" @click="goDinnerDetails('restaurantInfoManage', hotelSubItem.NewDiningID ) "> <span style="color:#606266;text-decoration:underline;cursor:pointer;"
<span style="color:#606266;"> {{hotelSubItem.DinnerRealName!=hotelSubItem.NewDinnerRealName?""+hotelSubItem.NewDinnerRealName:""}} @click="goDinnerDetails('restaurantInfoManage', hotelSubItem.NewDiningID ) ">
</span> {{hotelSubItem.DinnerRealName!=hotelSubItem.NewDinnerRealName?""+hotelSubItem.NewDinnerRealName:""}}
</el-link> </span>
</td> </td>
<td > <td>
<template v-if="showHotelObj.showPrice&&hotelSubItem.PriceList&&hotelSubItem.PriceList.length>0"> <template v-if="showHotelObj.showPrice&&hotelSubItem.PriceList&&hotelSubItem.PriceList.length>0">
<span v-for="(priceSubItem,priceSubIndex) in hotelSubItem.PriceList" :key="`din`+priceSubIndex" > <span v-for="(priceSubItem,priceSubIndex) in hotelSubItem.PriceList" :key="`din`+priceSubIndex">
<template v-if="priceSubItem.GuestType==1"> <template v-if="priceSubItem.GuestType==1">
{{priceSubItem.UnitPrice}} {{priceSubItem.UnitPrice}}
</template> </template>
</span> </span>
</template> </template>
</td> </td>
<td> <td>
...@@ -145,14 +149,14 @@ ...@@ -145,14 +149,14 @@
} }
}, },
// 跳转餐厅详情页 restaurantInfoManage ///#/restaurantInfoManage?id=4688&blank=y&cache=true // 跳转餐厅详情页 restaurantInfoManage ///#/restaurantInfoManage?id=4688&blank=y&cache=true
goDinnerDetails: function (path, id) { goDinnerDetails: function (path, id) {
this.$router.push({ this.$router.push({
name: path, name: path,
query: { query: {
id: id, id: id,
blank: "y", blank: "y",
cache:true, cache: true,
}, },
}); });
}, },
......
...@@ -944,7 +944,7 @@ ...@@ -944,7 +944,7 @@
<span class="TCswitch"> <span class="TCswitch">
<el-switch v-model="priceData.IsB2B" :active-value="inActive" :inactive-value="notInActive"> <el-switch v-model="priceData.IsB2B" :active-value="inActive" :inactive-value="notInActive">
</el-switch> </el-switch>
<div class="TC-config">{{$t('sm.cpjhtuiB2bzzd')}}</div> <div class="TC-config">{{$t('sm.cpjhtuiB2bzzd')}}<br/><font style="color:red;">切位团请关闭此项;</font></div>
</span> </span>
</div> </div>
</el-form-item> </el-form-item>
......
...@@ -937,7 +937,7 @@ ...@@ -937,7 +937,7 @@
<span class="TCswitch"> <span class="TCswitch">
<el-switch v-model="priceData.IsB2B" :active-value="inActive" :inactive-value="notInActive"> <el-switch v-model="priceData.IsB2B" :active-value="inActive" :inactive-value="notInActive">
</el-switch> </el-switch>
<div class="TC-config">{{$t('sm.cpjhtuiB2bzzd')}}</div> <div class="TC-config">{{$t('sm.cpjhtuiB2bzzd')}}<br/><font style="color:red;">切位团请关闭此项;</font></div>
</span> </span>
</div> </div>
</el-form-item> </el-form-item>
......
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