huangxiaoqiang
2025-07-15 2f64683d8081a69115acfb72c93a08cb83cea54d
CodeManagement/BigScreenVue/src/views/indexs/station-one.vue
@@ -150,7 +150,9 @@
            this.pageflag = true;
            
                    var rep1 = await Floorfault();
                    var rep=rep1.filter(task=>task.roadway.includes("JZ"))
                    var rep=rep1.filter(it=>it.roadway.includes("CW"))
                    this.inboundConfig={
                        number: [rep.filter(task => task.taskType === "入库").length]
                    }