| | |
| | | placeholder="请æ«çç¼åæ¶ç¼å·" ref='midInput' @input="inputChangebarcode" /> |
| | | </uni-forms-item> |
| | | <uni-forms-item label="ç©æç±»å"> |
| | | <uni-data-select v-model="PalletCode" :localdata="rangs"></uni-data-select> |
| | | <uni-easyinput type="text" :focus="!addressFocus" v-model="PalletCode" |
| | | placeholder="è¯·æ«æç©æç±»å" ref='midInput' @input="inputChangebarcode" /> |
| | | </uni-forms-item> |
| | | <uni-forms-item> |
| | | <button @click="inbound" type="primary" size="default" style="margin-top: 2%;">åºåºç¡®è®¤</button> |
| | | <button @click="inbound" type="primary" size="default" |
| | | style="margin-top: 2%;">åºåºç¡®è®¤</button> |
| | | </uni-forms-item> |
| | | </uni-forms> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <u-toast ref="uToast" /> |
| | | </view> |
| | | </template> |
| | |
| | | materSn: "", |
| | | sns: [], |
| | | addressFocus: false, |
| | | materialtype:"", |
| | | materialtype: "", |
| | | stationcode: "", |
| | | address: "", |
| | | check: true, |
| | |
| | | innerAudioContext.src = src; |
| | | innerAudioContext.play(); |
| | | }, |
| | | |
| | | |
| | | updateFocus() { |
| | | this.$nextTick(() => { |
| | | this.materSn = ''; |
| | |
| | | this.$u.post('/api/Task/OutboundTasks', postData).then(res => { |
| | | if (res.status) { |
| | | uni.$showMsg("任塿·»å æå"); |
| | | this.stationcode = ""; |
| | | this.PalletCode = ""; |
| | | this.stationcode = ""; // æ¸
空ç¼åæ¶ç¼å· |
| | | this.PalletCode = ""; // æ¸
ç©ºç©æç±»å |
| | | } else { |
| | | this.$refs.uToast.show({ |
| | | title: res.message, |