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

页修改

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