This commit is contained in:
赵正易
2024-03-26 12:29:09 +08:00
parent d0e0bb8705
commit 3b6c59a44e
3 changed files with 31 additions and 11 deletions

View File

@@ -19,7 +19,7 @@
<view v-if="searchType === 2" class="color2 aciton-box">操作指示-请扫货物码</view>
<!-- 扫描操作 -->
<view class="pda-search-box">
<PdaScanInput @getInfo="handleGetInfo" :type="searchType"></PdaScanInput>
<PdaScanInput @getInfo="handleGetInfo" :type="searchType" :hasFocus="false"></PdaScanInput>
</view>
</view>
</view>
@@ -27,7 +27,7 @@
<!-- 货物列表 -->
<view class="scroll-view-box">
<view class="scroll-view-title">盘点清单</view>
<packageCard v-if="newMaterialList.length > 0" :packageInfo="newMaterialList[newMaterialList.length - 1]" :hasFocus="false"></packageCard>
<packageCard v-if="newMaterialList.length > 0" :packageInfo="newMaterialList[newMaterialList.length - 1]"></packageCard>
</view>
<!-- 底部按钮 -->
<view class="button-box">