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

查询验证修改

parent 83cab804
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
<li> <li>
<span> <span>
<em>投诉编号</em> <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> </span>
</li> </li>
<li> <li>
...@@ -80,13 +80,13 @@ ...@@ -80,13 +80,13 @@
<li> <li>
<span> <span>
<em>团队编号</em> <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> </span>
</li> </li>
<li> <li>
<span> <span>
<em>订单号</em> <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> </span>
</li> </li>
<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