From 484274743426cd0a09a404a263c16fac990bad4d Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期一, 15 四月 2024 18:59:11 +0800
Subject: [PATCH] 库存调整模块 位置的接口

---
 src/views/operate/inventoryAdjustment/inventoryAdjustmentHistory.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/operate/inventoryAdjustment/inventoryAdjustmentHistory.vue b/src/views/operate/inventoryAdjustment/inventoryAdjustmentHistory.vue
index 8da377a..d1bbaa0 100644
--- a/src/views/operate/inventoryAdjustment/inventoryAdjustmentHistory.vue
+++ b/src/views/operate/inventoryAdjustment/inventoryAdjustmentHistory.vue
@@ -142,8 +142,8 @@
             let product = item.details[0].product
             return {
               ...item,
-              from: item.fromLocation.name,
-              to: item.toLocation.name,
+              from: item.details[0].fromLocation.jointName?item.details[0].fromLocation.jointName:"",
+              to: item.details[0].toLocation.jointName?item.details[0].toLocation.jointName:"",
               productName: product.name,
               amount: item.details[0].amount,
               unit: product.unit

--
Gitblit v1.8.0