| | |
| | | <uni-forms label-width="120"> |
| | | <uni-forms-item label="托盘编码"> |
| | | <uni-easyinput type="text" :focus="barcodeFocus" v-model="PalletCode1" placeholder="请输入托盘编码" |
| | | ref='midInput' @input="Changebarcode()"/> |
| | | ref='midInput' @input="Changebarcode()" /> |
| | | </uni-forms-item> |
| | | </uni-forms> |
| | | <button @click="InboundTask" type="primary" size="default" style="margin-top: 2%;">搬运</button> |
| | |
| | | <uni-forms label-width="120"> |
| | | <uni-forms-item label="托盘编码"> |
| | | <uni-easyinput type="text" :focus="barcodeFocus" v-model="PalletCode1" placeholder="请输入托盘编码" |
| | | ref='midInput' @input="Changebarcode()"/> |
| | | ref='midInput' @input="Changebarcode()" /> |
| | | </uni-forms-item> |
| | | <uni-forms-item label="起点位置"> |
| | | <uni-easyinput type="text" :focus="barcodeFocus" v-model="SourceAddress" placeholder="请输入起点位置" |
| | | ref='midInput' @input="Changebarcode()"/> |
| | | ref='midInput' @input="Changebarcode()" /> |
| | | </uni-forms-item> |
| | | </uni-forms> |
| | | <button @click="InboundTask" type="primary" size="default" style="margin-top: 2%;">搬运</button> |
| | |
| | | export default { |
| | | data() { |
| | | return { |
| | | barcodeFocus:true, |
| | | barcodeFocus: true, |
| | | focus: false, |
| | | istrue: false, |
| | | addressFocus:false, |
| | | addressFocus: false, |
| | | barcodefocus: false, |
| | | range: [], |
| | | rangethree:[], |
| | | rangethree: [], |
| | | group: [], |
| | | AreaId: 0, |
| | | acrossFloor:0, |
| | | acrossFloor: 0, |
| | | quantity: "", |
| | | SourceAddress: "", |
| | | TargetAddress: "", |
| | |
| | | PalletCode2: "", |
| | | PalletCode3: "", |
| | | materSn: "", |
| | | items: ['质检出库','质检入库'], |
| | | items: ['质检出库', '质检入库'], |
| | | current: 0 |
| | | } |
| | | }, |
| | |
| | | "PalletCode": this.PalletCode3, |
| | | "Position": this.SourceAddress3, |
| | | "AreaId": this.acrossFloor, |
| | | "DoubleTray":1, |
| | | "DoubleTray": 1, |
| | | } |
| | | this.$u.post('/api/Task/RequestInboundTaskAsync', param).then(res => { |
| | | if (res.status) { |