Commit be469dae authored by 黄奎's avatar 黄奎

查询新增验证

parent 5ccf19b7
......@@ -253,7 +253,7 @@
</el-col>
<el-col :span="6">
<el-form-item label="金额:">
<el-input v-model="msg.sMoney" class="w64d5"></el-input>-<el-input v-model="msg.eMoney" class="w64d5"></el-input>
<el-input v-model="msg.sMoney" class="w64d5" @keyup.native="checkPrice(msg,'sMoney')"></el-input>-<el-input v-model="msg.eMoney" @keyup.native="checkPrice(msg,'eMoney')" class="w64d5"></el-input>
</el-form-item>
</el-col>
<el-col :span="6">
......
......@@ -1299,7 +1299,7 @@
<li>
<span>
<em>{{$t('hotel.order_Number')}}</em>
<el-input v-model='msg.tempOrderId' class='w150'></el-input>
<el-input v-model='msg.tempOrderId' class='w150' @keyup.native="checkInteger(msg,'tempOrderId')"></el-input>
</span>
</li>
<li><span><em>{{$t('scen.sc_ftTime')}}</em>
......
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