-
- {{ currentScore.scorerName || '-' }}
- {{ currentScore.scoreStatus === 'completed' ? '已评分' : '待评分' }}
-
- 四个评分维度录入、加权计算和评分提交将在下一阶段开发。
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 保存评分
+ 评分已锁定,请重新提交流程办理
+
+
@@ -131,11 +156,13 @@
import {
castInstituteVote,
queryDataById,
- queryImprovementDeptScoreListByMainId,
queryImprovementInstituteVoteListByMainId,
+ queryMyDeptScore,
saveArchiveAward,
+ saveDeptScore,
saveInitialReview,
saveLeaderAward,
+ submitDeptScore,
} from '../ImprovementProposal.api';
const props = defineProps({
@@ -147,14 +174,16 @@
const { createMessage } = useMessage();
const userStore = useUserStore();
const loading = ref(false);
+ const savingScore = ref(false);
const savingVote = ref(false);
const scoreModalVisible = ref(false);
const proposal = ref