Commit 17a26128 authored by 黄奎's avatar 黄奎

查询验证修改

parent 83cab804
......@@ -53,7 +53,7 @@
<li>
<span>
<em>投诉编号</em>
<el-input placeholder="" v-model="queryMsg.ID"></el-input>
<el-input placeholder="" v-model="queryMsg.ID" @keyup.native="checkInteger(queryMsg,'ID')"></el-input>
</span>
</li>
<li>
......@@ -80,13 +80,13 @@
<li>
<span>
<em>团队编号</em>
<el-input placeholder="" v-model="queryMsg.TCID"></el-input>
<el-input placeholder="" v-model="queryMsg.TCID" @keyup.native="checkInteger(queryMsg,'TCID')" ></el-input>
</span>
</li>
<li>
<span>
<em>订单号</em>
<el-input placeholder="" v-model="queryMsg.OrderID"></el-input>
<el-input placeholder="" v-model="queryMsg.OrderID" @keyup.native="checkInteger(queryMsg,'OrderID')"></el-input>
</span>
</li>
<li>
......
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