فهرست منبع

feat(库存台账): 在物品列表中添加锁定数量列

liujt 6 ماه پیش
والد
کامیت
5317b2aa54
1فایلهای تغییر یافته به همراه7 افزوده شده و 0 حذف شده
  1. 7 0
      src/views/warehouseManagement/stockLedger/components/item-list.vue

+ 7 - 0
src/views/warehouseManagement/stockLedger/components/item-list.vue

@@ -409,6 +409,13 @@
           {
             prop: 'level',
             label: '级别',
+            align: 'center',
+            showOverflowTooltip: true
+          },
+          {
+            prop: 'lockQuantity',
+            label: '锁定数量',
+            align: 'center',
             showOverflowTooltip: true
           },
           {