| | |
| | | |
| | | // 满桶入库 |
| | | async fullInStock() { |
| | | console.log('满桶入库:新料(袋装), 数据:', item) |
| | | if (this.item === '' || this.item === null) { |
| | | uni.showToast({ |
| | | title: '请先选择库位出库', |
| | | icon: 'none' |
| | | }) |
| | | return |
| | | } |
| | | this.repeatClick = true |
| | | try { |
| | | const { code, data, msg } = await request('/AGV/task/start/T', { |
| | | const { code, data, msg } = await request('/AGV/bindAndIn/start/T', { |
| | | matNr: this.matNr, |
| | | palletBarcode: this.palletBarcode |
| | | }) |
| | |
| | | const { code, data, msg } = await request( |
| | | '/callForEmptyContainers', |
| | | { |
| | | staNo: this.palletBarcode, |
| | | staNo: this.palletStaBarcode, |
| | | type: '102' |
| | | } |
| | | ) |