Commit a9712980 authored by 黄奎's avatar 黄奎
parents 20e44630 5ca83d4c
......@@ -1526,8 +1526,7 @@
v-model="item.Number"></el-input>
</td>
<td>
<el-input class="w80" @keyup.native="checkPrice(item,'BackMoney')" @change="getGOScenictWO"
v-model="item.BackMoney"></el-input>
{{item.BackMoney}}
</td>
</tr>
</table>
......@@ -3697,6 +3696,8 @@
this.Error('不能超过总人数');
item.Number=0;
}
//默认算好退款金额
item.BackMoney=item.Number*item.RefundMoney;
},
platformOrderMethods() {
if (this.addMsg.PlatformOrder == "") {
......
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