Commit a8a5b2e8 authored by 黄奎's avatar 黄奎

新增操作人员和操作时间

parent d687216c
......@@ -330,10 +330,15 @@
</el-tooltip>
</div>
</div>
<div style="diaplay:none">
操作人:{{item.UpdateName}}
操作时间:{{item.UpdateTimeStr}}
</div>
<div class="btnList">
<button @click="goSubInfo('HotelInfo',item.ID)" class="hotelBtnMan">{{$t('pub.updateMsg')}}</button>
<button @click="CopyHotel(item.ID)" class="hotelBtnMan">复制</button>
<button v-if="IsHotelPriceStock==1" style="width:80px;" @click="goUrl('HotelProductManage2',item)" class="hotelBtnMan">{{$t('ground.baojiayukucun')}}</button>
<button v-if="IsHotelPriceStock==1" style="width:80px;" @click="goUrl('HotelProductManage2',item)"
class="hotelBtnMan">{{$t('ground.baojiayukucun')}}</button>
</div>
</div>
</div>
......@@ -345,7 +350,7 @@
export default {
data() {
return {
IsHotelPriceStock:0,//1-有获取酒店库存与报价添加修改权限
IsHotelPriceStock: 0, //1-有获取酒店库存与报价添加修改权限
countryList: "",
provinceList: "",
cityList: "",
......@@ -384,8 +389,7 @@
};
},
methods: {
CopyHotel(Id)
{
CopyHotel(Id) {
var that = this;
that.Confirm('是否要复制此酒店?', function () {
var msg = {
......@@ -398,8 +402,7 @@
if (res.data.resultCode == 1) {
that.Success(res.data.message);
that.selectResource();
}
else {
} else {
that.Error(res.data.message);
}
},
......
......@@ -335,6 +335,10 @@
{{$t('hotel.hotel_day')}}
<div>{{$t('restaurant.res_advanceDays')}}</div>
</div>
</div>
<div style="diaplay:none">
操作人:{{item.UpdateName}}
操作时间:{{item.UpdateTimeStr}}
</div>
<div class="btnList">
<button @click="goSubInfo('restaurantInfoManage',item.ID)" class="hotelBtn">{{$t('pub.updateMsg')}}</button>
......
......@@ -313,6 +313,10 @@
<el-tooltip class="item" effect="dark" :content="item.Name" placement="top-start" popper-class="max-w250">
<div class="hotelTitle">{{item.Name}}</div>
</el-tooltip>
<div style="display:none;">
操作人:{{item.UpdateName}}
操作时间:{{item.UpdateTimeStr}}
</div>
<div class="btnList">
<button @click="goUrl('scenicSpotInfoManage',item.ID)" class="hotelBtn">{{$t('pub.updateMsg')}}</button>
<button @click="CopyScenic(item.ID)" class="hotelBtn">复制</button>
......
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