瀏覽代碼

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',
             align: 'center',
             showOverflowTooltip: true,
             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: '操作',
             label: '操作',
             align: 'center',
             align: 'center',