Commit 8ff419e0 authored by 黄奎's avatar 黄奎

11

parent 517a38d8
......@@ -183,7 +183,7 @@
</td>
<!-- 房间数 -->
<td>
<el-input class='w40 tcenter' maxlength="2" @keyup.native="checkPrice(childItem,'HouseTypeCount')"
<el-input class='w40 tcenter' maxlength="5" @keyup.native="checkPrice(childItem,'HouseTypeCount')"
v-model='childItem.HouseTypeCount' :disabled="IsEditHotelPeople==0?true:false"></el-input>
</td>
<!-- 单价/每间 -->
......@@ -208,12 +208,12 @@
</template>
</template>
<template v-else>
<el-input @keyup.native="checkInteger(childItem,'UnitPrice')" class='w60 tcenter'
<el-input @keyup.native="checkPrice(childItem,'UnitPrice')" class='w60 tcenter'
@input="calcPrice()" v-model='childItem.UnitPrice'></el-input>
</template>
</template>
<template v-else>
<el-input @keyup.native="checkInteger(childItem,'UnitPrice')" class='w60 tcenter'
<el-input @keyup.native="checkPrice(childItem,'UnitPrice')" class='w60 tcenter'
@input="calcPrice()" v-model='childItem.UnitPrice' :disabled="IsEditHotel==0?true:false">
</el-input>
</template>
......
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