| | |
| | | <text @click="reChecked()">反选</text> |
| | | </label> --> |
| | | |
| | | <label class="label-btn" style="width: 150rpx;"> |
| | | <label class="label-btn flex justify-center align-center"> |
| | | <button class="cu-btn" @click="resst()">重置</button> |
| | | </label> |
| | | <label class="label-btn"> |
| | | <label class="label-btn flex justify-center align-center"> |
| | | <button class="cu-btn bg-blue " @click="comb()">组托</button> |
| | | </label> |
| | | </view> |
| | |
| | | // barcode input 事件 |
| | | barcodeInput() { |
| | | var len = this.barcode.length |
| | | if (len != 8) { |
| | | if (len != 6) { |
| | | uni.showToast({title: '托盘码有误请重试', icon: "none", position: 'top'}); |
| | | this.barcodeFocuss() |
| | | return; |
| | | } |
| | | if (len == 8) { |
| | | if (len == 6) { |
| | | this.focuss() |
| | | } |
| | | }, |