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 | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/operate/allot/index.vue b/src/views/operate/allot/index.vue index 84f4e10..01b29bf 100644 --- a/src/views/operate/allot/index.vue +++ b/src/views/operate/allot/index.vue @@ -230,8 +230,8 @@ const list = res.data.map((item) => { return { ...item, - from: item.fromLocation.name, - to: item.toLocation.name + from: item.location.jointName, + // to: item.toLocation.name } }) this.tableList.tableInfomation = list || [] -- Gitblit v1.8.0