Преглед на файлове

refactor(库存分配): 调入列表移除重量和重量单位列显示

liujt преди 7 месеца
родител
ревизия
f2e9f3469f
променени са 1 файла, в които са добавени 12 реда и са изтрити 12 реда
  1. 12 12
      src/views/warehouseManagement/inventoryAllocation/add.vue

+ 12 - 12
src/views/warehouseManagement/inventoryAllocation/add.vue

@@ -779,18 +779,18 @@
             align: 'center',
             showOverflowTooltip: true,
           },
-          {
-            prop: 'weight',
-            label: '重量',
-            align: 'center',
-            showOverflowTooltip: true,
-          },
-          {
-            prop: 'weightUnit',
-            label: '重量单位',
-            align: 'center',
-            showOverflowTooltip: true,
-          },
+          // {
+          //   prop: 'weight',
+          //   label: '重量',
+          //   align: 'center',
+          //   showOverflowTooltip: true,
+          // },
+          // {
+          //   prop: 'weightUnit',
+          //   label: '重量单位',
+          //   align: 'center',
+          //   showOverflowTooltip: true,
+          // },
           {
             label: '操作',
             align: 'center',