#
zhou zhou
昨天 0c38c6535a6f849e773de8536c657ba244126ea9
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({