|
@@ -1258,11 +1258,11 @@ a {
|
|
column.index=columnIndex;
|
|
column.index=columnIndex;
|
|
},
|
|
},
|
|
clickCell(row,column) {
|
|
clickCell(row,column) {
|
|
- console.log(this.permissions.projectManagement || this.user.id==row.inchargerId || this.user.id==row.creatorId)
|
|
|
|
|
|
+ // console.log('can can need',row,column)
|
|
if(this.permissions.projectManagement || this.user.id==row.inchargerId || this.user.id==row.creatorId) {
|
|
if(this.permissions.projectManagement || this.user.id==row.inchargerId || this.user.id==row.creatorId) {
|
|
this.phaseProjectValie = row.currentStageId ? row.currentStageId : ''
|
|
this.phaseProjectValie = row.currentStageId ? row.currentStageId : ''
|
|
this.currentCell = row.index + ',' + column.index;
|
|
this.currentCell = row.index + ',' + column.index;
|
|
- if(column.index == 6) {
|
|
|
|
|
|
+ if(column.label == '项目阶段') {
|
|
this.phaseProjectId = row.id
|
|
this.phaseProjectId = row.id
|
|
// this.obtainPhase(row)
|
|
// this.obtainPhase(row)
|
|
}
|
|
}
|