Просмотр исходного кода

feat: 调拨详情不显示计量数量字段

liujt 6 дней назад
Родитель
Сommit
5aa047f13d
1 измененных файлов с 7 добавлено и 7 удалено
  1. 7 7
      src/views/warehouseManagement/inventoryAllocation/details.vue

+ 7 - 7
src/views/warehouseManagement/inventoryAllocation/details.vue

@@ -314,13 +314,13 @@
             minWidth: 100,
             hide: this.infoData.inventoryDimension != 3
           },
-          {
-            prop: 'measureQuantity',
-            label: '计量数量',
-            align: 'center',
-            showOverflowTooltip: true,
-            minWidth: 100
-          },
+          // {
+          //   prop: 'measureQuantity',
+          //   label: '计量数量',
+          //   align: 'center',
+          //   showOverflowTooltip: true,
+          //   minWidth: 100
+          // },
           {
             prop: 'quantity',
             label: '调拨数量',