| | |
| | | <u-toast ref="uToast" /> |
| | | </view> |
| | | </view> |
| | | <view v-show="current === 1"> |
| | | <view style="padding: 5%;"> |
| | | <uni-forms label-width="120"> |
| | | <uni-forms-item label="ç¼åç¹"> |
| | | <uni-easyinput type="text" :focus="!istrue" @input="carNoInputChange" v-model="value" |
| | | placeholder="请è¾å
¥ç¼åç¹" ref='midInput' /> |
| | | </uni-forms-item> |
| | | </uni-forms> |
| | | <button @click="submit" type="primary" size="default" style="margin-top: 2%;">æå
</button> |
| | | <u-toast ref="uToast" /> |
| | | </view> |
| | | </view> |
| | | <!-- <view v-show="current === 2"> |
| | | é项å¡3çå
容 |
| | | </view> --> |
| | | </view> |
| | | </view> |
| | | </template> |
| | |
| | | istrue: false, |
| | | range: [], |
| | | value: "", |
| | | items: ['éæ¾ç¼åä½', 'æå
'], |
| | | items: ['éæ¾ç¼åä½'], |
| | | current: 0 |
| | | } |
| | | }, |
| | |
| | | }) |
| | | return; |
| | | } |
| | | var param = { |
| | | MainData: { |
| | | matCode: this.value, |
| | | endPoint: this.value |
| | | } |
| | | } |
| | | this.$u.post('/api/AcrossFloorCarry/AcrossFloorCallMat', param).then(res => { |
| | | this.$u.post('/api/LocationInfo/initializeLocation?locationCode='+this.value,"").then(res => { |
| | | if (res.status) { |
| | | this.$refs.uToast.show({ |
| | | title: "éæ¾æå", |