liuying
2024-04-24 e4963529b19325117dcbf419c97503b86b16bf22
iWare_RawMaterialWarehouse_Web/src/views/main/WmsBase/WmsMaterial/tabItem/WmsSubstituteGood/addFormWmsSubstituteGood.vue
@@ -72,26 +72,26 @@
          scopedSlots: { customRender: 'index' },
          align: 'center'
        },
        {
               title: '替代编号',
               align: 'center',
               customHeaderCell: () => {
                  return {
                     style: {
                        'min-width': '120px'//最小列宽设置
                     }
                  }
               },
               customCell: () => {
                  return {
                     style: {
                        'min-width': '120px'//最小列宽设置
                     }
                  }
               },
               sorter: true,
               dataIndex: 'substituteCode'
            },
        // {
            //    title: '替代编号',
            //    align: 'center',
            //    customHeaderCell: () => {
            //       return {
            //          style: {
            //             'min-width': '120px'//最小列宽设置
            //          }
            //       }
            //    },
            //    customCell: () => {
            //       return {
            //          style: {
            //             'min-width': '120px'//最小列宽设置
            //          }
            //       }
            //    },
            //    sorter: true,
            //    dataIndex: 'substituteCode'
            // },
            // {
            //    title: '物料编号',
            //    align: 'center',
@@ -152,26 +152,26 @@
               sorter: true,
               dataIndex: 'substituteMaterialCode'
            },
            {
               title: '替代品物料名称',
               align: 'center',
               customHeaderCell: () => {
                  return {
                     style: {
                        'min-width': '140px'//最小列宽设置
                     }
                  }
               },
               customCell: () => {
                  return {
                     style: {
                        'min-width': '140px'//最小列宽设置
                     }
                  }
               },
               sorter: true,
               dataIndex: 'substituteMaterialName'
            },
            // {
            //    title: '替代品物料名称',
            //    align: 'center',
            //    customHeaderCell: () => {
            //       return {
            //          style: {
            //             'min-width': '140px'//最小列宽设置
            //          }
            //       }
            //    },
            //    customCell: () => {
            //       return {
            //          style: {
            //             'min-width': '140px'//最小列宽设置
            //          }
            //       }
            //    },
            //    sorter: true,
            //    dataIndex: 'substituteMaterialName'
            // },
            {
               title: '替代次序',
               align: 'center',