| | |
| | | searchInfoType: 'text' |
| | | }, |
| | | { |
| | | minWidth: '120', |
| | | prop: 'projectName', |
| | | label: '项目名称', |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text' |
| | | }, |
| | | { |
| | | minWidth: '100', |
| | | prop: 'name', |
| | | label: '原材料名称', |
| | |
| | | mounted() { |
| | | |
| | | }, |
| | | // props:['currentRow'], |
| | | methods: { |
| | | getData() { |
| | | if (this.$refs.rawPartTable !== undefined) { |
| | |
| | | } |
| | | }, |
| | | saveSelectRow() { |
| | | // console.log(this.multipleSelection); |
| | | console.log(); |
| | | if (this.multiSelect) { |
| | | this.$emit('handleSelectionChange', this.multipleSelection) |
| | | } else { |
| | |
| | | ) |
| | | } |
| | | this.innerVisible = false |
| | | this.$parent.costPlannedAmountChange(this.currentRow) |
| | | }, |
| | | handleCurrentChange(row) { |
| | | console.log(row); |
| | | this.currentRow = row |
| | | console.log(this.currentRow); |
| | | }, |
| | | handleSelectionChange(val) { |
| | | // 多行选中 |