chenyong
2025-05-22 03e09a08f4609cc61e64ca16129db5a3ccb85c1d
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]
                    }