盘点明细木箱只能扫码

This commit is contained in:
2024-05-13 17:30:49 +08:00
parent 2da404ee83
commit 49e45a591d

View File

@@ -8,7 +8,7 @@
<span class="filter_label">木箱</span>
</view>
<view class="filter_input_wraper">
<search-box
<search-box-mx
ref="scanChild"
v-model="val1"
@handleChange="handleChange"
@@ -105,11 +105,13 @@
<script>
import NavBar from '@/components/NavBar.vue'
import SearchBox from '@/components/SearchBox.vue'
import SearchBoxMx from '@/components/SearchBoxMx.vue'
import {checkQueryDtl, checkexception, checknormal} from '@/utils/getData1.js'
export default {
components: {
NavBar,
SearchBox
SearchBox,
SearchBoxMx
},
data() {
return {