Commit 9119f477 authored by 沈良进's avatar 沈良进

页面修改

parent 1962421a
...@@ -923,9 +923,10 @@ ...@@ -923,9 +923,10 @@
</span> </span>
</p> </p>
<el-input class="w300" v-if="leadr.LeaderGetPrice < leadr.PlanPrice" type="number" <el-input class="w300" v-if="leadr.LeaderGetPrice < leadr.PlanPrice" type="number"
v-model="leadr.LeaderGetPriceT"></el-input> v-model="leadr.LeaderGetPriceT" @input="changePrice"></el-input>
</template> </template>
</div> </div>
<span style="color:red;font-weight:bold;">合团的请分别领款!</span>
</td> </td>
<td> <td>
<p v-for="(subItem, subIndex) in item.FinanceIds"><span class="cursorpointer text-decoration" <p v-for="(subItem, subIndex) in item.FinanceIds"><span class="cursorpointer text-decoration"
...@@ -1131,6 +1132,9 @@ ...@@ -1131,6 +1132,9 @@
commonHotelInfo commonHotelInfo
}, },
methods: { methods: {
changePrice() {
this.$forceUpdate();
},
getTips(x) { getTips(x) {
let title = `付款账号:${x.AccountNumber},原币:${String(x.WBMoney)}` let title = `付款账号:${x.AccountNumber},原币:${String(x.WBMoney)}`
let text = [] let text = []
...@@ -1474,7 +1478,7 @@ ...@@ -1474,7 +1478,7 @@
if (obj.LineId == this.LineId) { if (obj.LineId == this.LineId) {
id = [98, 99]; id = [98, 99];
} else { } else {
id = [43, 48,56, 53, 245, 246]; id = [43, 48, 56, 53, 245, 246];
// if (obj.OutBranchId === 0) { // if (obj.OutBranchId === 0) {
// id = [43, 48, 245, 246]; // id = [43, 48, 245, 246];
// } else { // } else {
......
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