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

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

liujt пре 6 дана
родитељ
комит
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: '调拨数量',