Commit 7bfd23fb authored by 吴春's avatar 吴春

领队报账提交

parent 0308eb18
......@@ -105,7 +105,7 @@
</td>
<td>
<div v-for="subItem in item.ScenicStatisticsList">
{{getTotal(subItem.ReimburseList.ReimburseDetailsList)}}
{{subItem.TotalPrice}} {{subItem.CurrencyStr}}
</div>
</td>
<td>
......@@ -126,7 +126,7 @@
<span v-if='index==dataList.BusList.length-1'>送机</span>
</td>
<td>
{{item.TotalPrice}}
{{item.TotalPrice}} {{subItem.CurrencyStr}}
</td>
<td>
{{item.Remarks}}
......@@ -140,12 +140,12 @@
<td v-if="index==0" :rowspan="dataList.DiningList.length">餐饮</td>
<td>
<div class="itemName" v-for="subItem in item.DiningSummaryList">
{{subItem.DiningName}}
{{subItem.NewDiningName}}
</div>
</td>
<td>
<div v-for="subItem in item.DiningSummaryList">
{{getTotal(subItem.ReimburseList.ReimburseDetailsList)}}
{{subItem.TotalPrice}} {{subItem.CurrencyStr}}
</div>
</td>
<td>
......@@ -164,7 +164,7 @@
<td width="30%">
<div class="itemName" >{{item.NewHotelName}}</div>
</td>
<td>{{item.TotalPrice}}</td>
<td>{{item.TotalPrice}} {{item.CurrencyStr}}</td>
<td>{{item.Remarks}}</td>
</tr>
</template>
......@@ -202,7 +202,7 @@ export default {
this.apipost('dmcstatistics_post_GetNewLeaderPayStatics', this.msg, res => {
this.loading = false
if (res.data.resultCode == 1) {
console.log(res,'ressssssss');
console.log(res.data.data,'ressssssss');
this.dataList = res.data.data;
this.dataList.HotelList.forEach(x=>{
this.totalHotelPrice+=x.TotalPrice
......
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