盘点明细木箱只能扫码
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
<span class="filter_label">木箱</span>
|
<span class="filter_label">木箱</span>
|
||||||
</view>
|
</view>
|
||||||
<view class="filter_input_wraper">
|
<view class="filter_input_wraper">
|
||||||
<search-box
|
<search-box-mx
|
||||||
ref="scanChild"
|
ref="scanChild"
|
||||||
v-model="val1"
|
v-model="val1"
|
||||||
@handleChange="handleChange"
|
@handleChange="handleChange"
|
||||||
@@ -105,11 +105,13 @@
|
|||||||
<script>
|
<script>
|
||||||
import NavBar from '@/components/NavBar.vue'
|
import NavBar from '@/components/NavBar.vue'
|
||||||
import SearchBox from '@/components/SearchBox.vue'
|
import SearchBox from '@/components/SearchBox.vue'
|
||||||
|
import SearchBoxMx from '@/components/SearchBoxMx.vue'
|
||||||
import {checkQueryDtl, checkexception, checknormal} from '@/utils/getData1.js'
|
import {checkQueryDtl, checkexception, checknormal} from '@/utils/getData1.js'
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
NavBar,
|
NavBar,
|
||||||
SearchBox
|
SearchBox,
|
||||||
|
SearchBoxMx
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user