Преглед изворни кода

feat(仓库管理): 在入库管理和出库管理表格中添加数量列

liujt пре 6 месеци
родитељ
комит
615946ef0a

+ 6 - 0
src/views/warehouseManagement/outgoingManagement/index.vue

@@ -400,6 +400,12 @@
             align: 'center',
             showOverflowTooltip: true
           },
+          {
+            prop: 'totalQuantity',
+            label: '数量',
+            align: 'center',
+            showOverflowTooltip: true
+          },
           {
             prop: 'specification',
             label: '规格',

+ 6 - 0
src/views/warehouseManagement/stockManagement/index.vue

@@ -399,6 +399,12 @@
             showOverflowTooltip: true,
             width: 150
           },
+          {
+            prop: 'totalQuantity',
+            label: '数量',
+            align: 'center',
+            showOverflowTooltip: true
+          },
           {
             prop: 'specification',
             label: '规格',