liulijun
2026-03-06 81946b468aff97b96fe50186246d3a853ce79b1b
项目代码/WMS/WMSClient/src/views/Home.vue
@@ -139,6 +139,8 @@
          { bgcolor: "lightgreen", msg: "绌洪棽", state: 0 },
          { bgcolor: "orange", msg: "鏈夎揣", state: 100 },
          { bgcolor: "#2BB3D5", msg: "閿佸畾", state: 1 },
          { bgcolor: "yellow", msg: "绌洪棽閿佸畾", state: 20 },
          { bgcolor: "purple", msg: "鏈夎揣閿佸畾", state: 10 },
        ],
        locationData: [],
        showTooltipFlag: false,
@@ -285,6 +287,8 @@
      if (location.location_lock === 0) return "绌洪棽";
      if (location.location_lock === 1) return "閿佸畾";
      if (location.location_lock === 100) return "鏈夎揣";
      if (location.location_lock === 20) return "绌洪棽閿佸畾";
      if (location.location_lock === 10) return "鏈夎揣閿佸畾";
      // if (location.location_state > 0 && location.location_state < 100)
      //   return "閿佸畾";
      return "鍏朵粬";
@@ -407,7 +411,7 @@
}
.location-cell {
  width: 80px;
  width: 85px;
  height: 38px;
  margin: 3px;
  text-align: center;