houjie
2023-08-23 1ec4da063b3195f4f46af969a9d170bda2df7c2a
src/views/spare/modules/sparePartScrapRequirement/SparePartScrapRequirementDetailList.vue
@@ -15,7 +15,7 @@
        size='middle'
        bordered
        rowKey='id'
        :scroll='{x:true}'
        :scroll="{ x: 'calc(1400px + 50%)', y: 900 }"
        :columns='columns'
        :dataSource='dataSource'
        :pagination='ipagination'
@@ -147,55 +147,53 @@
          title: '备件编码',
          align: 'center',
          dataIndex: 'spareNum',
          width: 150,
        },
        {
          title: '备件名称',
          align: 'center',
          dataIndex: 'spareName',
          width: 150,
        },
        {
          title: '规格',
          align: 'center',
          dataIndex: 'specification',
          width: 130,
        },
        {
          title: '型号',
          align: 'center',
          dataIndex: 'model',
          width: 150,
        },
        {
          title: '主单位',
          title: '单位',
          align: 'center',
          dataIndex: 'mainUnitIdName',
          width: 100,
        },
        {
          title: '主数量',
          title: '数量',
          align: 'center',
          dataIndex: 'mainQuantity',
          width: 100,
        },
        {
       /*  {
          title: '辅数量',
          align: 'center',
          dataIndex: 'auxiliaryQuantity',
          width: 100,
        },
        {
        }, */
      /*   {
          title: '辅单位',
          align: 'center',
          dataIndex: 'auxiliaryUnitIdName',
          width: 100,
        },
        }, */
        {
          title: '需求日期',
          align: 'center',
          dataIndex: 'requirementTime',
          width: 100,
        },
      ],
      url: {