#
whycq
2024-05-14 b5549eed84371a36c93e24fbf3474d3703609ffd
#
2个文件已修改
12 ■■■■■ 已修改文件
Monitor-APP/pages/home/home.vue 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/pages/index/data.json 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/pages/home/home.vue
@@ -462,8 +462,8 @@
            setInterval(()=>{
                // 测试用
                
                this.getVisualized()
                // this.getVisualizedTest()
                // this.getVisualized()
                this.getVisualizedTest()
            },1000)
        },
        methods: {
@@ -484,7 +484,11 @@
                                that.infoText.title = '盘点出库'
                            } else if (res.data.agvWrkMast.ioType == 103) {
                                that.infoText.title = '拣料出库'
                            } else {
                            } else if (res.data.agvWrkMast.ioType == 57) {
                                that.infoText.title = '盘点再入库'
                            } else if (res.data.agvWrkMast.ioType == 53) {
                                that.infoText.title = '拣料再入库'
                            } else if (res.data.agvWrkMast.ioType == 101) {
                                that.infoText.title = '全板出库'
                            } 
                        } else{
Monitor-APP/pages/index/data.json
@@ -76,7 +76,7 @@
            "mk": "N",
            "whsType": null,
            "wrkSts": 205,
            "ioType": 101,
            "ioType": 53,
            "crnNo": null,
            "steNo": null,
            "outMost": null,