| | |
| | | this.HSourceBillNoFocus = false |
| | | await this.$nextTick(() => { |
| | | this.HSourceBillNoFocus = true |
| | | this.hform.HBarCode = "" |
| | | this.hform.HSourceBillNo = "" |
| | | |
| | | }) |
| | | }, |
| | | async refreshBarCodeState() { |
| | | this.barCodeFocus = false |
| | | await this.$nextTick(() => { |
| | | this.barCodeFocus = true |
| | | this.hform.HSourceBillNo = "" |
| | | this.hform.HBarCode = "" |
| | | }) |
| | | }, |
| | | playSound(e) { |
| | |
| | | this.playSound(1) |
| | | this.DisBillEntryList() |
| | | } else { |
| | | console.log('res.data.Message: ',res.data.Message); |
| | | this.refreshHSourceBillState() |
| | | this.playSound(0) |
| | | uni.showToast({ |
| | |
| | | position: relative; |
| | | display: flex; |
| | | |
| | | picker { |
| | | width: 100%; |
| | | } |
| | | |
| | | .uni-combox { |
| | | width: 100%; |
| | | } |