ソースを参照

调整项目阶段判断

Lijy 2 年 前
コミット
02323ca404

+ 2 - 2
fhKeeper/formulahousekeeper/timesheet/src/views/project/list.vue

@@ -1262,10 +1262,10 @@ a {
                 if(this.permissions.projectManagement || this.user.id==row.inchargerId || this.user.id==row.creatorId) {
                     this.phaseProjectValie = row.currentStageId  ? row.currentStageId : ''
                     this.currentCell = row.index + ',' + column.index;
-                    if(column.label == '项目阶段') {
+                    // if(column.label == '项目阶段') {
                         this.phaseProjectId = row.id
                         // this.obtainPhase(row)
-                    }
+                    // }
                     setTimeout(() => {
                         // 获得焦点
                         this.$refs[row.index + ',' + column.index].focus();

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/project/projectInside.vue

@@ -720,7 +720,7 @@
                 <el-tab-pane label="新建分组" name="new">
                     <el-form ref="form2" :model="groupForm" :rules="rules" style="margin-top:40px;">
                     <el-form-item prop="name">
-                        <el-input v-model="groupForm.name" placeholder="请输入分组名称" maxlength="12"
+                        <el-input v-model="groupForm.name" placeholder="请输入分组名称" maxlength="50"
                             show-word-limit clearable></el-input>
                     </el-form-item>
                     <el-button type="primary" @click="addGroup" style="width:100%;" >创建</el-button>