From 9e3add37778b45bc28bb932ceaa23bba3ff2810a Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期二, 20 六月 2023 09:11:28 +0800
Subject: [PATCH] #平库库存数量问题优化

---
 src/main/webapp/views/home/map.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/views/home/map.html b/src/main/webapp/views/home/map.html
index cd9ec96..7c60b79 100644
--- a/src/main/webapp/views/home/map.html
+++ b/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 {

--
Gitblit v1.9.1