From cabafcce20d0ae702449957dba99fd7d4d32e5f6 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期五, 22 三月 2024 18:07:24 +0800
Subject: [PATCH] 概述模块的出库保存报错的问题修改+出库产品信息增加调入位置的选择

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

diff --git a/src/views/warehouseManage/listingRules/index.vue b/src/views/warehouseManage/listingRules/index.vue
index dfbd8d3..32b3b4c 100644
--- a/src/views/warehouseManage/listingRules/index.vue
+++ b/src/views/warehouseManage/listingRules/index.vue
@@ -131,7 +131,7 @@
           const list = res.data.map((item) => {
             return {
               ...item,
-              areaName: { label: item.location.jointName, value: item.location.id },
+              areaName: { label: item.area.jointName, value: item.area.id },
               subLocation: { label: item.location.jointName, value: item.location.id },
               productName: item.product.name,
               productCategory: item.productCategory.name,

--
Gitblit v1.8.0