| | |
| | | <uni-easyinput type="text" v-model="PalletCode" placeholder="è¯·æ«æç©æç±»å" ref='midInput' |
| | | :focus="addressFocus" /> |
| | | </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> |
| | | </uni-forms-item> |
| | |
| | | MainData: { |
| | | "stationcode": this.stationcode, |
| | | "PalletCode": this.PalletCode, |
| | | "PointName": this.value, |
| | | // "PointName": this.value, |
| | | } |
| | | } |
| | | this.$u.post('/api/Task/InboundTask', postData).then(res => { |
| | |
| | | uni.$showMsg("任塿·»å æå"); |
| | | this.stationcode = ""; |
| | | this.PalletCode = ""; |
| | | this.PointName = ";" |
| | | // this.PointName = ";" |
| | | setTimeout(() => { |
| | | // this.materialtype = false; |
| | | }, 200); |