Lijy 1 kuukausi sitten
vanhempi
commit
63b95e6fd9

+ 4 - 0
fhKeeper/formulahousekeeper/timesheet_mld/src/views/corpreport/list.vue

@@ -4350,6 +4350,10 @@ export default {
       if(this.ins == 29) {
         this.getTaskPlanAndRealCost()
       }
+
+      if(this.ins == 32) {
+        this.getPlanPendingReview()
+      }
     },
     getTaskPlanAndRealCost() {
       this.listLoading = true;

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet_mld/src/views/project/project_gantt.vue

@@ -89,7 +89,7 @@
     :key="updatakey1" :tasks="tasks"></vueGantt>
 
   <div class="demand-container" v-if="!isDataLoaded">
-    <el-table height="55vh" :loading="demandListLoading" :data="demandList">
+    <el-table height="75vh" :loading="demandListLoading" :data="demandList">
       <el-table-column :label="user.companyId == '7030' ? '项目令号' : $t('Itemno')" prop="projectCode" width="160"></el-table-column>
       <el-table-column :label="$t('headerTop.projectName')" prop="projectName" min-width="240"></el-table-column>
       <el-table-column :label="$t('jin-qi-ri-huo-yue-ren-yuan')" prop="activeUsers" min-width="240">