Commit ea4eb5ec authored by youjie's avatar youjie

no message

parent d48c3c02
......@@ -106,22 +106,19 @@
</view>
<view v-if="params.type>1&&params.type<5" class="row justify-center items-center">
<view v-if="params.type==2" class="row justify-center items-center" @click="showOptionVisible(3)">
<view class="nameTitle" v-if="datas.HotelOrderList[datas.hotelIndex].HotelName">{{ datas.HotelOrderList[datas.hotelIndex].HotelName }}</view>
<view v-else>暂无酒店信息</view>
<view class="nameTitle">{{ datas.HotelOrderList[datas.hotelIndex].ReimburseList.ActualUseInfo?datas.HotelOrderList[datas.hotelIndex].ReimburseList.ActualUseInfo:datas.HotelOrderList[datas.hotelIndex].NewHotelName }}</view>
<img class="headeDatasTimeImg2 PL20" src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638869669873781692.png"/>
</view>
<view v-if="params.type==3" class="row justify-center items-center" @click="showOptionVisible(4)">
<view class="nameTitle" v-if="datas.DiningSummaryList[datas.diningIndex].DiningName">
{{ datas.DiningSummaryList[datas.diningIndex].DiningName }}
<view class="nameTitle">
{{ datas.DiningSummaryList[datas.diningIndex].ReimburseList.ActualUseInfo?datas.DiningSummaryList[datas.diningIndex].ReimburseList.ActualUseInfo:datas.DiningSummaryList[datas.diningIndex].NewDiningName }}
({{ datas.DiningSummaryList[datas.diningIndex].UseDinnerTypeStr }})</view>
<view v-else>暂无餐食信息</view>
<img class="headeDatasTimeImg2 PL20" src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638869669873781692.png"/>
</view>
<view v-if="params.type==4" class="row justify-center items-center" @click="showOptionVisible(5)">
<view class="nameTitle" v-if="datas.ScenicStatisticsList[datas.scenicIndex].ScenicName">
{{ datas.ScenicStatisticsList[datas.scenicIndex].ScenicName }}
<view class="nameTitle">
{{ datas.ScenicStatisticsList[datas.scenicIndex].ReimburseList.ActualUseInfo?datas.ScenicStatisticsList[datas.scenicIndex].ReimburseList.ActualUseInfo:datas.ScenicStatisticsList[datas.scenicIndex].ScenicName }}
</view>
<view v-else>暂无门票信息</view>
<img class="headeDatasTimeImg2 PL20" src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638869669873781692.png"/>
</view>
<img @click="showEditorVisible" class="PL40" style="width: 30rpx;height: 30rpx;display: inline-block;" src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638870767566609082.png" />
......@@ -317,15 +314,15 @@ export default {
popupEditor(value){
let text = value.detail.__args__
if(this.editorObj.type==2){
this.datas.HotelOrderList[this.datas.hotelIndex].HotelName = text[0]
this.datas.HotelOrderList[this.datas.hotelIndex].ReimburseList.ActualUseInfo = text[0]
this.HotelOrderListReport[this.dataIndex] = JSON.parse(JSON.stringify(this.datas))
this.params.HotelOrderListReport = this.HotelOrderListReport
}else if(this.params.type==3){
this.datas.DiningSummaryList[this.datas.diningIndex].DiningName = text[0]
this.datas.DiningSummaryList[this.datas.diningIndex].ReimburseList.ActualUseInfo = text[0]
this.DiningList[this.dataIndex] = JSON.parse(JSON.stringify(this.datas))
this.params.DiningList = this.DiningList
}else if(this.params.type==4){
this.datas.ScenicStatisticsList[this.datas.scenicIndex].ScenicName = text[0]
this.datas.ScenicStatisticsList[this.datas.scenicIndex].ReimburseList.ActualUseInfo = text[0]
this.ScenicList[this.dataIndex] = JSON.parse(JSON.stringify(this.datas))
this.params.ScenicList = this.ScenicList
}
......
......@@ -252,7 +252,7 @@ export default {
x.EnterTime = this.$utils.formatDates(new Date(x.EnterTime),'yyyy-MM-dd')
let findIndex = this.options.findIndex(y=>y.id==x.ShopId)
if(findIndex!=-1) x.ShopStr =this.options[findIndex].name
let findIndex2 = this.currencyList.findIndex(y=>y.id==x.Currency)
let findIndex2 = this.currencyList.findIndex(y=>y.id==x.CurrencyId)
if(findIndex2!=-1) x.CurrencyName =this.currencyList[findIndex2].name
})
},
......
......@@ -47,7 +47,7 @@
}
.saveBox{
position: fixed;
right: 100rpx;
right: 50rpx;
bottom: 50rpx;
z-index: 2;
}
......
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