From 6ae7d2b7e369bbb40b8a461b61cbd146a00d3bb7 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期三, 17 四月 2024 16:27:45 +0800
Subject: [PATCH] 3个模块 增加毛重,总毛重,净重,总净重的字段+出库明细,入库明细 查看增加6个字段的显示

---
 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 f8102e2..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?item.fromLocation.name:"",
-              to: item.toLocation?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