qushaowei
2023-08-31 b5e4adfc3a55490ad1cd49f50dfcc9dfb7b57d33
src/views/spare/modules/sparePartOutbound/JSelectSparePartInventoryModal.vue
@@ -153,17 +153,17 @@
          dataIndex: 'manufactureDate'
        },
        {
          title: '主单位',
          title: '单位',
          align: 'center',
          dataIndex: 'mainUnitName'
        },
        {
          title: '库存主数量',
          title: '库存数量',
          align: 'center',
          dataIndex: 'mainQuantity'
        },
        {
      /*   {
          title: '辅单位',
          align: 'center',
          dataIndex: 'auxiliaryUnitName'
@@ -172,7 +172,7 @@
          title: '库存辅数量',
          align: 'center',
          dataIndex: 'auxiliaryQuantity'
        },
        }, */
      ],
      selectedRowKeys: [],
      oldSelectRows: [],