Commit dbe01d25 authored by 黄奎's avatar 黄奎

页面修改

parent b22ad21f
...@@ -191,7 +191,7 @@ ...@@ -191,7 +191,7 @@
</template> </template>
</td> </td>
<td v-if="childIndex==0" :rowspan="5"> <td v-if="childIndex==0" :rowspan="5">
{{hotelTotalPrice(subItem.OrderDetailsList,childItem)}} {{hotelTotalPrice(subItem.OrderDetailsList,subItem)}}
</td> </td>
<td v-if="childIndex==0" :rowspan="5"> <td v-if="childIndex==0" :rowspan="5">
<span v-if="subItem.PayStyle === 1">现付</span> <span v-if="subItem.PayStyle === 1">现付</span>
...@@ -630,7 +630,6 @@ ...@@ -630,7 +630,6 @@
return this.moneyFormat(totalPrice) return this.moneyFormat(totalPrice)
}, },
hotelTotalPrice(obj, subItem) { hotelTotalPrice(obj, subItem) {
console.log("subItem",subItem);
let totalPrice = 0 let totalPrice = 0
obj.forEach(x => { obj.forEach(x => {
if (subItem.TaxType == 2) { if (subItem.TaxType == 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