From d697d5ce65a3b43cbcd3db9d0955340cb8219c4e Mon Sep 17 00:00:00 2001 From: zuozhengqing <a13193816592@163.com> Date: 星期六, 28 十月 2023 16:17:28 +0800 Subject: [PATCH] Merge branch 'dev' of http://192.168.5.5:10010/r/web/WMS into dev --- src/views/warehouseManage/listingRules/index.vue | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/views/warehouseManage/listingRules/index.vue b/src/views/warehouseManage/listingRules/index.vue index ffb0523..1e815d2 100644 --- a/src/views/warehouseManage/listingRules/index.vue +++ b/src/views/warehouseManage/listingRules/index.vue @@ -124,8 +124,8 @@ const list = res.data.map((item) => { return { ...item, - areaName: {label:item.area.jointName,value:item.area.id}, - subLocation: {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, isSet: false, @@ -169,7 +169,8 @@ productName: "", companyName: "", isSet: true, - isEdit: false + isEdit: false, + isOrder: true }) this.areaId = 0 this.subLocationId = 0 @@ -289,6 +290,7 @@ this.tableData.map((item, index) => { if (index === rowIndex) { item.isEdit = false + item.isOrder = true } else { item.isEdit = true } -- Gitblit v1.8.0