|
@@ -169,7 +169,8 @@
|
|
|
onSelect: onSelect,
|
|
|
getCheckboxProps: (record) => ({
|
|
|
props: {
|
|
|
- disabled: record.id == 'amount', // 禁选的条件为:合计行不可选
|
|
|
+ //disabled: record.id == 'amount', // 禁选的条件为:合计行不可选
|
|
|
+ disabled: record.id == 'amount' || (record.ji && chooseRowType == 'huiji')
|
|
|
},
|
|
|
}),}"
|
|
|
@change="handleTableChange"
|
|
@@ -294,6 +295,8 @@ import ProjectImportListModal from '../projectImportList/modules/ProjectImportLi
|
|
|
expandedRowKeys: [],
|
|
|
// 是否全部展开
|
|
|
isExpanded: false,
|
|
|
+ // 获取对比级
|
|
|
+ chooseRowType: undefined,
|
|
|
// 获取到的对比数据
|
|
|
duibiList: [],
|
|
|
// 获取到的材料费对比数据
|