Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
e8d5b821
authored
2020-11-26 19:51:46 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
进入input框自动切换到英文输入法
1 parent
e15ad4a6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/zd/mjftb/index.vue
src/views/zd/mjftb/index.vue
View file @
e8d5b82
...
...
@@ -47,16 +47,16 @@
</el-input>
</td>
<td
class=
"syqmj"
>
<el-input
placeholder=
"请输入数字"
<el-input
placeholder=
"请输入数字"
style=
"ime-mode:inactive"
oninput=
"if(isNaN(value))
{ value = value.substr(0, value.length - 1) } if(value.indexOf('.')>0){value=value.slice(0,value.indexOf('.')+4)}"
v-model="item.tdsyqsyqmj"
>
</el-input>
</td>
<td
class=
"dytdmj"
>
<el-input
v-model=
"item.dydytdmj"
placeholder=
"请输入数字"
oninput=
"if(isNaN(value))
{ value = value.substr(0, value.length - 1)} if(value.indexOf('.')>0){value=value.slice(0,value.indexOf('.')+4)}">
</el-input>
<el-input
v-model=
"item.dydytdmj"
style=
"ime-mode:inactive"
placeholder=
"请输入数字"
oninput=
"if(isNaN(value))
{ value = value.substr(0, value.length - 1)} if(value.indexOf('.')>0){value=value.slice(0,value.indexOf('.')+4)}">
</el-input>
</td>
<td
class=
"fttjmj"
>
<el-input
v-model=
"item.fttdmj"
placeholder=
"请输入数字"
oninput=
"if(isNaN(value))
{ value = value.substr(0, value.length - 1) } if(value.indexOf('.')>0){value=value.slice(0,value.indexOf('.')+4)}">
</el-input>
<el-input
v-model=
"item.fttdmj"
style=
"ime-mode:inactive"
placeholder=
"请输入数字"
oninput=
"if(isNaN(value))
{ value = value.substr(0, value.length - 1) } if(value.indexOf('.')>0){value=value.slice(0,value.indexOf('.')+4)}">
</el-input>
</td>
</tr>
<tr>
...
...
Please
register
or
sign in
to post a comment