Commit 827d2454 authored by youjie's avatar youjie

no message

parent a010cdd9
......@@ -2652,23 +2652,23 @@
cellpadding="0" v-loading="loading">
<tr>
<th>团号</th>
<th>开票人数</th>
<th>开票单价</th>
<th>开票数量</th>
<th>升舱增收</th>
<th>总开票金额</th>
<th>总开票费用</th>
</tr>
<tr v-for="(item,index) in MsgRAirServiceList" :key="index">
<td>
{{item.TCNUM}}({{item.TCID}}){{item.OutBranchName}}
</td>
<td>
<el-input size="small" style="width:150px" v-model="item.GuestNum"
@keyup.native="checkInteger(item,'GuestNum'),computeBillingCharge()"></el-input>
</td>
<td>
<el-input size="mini" style="width:150px" v-model="item.UnitPrice" @keyup.native="checkPrice(item,'UnitPrice'),computeBillingCharge()">
</el-input>
</td>
<td>
<el-input size="small" style="width:150px" v-model="item.GuestNum"
@keyup.native="checkInteger(item,'GuestNum'),computeBillingCharge()"></el-input>
</td>
<td>
<el-input size="mini" style="width:150px" v-model="item.IncreaseIncome" @keyup.native="checkPrice(item,'IncreaseIncome'),computeBillingCharge()">
</el-input>
......
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