Commit 8b3eb2de authored by 黄奎's avatar 黄奎

页修改

parent 3b19b411
......@@ -1655,9 +1655,10 @@
let WalArr = [];
if (this.VoluntaryArr.length > 0) {
this.VoluntaryArr.forEach(x => {
if (x.IsShow == 0) {
VolArr.push(x);
}
// if (x.IsShow == 0) {
// VolArr.push(x);
// }
VolArr.push(x);
})
if (VolArr.length > 0) {
this.CtObj.shopProtocol = JSON.stringify(VolArr);
......@@ -1667,9 +1668,10 @@
}
if (this.WillingPayArr.length > 0) {
this.WillingPayArr.forEach(x => {
if (x.IsShow == 0) {
WalArr.push(x);
}
// if (x.IsShow == 0) {
// WalArr.push(x);
// }
WalArr.push(x);
})
if (WalArr.length > 0) {
this.CtObj.payProtocol = JSON.stringify(WalArr);
......
......@@ -381,20 +381,17 @@
</td>
<td colspan="2">
<template v-if="teamPrice&&teamPrice.SingleDMCPrice&&teamPrice.SingleDMCPrice>0">
{{teamPrice.SingleDMCPrice}}
</template>
<template v-else-if="postConfig.LineId==14||postConfig.LineId==118">
{{getLocalTotalMoney(subItem.PeopleNumber)}}
</template>
<template v-else-if="postConfig.LineId==168">
{{getLocalTotalMoney(subItem.PeopleNumber)}}
</template>
<template v-else>
<!-- <el-input v-model="subItem.SubtotalMoney" @keyup.native="checkPrice(subItem,'SubtotalMoney')"
class="w70">
</el-input> -->
{{subItem.SubtotalMoney}}
</template>
{{teamPrice.SingleDMCPrice}}
</template>
<template v-else-if="postConfig.LineId==14||postConfig.LineId==118">
{{getLocalTotalMoney(subItem.PeopleNumber)}}
</template>
<template v-else-if="postConfig.LineId==168">
{{getLocalTotalMoney(subItem.PeopleNumber)}}
</template>
<template v-else>
{{subItem.SubtotalMoney}}
</template>
</td>
<td colspan="2">
{{subItem.TotalMoney}}
......
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