Commit 52d42646 authored by 黄奎's avatar 黄奎

页面验证修改

parent 64aa0dd3
......@@ -1324,7 +1324,7 @@
<li>
<span>
<em>订单号</em>
<el-input v-model='msg.tempOrderId' class='w150'></el-input>
<el-input v-model='msg.tempOrderId' class='w150' @keyup.native="checkInteger(msg,'tempOrderId')" maxlength="8"></el-input>
</span>
</li>
<li><span><em>发团日期</em>
......
......@@ -948,7 +948,7 @@
</li>
<li>
<span>
<em>订单号</em><el-input v-model='msg.tempOrderId' class='w150'></el-input>
<em>订单号</em><el-input v-model='msg.tempOrderId' class='w150' @keyup.native="checkInteger(msg,'tempOrderId')" maxlength="8"></el-input>
</span>
</li>
<li><span><em>发团日期</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