#
lsh
8 小时以前 dff4ba951d7d2cccc971db96a85f26babd3e347a
#
1个文件已修改
12 ■■■■ 已修改文件
pages/inbound/buffStore.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/inbound/buffStore.vue
@@ -434,17 +434,9 @@
        // 满桶入库
        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
                })
@@ -498,7 +490,7 @@
                const { code, data, msg } = await request(
                    '/callForEmptyContainers',
                    {
                        staNo: this.palletBarcode,
                        staNo: this.palletStaBarcode,
                        type: '102'
                    }
                )