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

页面修改

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