| | |
| | | <uni-easyinput type="text" :focus="!addressFocus" v-model="inboundBarcode" |
| | | placeholder="è¯·æ«ææçæ¡ç " ref='midInput' @input="inputChangebarcode" /> |
| | | </uni-forms-item> --> |
| | | <uni-forms-item label="ç©æç±»å"> |
| | | <!-- <uni-forms-item label="ç©æç±»å"> |
| | | <uni-easyinput type="text" v-model="PalletCode" placeholder="è¯·æ«æç©æç±»å" ref='midInput' |
| | | :focus="addressFocus" /> |
| | | </uni-forms-item> |
| | | </uni-forms-item> --> |
| | | <uni-forms-item> |
| | | <button @click="inbound" type="primary" size="default" style="margin-top: 2%;">åºåºç¡®è®¤</button> |
| | | </uni-forms-item> |
| | |
| | | var postData = { |
| | | MainData: { |
| | | "stationcode": this.stationcode, |
| | | "PalletCode": this.PalletCode, |
| | | // "PalletCode": this.PalletCode, |
| | | } |
| | | } |
| | | this.$u.post('/api/Task/RequestInbound', postData).then(res => { |
| | | if (res.status) { |
| | | uni.$showMsg("ä»»å¡ç¡®è®¤æå"); |
| | | this.stationcode = ""; |
| | | this.PalletCode = ""; |
| | | // this.PalletCode = ""; |
| | | // setTimeout(() => { |
| | | // this.materialtype = false; |
| | | // }, 200); |