Commit dd110471 authored by 黄奎's avatar 黄奎

页面验证修改

parent 40866f7a
...@@ -308,13 +308,13 @@ ...@@ -308,13 +308,13 @@
<li> <li>
<span> <span>
<em>{{$t('scen.sc_temID')}}</em> <em>{{$t('scen.sc_temID')}}</em>
<el-input v-model="msg.TCID" class="w150"></el-input> <el-input v-model="msg.TCID" class="w150" @keyup.native="checkInteger(msg,'TCID')"></el-input>
</span> </span>
</li> </li>
<li> <li>
<span> <span>
<em>{{$t('fnc.ddbianhao')}}</em> <em>{{$t('fnc.ddbianhao')}}</em>
<el-input v-model="msg.OrderID" class="w150"></el-input> <el-input v-model="msg.OrderID" class="w150" @keyup.native="checkInteger(msg,'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