yangfeng
2023-11-16 5c799a17ba980d9a15a62cefa9dbbae40430df30
上架规则当产品到达回显修改
1个文件已修改
2 ■■■ 已修改文件
src/views/warehouseManage/listingRules/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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,