#
whycq
2024-10-29 a6a13c6ebbbf26ec5e12b391c68b0a869cd141d7
#
1个文件已修改
34 ■■■■■ 已修改文件
Monitor-APP/pages/home/home.vue 34 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/pages/home/home.vue
@@ -539,10 +539,42 @@
                            }
                            // infoType1:只有拣料等信息
                            that.infoType = 1
                            switch (res.data[0].ioType) {
                                case 1:
                                    that.infoText.title = '全板入库'
                                    break;
                                case 1:
                                    that.infoText.title = '空板入库'
                                    break;
                                case 53:
                                    that.infoText.title = '拣料回库'
                                    break;
                                case 54:
                                    that.infoText.title = '并板回库'
                                    break;
                                case 57:
                                    that.infoText.title = '盘点回库'
                                    break;
                                case 101:
                                    that.infoText.title = '全板出库'
                                    break;
                                case 103:
                                    that.infoText.title = '拣料出库'
                                    break;
                                case 104:
                                    that.infoText.title = '并板出库'
                                    break;
                                case 107:
                                    that.infoText.title = '盘点出库'
                                    break;
                                case 110:
                                    that.infoText.title = '空板出库'
                                    break;
                            }
                            if (res.data[0].ioType === 101) {
                                that.infoText.title = '全板出库'
                            } else if(res.data[0].ioType === 103) {
                                that.infoText.title = '检料出库'
                                that.infoText.title = '拣料出库'
                            } else if(res.data[0].ioType === 107) {
                                that.infoText.title = '盘点出库'
                            }