From 95b3446e38cc84c66883e4ae0e0c9985d6e3e722 Mon Sep 17 00:00:00 2001
From: zuozhengqing <a13193816592@163.com>
Date: 星期一, 08 一月 2024 17:18:56 +0800
Subject: [PATCH] 库存调拨添加仓库位置,至..与仓库位置对应

---
 src/views/operate/allot/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/operate/allot/index.vue b/src/views/operate/allot/index.vue
index 45b3424..01b29bf 100644
--- a/src/views/operate/allot/index.vue
+++ b/src/views/operate/allot/index.vue
@@ -230,7 +230,7 @@
           const list = res.data.map((item) => {
             return {
               ...item,
-              // from: item.fromLocation.name,
+              from: item.location.jointName,
               // to: item.toLocation.name
             }
           })

--
Gitblit v1.8.0