pages/inbound/buffStore.vue
@@ -444,9 +444,9 @@ } this.repeatClick = true try { const { code, data, msg } = await request('/AGV/task/start', { staNo: this.bagBarcode, palletBarcode: item.palletId const { code, data, msg } = await request('/AGV/task/start/T', { matNr: this.matNr, palletBarcode: this.palletBarcode }) if (code === 200) { uni.showToast({