zenglf
2023-09-19 3457909638c660c0cfcb521b6104ab64c679b914
src/views/spare/modules/sparePartReceive/SpareSelectList.vue
@@ -71,88 +71,79 @@
        {
          title: '备件编码',
          align: 'center',
          fixed: 'left',
          dataIndex: 'spareNum',
          width: 150,
          ellipsis: true
        },
        {
          title: '备件名称',
          align: 'center',
          fixed: 'left',
          dataIndex: 'spareName',
          width: 150,
          ellipsis: true
        },
        {
          title: '型号',
          align: 'center',
          dataIndex: 'model',
          fixed: 'left',
          width: 150
        },
        {
          title: '规格',
          align: 'center',
          dataIndex: 'specification',
          width: 150,
          ellipsis: true
        },
        {
          title: '批次号',
          align: 'center',
          dataIndex: 'batchNum',
          width: 150,
        },
        {
          title: '制造商',
          align: 'center',
          dataIndex: 'constructorName',
          width: 150,
        },
        {
          title: '出厂日期',
          align: 'center',
          dataIndex: 'manufactureDate',
          width: 150,
        },
        { title: '有效期',
          align: 'center',
          dataIndex: 'validityPeriod',
          width: 150,
        },
        { title: '主单位',
        { title: '单位',
          align: 'center',
          dataIndex: 'mainUnitId_dictText',
          width: 150,
        },
        { title: '辅单位',
        /* { title: '辅单位',
          align: 'center',
          dataIndex: 'auxiliaryUnitId_dictText',
          width: 150
        },
        { title: '主数量',
        }, */
        { title: '数量',
          align: 'center',
          dataIndex: 'mainQuantity',
          width: 150
        },
        { title: '辅数量',
      /*   { title: '辅数量',
          align: 'center',
          dataIndex: 'auxiliaryQuantity',
          width: 150
        },
        {
        }, */
       /*  {
          title: '换算比例',
          align: 'center',
          dataIndex: 'conversionRatio',
          width: 150
        }
        } */
      ],
      selectedRowKeys: [],
      oldSelectRows: [],