From 5eeed44ad21748ed7560a8c688d4e2d2f03555c8 Mon Sep 17 00:00:00 2001
From: 刘磊 <1161824510@qq.com>
Date: 星期二, 05 八月 2025 12:47:13 +0800
Subject: [PATCH] 同步

---
 项目代码/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/locationInfoRow.vue |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/locationInfoRow.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/locationInfoRow.vue"
index 903bceb..0543347 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/locationInfoRow.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/locationInfoRow.vue"
@@ -100,11 +100,11 @@
       >
         <div v-if="currentLocation">
           <p><strong>璐т綅鍙�:</strong>{{ currentLocation.locationCode }}</p>
-          <p>
+          <!-- <p>
             <strong>璐т綅鎺掑垪灞�:</strong> {{ currentLocation.row }}鎺抺{
               currentLocation.layer
-            }}鍒梴{ currentLocation.index }}灞�
-          </p>
+            }}鍒梴{ currentLocation.layer }}灞�
+          </p> -->
           <p><strong>鐘舵��:</strong> {{ getStatusText(currentLocation) }}</p>
           <p>
             <strong>绂佺敤:</strong>
@@ -218,11 +218,11 @@
 
     getStatusText(location) {
       // if (location.location_lock === 3) return "绂佺敤";
-      if (location.location_state === 0) return "绌鸿揣浣�";
-      if (location.location_state === 1) return "閿佸畾";
-      if (location.location_state === 10) return "鏈夎揣閿佸畾";
-      if (location.location_state === 20) return "绌洪棽閿佸畾";
-      if (location.location_state === 100) return "鏈夎揣";
+      if (location.location_state === '0') return "绌鸿揣浣�";
+      if (location.location_state === '1') return "閿佸畾";
+      if (location.location_state === '3') return "鏈夎揣閿佸畾";
+      if (location.location_state === '4') return "绌洪棽閿佸畾";
+      if (location.location_state === '2') return "鏈夎揣";
       // if (location.location_state > 0 && location.location_state < 100)
       //   return "閿佸畾";
       return "鍏朵粬";

--
Gitblit v1.9.3