Commit dbe01d25 authored by 黄奎's avatar 黄奎

页面修改

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