|
@@ -156,6 +156,7 @@
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
|
|
|
<!-- 项目阶段 -->
|
|
<!-- 项目阶段 -->
|
|
|
|
+ <!-- 换位置之前看下项目阶段发起的请求 -->
|
|
<el-table-column prop="currentStage" label="项目阶段" sortable="custom" min-width="150" width="220" v-if="user.company.packageProject == 1 && permissions.projectPhase">
|
|
<el-table-column prop="currentStage" label="项目阶段" sortable="custom" min-width="150" width="220" v-if="user.company.packageProject == 1 && permissions.projectPhase">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<span style="display: inline-block; width: 150px">
|
|
<span style="display: inline-block; width: 150px">
|
|
@@ -1213,7 +1214,7 @@ a {
|
|
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 == 5) {
|
|
|
|
|
|
+ if(column.index == 6) {
|
|
this.phaseProjectId = row.id
|
|
this.phaseProjectId = row.id
|
|
// this.obtainPhase(row)
|
|
// this.obtainPhase(row)
|
|
}
|
|
}
|