| | |
| | | @input="StationInput" /> |
| | | </uni-forms-item> |
| | | <uni-forms-item label="æçç :"> |
| | | <uni-easyinput type="text" placeholder="è¯·æ«ææçç " ref='midInput' :focus="focus" v-model="barcode" |
| | | <uni-easyinput type="text" placeholder="è¯·æ«ææçç " ref='midInput' :focus="focus1" v-model="barcode" |
| | | @input="barcodeInput" /> |
| | | </uni-forms-item> |
| | | <uni-forms-item> |
| | |
| | | data() { |
| | | return { |
| | | focus: false, |
| | | focus1: false, |
| | | barcode: "", |
| | | Station: "", |
| | | address: "", |
| | |
| | | this.$nextTick(function(x) { |
| | | if (this.Station.length > 0) { |
| | | this.focus = true; |
| | | this.focus1=true; |
| | | } |
| | | }) |
| | | }, |
| | |
| | | this.Station = ""; |
| | | this.barcode = ""; |
| | | this.focus = false; |
| | | this.focus1=false; |
| | | } else { |
| | | this.$refs.uToast.show({ |
| | | title: res.message, |