| | |
| | | <uni-easyinput type="text" v-model="sourceAddress1" placeholder="请æ«çèµ·ç¹å°å" ref='secondInput' |
| | | :focus="focusSecond" @confirm="handleSecondInputConfirm" /> |
| | | </uni-forms-item> |
| | | <uni-forms-item label="ç»ç¹è¾é线å°å"> |
| | | <!-- <uni-forms-item label="ç»ç¹è¾é线å°å"> |
| | | <uni-data-select v-model="value" :localdata="rangs"></uni-data-select> |
| | | </uni-forms-item> |
| | | </uni-forms-item> --> |
| | | <uni-forms-item> |
| | | <button @click="inbound" type="primary" size="default" |
| | | style="margin-top: 2%;">è¾é线æ¬è¿ç¡®è®¤</button> |
| | |
| | | this.$t.message.toast('è¯·éæ©èµ·ç¹ä½ç½®'); |
| | | return; |
| | | } |
| | | if (targetAddress == "") { |
| | | this.$t.message.toast('请æ«çç»ç¹ä½ç½®'); |
| | | return; |
| | | } |
| | | // if (targetAddress == "") { |
| | | // this.$t.message.toast('请æ«çç»ç¹ä½ç½®'); |
| | | // return; |
| | | // } |
| | | var postData = { |
| | | MainData: { |
| | | "sourceAddress": this.sourceAddress, |
| | | "sourceAddress1": this.sourceAddress1, |
| | | "targetAddress": this.value, |
| | | // "targetAddress": this.value, |
| | | } |
| | | } |
| | | // console.log(Exception); |
| | |
| | | this.$t.message.toast('å¼å«æå'); |
| | | this.sourceAddress = ""; |
| | | this.sourceAddress1 = ""; |
| | | this.value = ""; |
| | | // this.value = ""; |
| | | // this.$refs.popup.close(); |
| | | // this.submit(); |
| | | } else { |