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);
......
...@@ -390,9 +390,6 @@ ...@@ -390,9 +390,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>
......
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