From e3cadadc1e03e0648a079f7fc8bf8b3d0d64bc27 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期一, 15 四月 2024 15:54:04 +0800
Subject: [PATCH] wms的出库入库调拨 3个模块新建,编辑,列表增加 主管,会计,保管员3个字段以及新建,编辑联调

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

diff --git a/src/views/warehouseManage/listingRules/index.vue b/src/views/warehouseManage/listingRules/index.vue
index 3e5914f..32b3b4c 100644
--- a/src/views/warehouseManage/listingRules/index.vue
+++ b/src/views/warehouseManage/listingRules/index.vue
@@ -90,7 +90,6 @@
     this.setTable()
     let query = this.$route.query
     if (query) {
-      console.log("aaaaaaaaaaaaa", query)
       this.queryProductId = query.productId?.length ? query.productId : null
       this.categoryId = query.id ? Number(query.id) : null
       this.pagerOptions.currPage = 1
@@ -132,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