|
|
@ -198,7 +198,9 @@
|
|
|
|
@keypress.enter.native="enterKey($event)"
|
|
|
|
@keypress.enter.native="enterKey($event)"
|
|
|
|
ref='inputRef'
|
|
|
|
ref='inputRef'
|
|
|
|
v-model="formData.code"
|
|
|
|
v-model="formData.code"
|
|
|
|
|
|
|
|
|
|
|
|
></el-input>
|
|
|
|
></el-input>
|
|
|
|
|
|
|
|
<!-- class="ime-disabled"-->
|
|
|
|
<div id="inputer" tabindex="0" v-if="isScan"></div>
|
|
|
|
<div id="inputer" tabindex="0" v-if="isScan"></div>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <input type="text" id="inputer" ime-mode="disabled" tabindex="0">-->
|
|
|
|
<!-- <input type="text" id="inputer" ime-mode="disabled" tabindex="0">-->
|
|
|
|