| | |
| | | placeholder="请è¾å
¥æçç¼ç " ref='midInput' /> |
| | | </uni-forms-item> |
| | | <uni-forms-item label="åºåºåºä½"> |
| | | <uni-easyinput type="text" :focus="istrue" v-model="SourceAddress" |
| | | placeholder="请è¾å
¥åºåºåºä½" ref='midInput' /> |
| | | <uni-easyinput type="text" :focus="istrue" v-model="SourceAddress" placeholder="请è¾å
¥åºåºåºä½" |
| | | ref='midInput' /> |
| | | </uni-forms-item> |
| | | </uni-forms> |
| | | <button @click="InboundTask" type="primary" size="default" style="margin-top: 2%;">åºåº</button> |
| | |
| | | <view style="padding: 5%;"> |
| | | <uni-forms label-width="120"> |
| | | <uni-forms-item label="åºåºåºä½"> |
| | | <uni-easyinput type="text" :focus="!barcodefocus" @input="inputChangebarcode" v-model="StartAddress" |
| | | placeholder="请è¾å
¥åºåºåºä½" ref='midInput' /> |
| | | <uni-easyinput type="text" :focus="!barcodefocus" @input="inputChangebarcode" |
| | | v-model="StartAddress" placeholder="请è¾å
¥åºåºåºä½" ref='midInput' /> |
| | | </uni-forms-item> |
| | | </uni-forms> |
| | | <button @click="SamplingInboundTask" type="primary" size="default" style="margin-top: 2%;">æ½æ£åºåº</button> |
| | |
| | | // this.getEndLocations(); |
| | | // }, |
| | | methods: { |
| | | 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; |
| | | // } |
| | | // }) |
| | | // }, |
| | | onClickItem(e) { |
| | | if (this.current != e.currentIndex) { |
| | | this.current = e.currentIndex; |