#
zhou zhou
11 小时以前 0c38c6535a6f849e773de8536c657ba244126ea9
#
1个文件已修改
6 ■■■■ 已修改文件
pages/inbound/buffStore.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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({