|
|
@@ -51,9 +51,9 @@
|
|
|
<!-- <uni-easyinput ref="easyinput" v-model="scanBatchNumber" :input-border="false"
|
|
|
:clearable="false" type="text" focus @focus="handleInputFocus" placeholder="请扫描物料二维码"
|
|
|
@confirm="handleKeydown" /> -->
|
|
|
- <!-- 不禁用软键盘 -->
|
|
|
+ <!-- 不禁用软键盘(且不自动获取焦点) -->
|
|
|
<uni-easyinput ref="easyinput" v-model="scanBatchNumber" :input-border="false"
|
|
|
- :clearable="false" type="text" focus placeholder="请扫描物料二维码"
|
|
|
+ :clearable="false" type="text" placeholder="请扫描物料二维码"
|
|
|
@confirm="handleKeydown" />
|
|
|
<text class="font-icons" @click="handleScanMaterial"></text>
|
|
|
</view>
|