Commit 9e1c2ad1 authored by 黄奎's avatar 黄奎

页面修改

parent 2aab64a4
......@@ -207,9 +207,10 @@
</td>
<!--返佣-->
<td>
<p class="pHouseStyle link" @input="calculationPrice(subItem)">
<span v-if='childItem.RebateRatio>0'>{{childItem.RebateRatio}} %</span>
<span class="spanlink" v-else @click="goUrl('HotelInfo',childItem,'酒店管理')">设置</span>
<p class="pHouseStyle link" >
<el-input class='w40' maxlength="2" @keyup.native="checkInteger(childItem,'RebateRatio')"
v-model='childItem.RebateRatio' @input="calculationPrice(subItem)"></el-input> %
<span style="display:none;" class="spanlink" @click="goUrl('HotelInfo',childItem,'酒店管理')">设置</span>
</p>
</td>
<!-- 金额总计 -->
......
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