自动化立体仓库 - WMS系统
#
LSH
2023-07-15 cc79183af9dda2e2e983ad9915d41f9c3fe2ed11
src/main/webapp/views/home/map.html
@@ -689,7 +689,7 @@
            rightBoxLeft: "0px",
            pointContainerWidth: 0,
            currentLev: 1,
            area:6,
            area:1,
            areaName:"立库",
            crnList: null,
            crnBox: false,
@@ -842,7 +842,7 @@
                    }else if (this.area == 6){
                        if (rowData[i].locNo != undefined) {
                            let locNo = rowData[i].locNo;
                            return "#" + parseInt(locNo.substr(8, 2));
                            return "#" + parseInt(locNo.substr(7, 2));
                        }
                    }
                    else {