Commit 02d7cd61 authored by 黄奎's avatar 黄奎

页面修改

parent 9cac3b78
...@@ -514,9 +514,6 @@ ...@@ -514,9 +514,6 @@
{{getLocalTotalMoney(subItem.PeopleNumber)}} {{getLocalTotalMoney(subItem.PeopleNumber)}}
</template> </template>
<template v-else> <template v-else>
<!-- <el-input v-model="subItem.SubtotalMoney" @keyup.native="checkPrice(subItem,'SubtotalMoney')"
class="w70">
</el-input> -->
{{subItem.SubtotalMoney}} {{subItem.SubtotalMoney}}
</template> </template>
</td> </td>
...@@ -975,8 +972,14 @@ ...@@ -975,8 +972,14 @@
}, },
getchange(type) { getchange(type) {
this.getSubtotalMoney(); this.getSubtotalMoney();
var that=this;
if (type && type == 1) { if (type && type == 1) {
this.teamPrice.SingleDMCPrice = this.getLocalTotalMoney(1); var tempPrice = 0;
this.CostNumberList.forEach(x => {
//房餐车景点价格
tempPrice = Number(that.getLocalTotalMoney(x.PeopleNumber));
});
this.teamPrice.SingleDMCPrice = tempPrice.toFixed(0);
} }
}, },
//员工列表 //员工列表
......
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