Commit be850973 authored by 黄奎's avatar 黄奎

页面修改

parent f916785a
...@@ -150,6 +150,9 @@ ...@@ -150,6 +150,9 @@
</div> </div>
</template> </template>
</template> </template>
<template v-if="item.BusOfferPrice&&item.BusOfferPrice">
<br /> 报价:<font style="color:red;">{{item.BusOfferPrice}}</font>
</template>
</td> </td>
<td> <td>
{{item.CostPrice >= 0 && item.CostPrice !== null ? moneyFormat(item.CostPrice) : ''}} {{item.CostPrice >= 0 && item.CostPrice !== null ? moneyFormat(item.CostPrice) : ''}}
...@@ -572,6 +575,9 @@ ...@@ -572,6 +575,9 @@
<template v-else> <template v-else>
{{subItem.RealName? subItem.RealName : subItem.DiningName}} {{subItem.RealName? subItem.RealName : subItem.DiningName}}
</template> </template>
<template v-if="subItem.DinnerOfferPrice&&subItem.DinnerOfferPrice>0">
<br /> 餐报价:<font style="color:red;"> {{subItem.DinnerOfferPrice}}</font>
</template>
</td> </td>
<td v-if="childIndex==0" :rowspan="3"> <td v-if="childIndex==0" :rowspan="3">
{{subItem.UseDinnerTypeStr}} {{subItem.UseDinnerTypeStr}}
...@@ -700,6 +706,9 @@ ...@@ -700,6 +706,9 @@
</td> </td>
<td v-if="childIndex==0" :rowspan="3"> <td v-if="childIndex==0" :rowspan="3">
{{subItem.ScenicName}} {{subItem.ScenicName}}
<template v-if="subItem.ScenicOfferPrice&&subItem.ScenicOfferPrice>0">
<br /> 景点报价:<font style="color:red;"> {{subItem.ScenicOfferPrice}}</font>
</template>
</td> </td>
<td v-if="childIndex==0" :rowspan="3"> <td v-if="childIndex==0" :rowspan="3">
{{subItem.UseAccount}} {{subItem.UseAccount}}
...@@ -1906,6 +1915,7 @@ ...@@ -1906,6 +1915,7 @@
this.msg, this.msg,
res => { res => {
this.loading = false; this.loading = false;
console.log("dmcstatistics_post_GetGroupLeaderUserMoneyPlan", res.data);
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
let data = res.data.data let data = res.data.data
let arrList = function (arr) { let arrList = function (arr) {
......
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