diff --git a/src/views/my/pending/index.vue b/src/views/my/pending/index.vue index b6cc31b..bfaba90 100644 --- a/src/views/my/pending/index.vue +++ b/src/views/my/pending/index.vue @@ -114,12 +114,8 @@ const openDetail = (c: MyChange,type:string = '') => { routerPushByKey("my_highriskdetail",{ query: { id: c.id.toString() } }); }; // 打开进度 -const openProgress = (c: MyChange,type:string = '') => { +const openProgress = (c: any) => { currentRow.value = c; - if(type==='reject'){ - window.$message?.info("该任务暂无关联变更进度"); - return; - } progressDrawer.value = true; }; // 打开撤回 @@ -331,9 +327,9 @@ onMounted(() => { 暂无数据
-
@@ -421,7 +417,7 @@ onMounted(() => {
详情 - 进度 + 进度 修改重报 关闭变更
@@ -436,40 +432,39 @@ onMounted(() => {
{{ currentRow?.title }}
- {{ currentRow?.id }} - {{currentRow.status}} - {{currentRow.status}} - {{currentRow.status}} - {{currentRow.status}} - 超期 {{ currentRow?.day }} 天 + {{ currentRow?.change_no }} + 审批中 + 已通过 + 待验收 + 待关闭 + 已驳回 + 已关闭 + 已撤回 + 超期 {{ currentRow?.overdue_days }} 天
{{ [currentRow?.dept, currentRow?.applicant].filter(Boolean).join(' · ') }}
{{ currentRow?.meta }}
-
+
- - - - {{ i + 1 }} + + - +
-
- {{ s }}{{ i === curIdx && !closed ? '(当前)' : '' }} -
-
{{ timeOf(i) }}
-
- {{ [currentRow?.detail, currentRow?.updateTime ? `更新 ${currentRow?.updateTime}` : ''].filter(Boolean).join(' · ') }} -
+

{{ s.action }}

+ {{s.finished_at?.slice(0, 16)}}
-
- 临时变更:计划恢复 {{ currentRow?.deadline ?? '—' }}{{ currentRow?.extended ? ` · 延期后恢复 ${currentRow?.deadline}` : '' }} · 恢复 / 延期 / 转永久请在详情页中操作 +
+ 临时变更:计划恢复 {{ currentRow?.restore_deadline ?? '—' }} · 恢复 / 延期 / 转永久请在详情页中操作