Przeglądaj źródła

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

liujt 6 miesięcy temu
rodzic
commit
5317b2aa54

+ 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
           },
           {