矿用软废组桶bug
This commit is contained in:
@@ -44,12 +44,13 @@
|
||||
</dropdown-menu>
|
||||
</div>
|
||||
</div>
|
||||
<search-box
|
||||
<search-box-all
|
||||
ref="scanChild"
|
||||
label="袋码"
|
||||
placeholder="请按扫码键输入"
|
||||
v-model="val4"
|
||||
:focused='true'
|
||||
@handleChange="handleChange4"
|
||||
></search-box>
|
||||
></search-box-all>
|
||||
</div>
|
||||
<div class="grid-wraper">
|
||||
<div class="left_fixed">
|
||||
@@ -109,6 +110,7 @@
|
||||
<script>
|
||||
import NavBar from '@components/NavBar.vue'
|
||||
import SearchBox from '@components/SearchBox.vue'
|
||||
import SearchBoxAll from '@components/SearchBox3.vue'
|
||||
import DropdownMenu from '@components/DropdownMenu.vue'
|
||||
import { queryInfoBybucket, bucketPrint, bucketDelete, bucketGetLevel } from '@config/getData2.js'
|
||||
import { bucketCheckCode, confirmGroupBucketAndBag } from '@config/getData3.js'
|
||||
@@ -119,6 +121,7 @@ export default {
|
||||
components: {
|
||||
NavBar,
|
||||
SearchBox,
|
||||
SearchBoxAll,
|
||||
DropdownMenu
|
||||
},
|
||||
data () {
|
||||
@@ -180,8 +183,8 @@ export default {
|
||||
this.Dialog(res.desc)
|
||||
}
|
||||
},
|
||||
handleChange4 (e, type) {
|
||||
if (type) {
|
||||
handleChange4 (e) {
|
||||
if (e) {
|
||||
this._bucketCheckCode(e)
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user