| | |
| | | this.current = e.currentIndex; |
| | | } |
| | | }, |
| | | carNoInputChange() { |
| | | this.istrue = false; |
| | | this.$nextTick(function(x) { |
| | | if (this.barcode != '') { |
| | | this.istrue = true; |
| | | } |
| | | }) |
| | | }, |
| | | inputChangebarcode() { |
| | | this.barcodefocus = false; |
| | | this.$nextTick(function(x) { |
| | | if (this.barcode != '') { |
| | | this.barcodefocus = true; |
| | | } |
| | | }) |
| | | }, |
| | | // carNoInputChange() { |
| | | // this.istrue = false; |
| | | // this.$nextTick(function(x) { |
| | | // if (this.barcode != '') { |
| | | // this.istrue = true; |
| | | // } |
| | | // }) |
| | | // }, |
| | | // inputChangebarcode() { |
| | | // this.barcodefocus = false; |
| | | // this.$nextTick(function(x) { |
| | | // if (this.barcode != '') { |
| | | // this.barcodefocus = true; |
| | | // } |
| | | // }) |
| | | // }, |
| | | InboundTask() { |
| | | if (this.PalletCode.length <= 0 && this.Point.length) { |
| | | this.$refs.InboundTaskluToast.show({ |