采购更新

This commit is contained in:
吴红兵
2026-03-11 22:14:38 +08:00
parent 4fe8453fdf
commit ad78c6c70d
4 changed files with 208 additions and 122 deletions

View File

@@ -75,7 +75,7 @@
<el-divider content-position="left">审核流程</el-divider>
<flow-comment-timeline v-if="flowInstId" :flow-inst-id="flowInstId" />
<FlowCommentTimeline v-if="flowInstId" :curr-job="{ flowInstId }" />
</template>
<template #footer>
@@ -91,11 +91,13 @@
</template>
<script setup lang="ts">
import { ref } from 'vue';
import { ref, defineAsyncComponent } from 'vue';
import { useMessage } from '/@/hooks/message';
import { getDetail } from '/@/api/purchase/purchasingcontract';
import { previewFileById, downloadFileById } from '/@/api/purchase/purchasingrequisition';
const FlowCommentTimeline = defineAsyncComponent(() => import('/@/views/jsonflow/comment/timeline.vue'));
interface FileItem {
id: string;
name: string;