Commit 0e1ed938 authored by 吴春's avatar 吴春
parents 9853f2c9 0779eb9f
...@@ -1619,7 +1619,7 @@ export default { ...@@ -1619,7 +1619,7 @@ export default {
}, },
{ {
field: "CompensationMoney", field: "CompensationMoney",
title: "赔偿", title: "赔偿(不进利润)",
formatter: this.moneyFormat, formatter: this.moneyFormat,
width: 100, width: 100,
titleAlign: "left", titleAlign: "left",
......
...@@ -804,7 +804,6 @@ ...@@ -804,7 +804,6 @@
</span> </span>
</p> </p>
<table class="leaderReimbursementTable" border="0" cellspacing="1" cellpadding="0"> <table class="leaderReimbursementTable" border="0" cellspacing="1" cellpadding="0">
<tr> <tr>
<th width="10%">单号</th> <th width="10%">单号</th>
<th width="10%">费用说明</th> <th width="10%">费用说明</th>
...@@ -923,9 +922,10 @@ ...@@ -923,9 +922,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"
...@@ -1055,7 +1055,6 @@ ...@@ -1055,7 +1055,6 @@
</div> </div>
</div> </div>
</template> </template>
<script> <script>
import commonHotelInfo from "../commonPage/commonHotelInfo.vue"; import commonHotelInfo from "../commonPage/commonHotelInfo.vue";
import { import {
...@@ -1131,6 +1130,9 @@ ...@@ -1131,6 +1130,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 = []
...@@ -1219,7 +1221,6 @@ ...@@ -1219,7 +1221,6 @@
let TCIDARR = [] let TCIDARR = []
let id = []; let id = [];
if (this.msgList && this.msgList.length > 0 && this.msgList[0].LineId == this.myLineId) { if (this.msgList && this.msgList.length > 0 && this.msgList[0].LineId == this.myLineId) {
if (_orderSource === 1 && _type === 2) { if (_orderSource === 1 && _type === 2) {
id = [94] id = [94]
} else if (_orderSource === 2 && _type === 2) { } else if (_orderSource === 2 && _type === 2) {
...@@ -1232,7 +1233,6 @@ ...@@ -1232,7 +1233,6 @@
id = [97] id = [97]
} }
} else { } else {
// _orderSource 1 酒店 2餐厅 5 车资 // _orderSource 1 酒店 2餐厅 5 车资
if (_orderSource === 1 && _type === 2) { if (_orderSource === 1 && _type === 2) {
id = [51, 52, 245, 246, 255] id = [51, 52, 245, 246, 255]
...@@ -1474,7 +1474,7 @@ ...@@ -1474,7 +1474,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 {
...@@ -2128,7 +2128,6 @@ ...@@ -2128,7 +2128,6 @@
} }
return this.moneyFormat(money) return this.moneyFormat(money)
}, },
}, },
mounted() { mounted() {
this.isUpdate = this.$route.query.isUpdate; this.isUpdate = this.$route.query.isUpdate;
...@@ -2346,7 +2345,6 @@ ...@@ -2346,7 +2345,6 @@
padding: 10px; padding: 10px;
} }
/* tr._t_head th{border-top: 1px solid #e5e5e5;} */
tr._item_list td:first-child { tr._item_list td:first-child {
border-left: 1px solid #e5e5e5; border-left: 1px solid #e5e5e5;
} }
......
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