-
+
+
+
+ 当前登录人:{{ user.name }}
+
+ 统计设置
+
+
+
+
+
+
+ 预算总体进展情况
+
+
+
+
+
+
+ {{
+ moneyFormat(
+ statistic.progress ? statistic.progress.money_total_1 : 0
+ )
+ }}
+
+
年初预算合计金额
+
+
+
+ {{
+ moneyFormat(
+ statistic.progress ? statistic.progress.money_total_2 : 0
+ )
+ }}
+
调整后预算合计金额
+
+
+
+ {{
+ moneyFormat(
+ statistic.progress
+ ? statistic.progress.use_money_total
+ : 0
+ )
+ }}
+
+
已支付金额
+
+
+
+ {{
+ toper(
+ statistic.progress ? statistic.progress.money_total_1 : 0,
+ statistic.progress ? statistic.progress.money_total_2 : 0,
+ statistic.progress
+ ? statistic.progress.use_money_total
+ : 0
+ )
+ }}%
+
+
进展率
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 已读
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查看
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查看
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
diff --git a/src/views/finance/evaluateConfirm.vue b/src/views/finance/evaluateConfirm.vue
index 7879333..6338d39 100644
--- a/src/views/finance/evaluateConfirm.vue
+++ b/src/views/finance/evaluateConfirm.vue
@@ -46,6 +46,7 @@
@click="
() => {
$refs['addPlanEvaluate'].type = 1;
+ $refs['addPlanEvaluate'].setPlan(scope.row);
$refs['addPlanEvaluate'].setPlanId(scope.row.id);
$refs['addPlanEvaluate'].show();
}
@@ -60,6 +61,7 @@
@click="
() => {
$refs['addPlanEvaluate'].type = 2;
+ $refs['addPlanEvaluate'].setPlan(scope.row);
$refs['addPlanEvaluate'].setPlanId(scope.row.id);
$refs['addPlanEvaluate'].show();
}
@@ -67,47 +69,6 @@
>
年末目标
-
- 确认年中自评确认?
-
-
-
-
-
-
-
- 确认年末自评确认?
-
-
-
-
-
@@ -128,7 +89,7 @@
}" />
-