采购更新
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user