Browse Source

中心仓增加库区列

liyuan 3 days ago
parent
commit
86d064f67f
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/views/storehouse/inventoryManage/inventory/index.vue

+ 6 - 0
src/views/storehouse/inventoryManage/inventory/index.vue

@@ -235,6 +235,12 @@ export default {
             overHidden: true,
             width: 100
           },
+            {
+                label: '库区',
+                prop: "regionName",
+                overHidden: true,
+                width: 100
+            },
           {
             label: '库存数量',
             prop: "balanceQuantity",