提交 7f5afe23 authored 作者: gjx's avatar gjx

修改评审显示评审记录的问题

上级 39333ce8
......@@ -40,11 +40,15 @@
<ParticipantInfo ref="ParticipantInfoRef" v-model:data="chryData" :psfs="psfs" />
</a-collapse-panel>
</a-collapse>
<div class="m-4">
<HistoryInfo :wrdkid="wrdkid" :pgtype="pgtype" :scjdbm="scjdbm" />
</div>
</div>
</template>
<script lang="ts" name="dkgl-fxgk-modal-ReviewMaterialUpload" setup>
import { getZjyj, updateZjcy, submitZjyj, getZjzmbUrl, getChrymbtUrl, getScchryUrl } from '@/api/dkgl.api';
import MaterialUpload from '../components/MaterialUpload.vue'; // 新组件
import HistoryInfo from '/@/components/customComponent/HistoryInfo.vue'; // 新组件
import PanelInfo from '@/views/dkgl/investigate/components/PanelInfo.vue'; // 完全一样(地块调查的组件)
import ParticipantInfo from '@/views/dkgl/investigate/components/ParticipantInfo.vue'; //完全一样(地块调查的组件)
import { useMessage } from '/@/hooks/web/useMessage';
......
......@@ -40,11 +40,15 @@
<ParticipantInfo ref="ParticipantInfoRef" v-model:data="chryData" :psfs="psfs" />
</a-collapse-panel>
</a-collapse>
<div class="m-4">
<HistoryInfo :wrdkid="wrdkid" :pgtype="pgtype" :scjdbm="scjdbm" />
</div>
</div>
</template>
<script lang="ts" name="dkgl-gkpg-modal-ReviewMaterialUpload" setup>
import { getZjyj, updateZjcy, submitZjyj, getZjzmbUrl, getChrymbtUrl, getScchryUrl } from '@/api/dkgl.api';
import MaterialUpload from '../components/MaterialUpload.vue'; // 新组件
import HistoryInfo from '/@/components/customComponent/HistoryInfo.vue'; // 新组件
import PanelInfo from '@/views/dkgl/investigate/components/PanelInfo.vue'; // 完全一样(地块调查的组件)
import ParticipantInfo from '@/views/dkgl/investigate/components/ParticipantInfo.vue'; //完全一样(地块调查的组件)
import { useMessage } from '/@/hooks/web/useMessage';
......
......@@ -40,11 +40,15 @@
<ParticipantInfo ref="ParticipantInfoRef" v-model:data="chryData" :psfs="psfs" />
</a-collapse-panel>
</a-collapse>
<div class="m-4">
<HistoryInfo :wrdkid="wrdkid" :pgtype="pgtype" :scjdbm="scjdbm" />
</div>
</div>
</template>
<script lang="ts" name="dkgl-gkxf-modal-ReviewMaterialUpload" setup>
import { getZjyj, updateZjcy, submitZjyj, getZjzmbUrl, getChrymbtUrl, getScchryUrl } from '@/api/dkgl.api';
import MaterialUpload from '../components/MaterialUpload.vue'; // 新组件
import HistoryInfo from '/@/components/customComponent/HistoryInfo.vue'; // 新组件
import PanelInfo from '@/views/dkgl/investigate/components/PanelInfo.vue'; // 完全一样(地块调查的组件)
import ParticipantInfo from '@/views/dkgl/investigate/components/ParticipantInfo.vue'; //完全一样(地块调查的组件)
import { useMessage } from '/@/hooks/web/useMessage';
......
......@@ -40,11 +40,15 @@
<ParticipantInfo ref="ParticipantInfoRef" v-model:data="chryData" :psfs="psfs" />
</a-collapse-panel>
</a-collapse>
<div class="m-4">
<HistoryInfo :wrdkid="wrdkid" :pgtype="pgtype" :scjdbm="scjdbm" />
</div>
</div>
</template>
<script lang="ts" name="dkgl-gkxfpg-modal-ReviewMaterialUpload" setup>
import { getZjyj, updateZjcy, submitZjyj, getZjzmbUrl, getChrymbtUrl, getScchryUrl } from '@/api/dkgl.api';
import MaterialUpload from '../components/MaterialUpload.vue'; // 新组件
import HistoryInfo from '/@/components/customComponent/HistoryInfo.vue'; // 新组件
import PanelInfo from '@/views/dkgl/investigate/components/PanelInfo.vue'; // 完全一样(地块调查的组件)
import ParticipantInfo from '@/views/dkgl/investigate/components/ParticipantInfo.vue'; //完全一样(地块调查的组件)
import { useMessage } from '/@/hooks/web/useMessage';
......
......@@ -40,11 +40,15 @@
<ParticipantInfo ref="ParticipantInfoRef" v-model:data="chryData" :psfs="psfs" />
</a-collapse-panel>
</a-collapse>
<div class="m-4">
<HistoryInfo :wrdkid="wrdkid" :scjdbm="scjdbm" />
</div>
</div>
</template>
<script lang="ts" name="dkgl-investigate-modal-ReviewMaterialUpload" setup>
import { getZjyj, updateZjcy, submitZjyj, getZjzmbUrl, getChrymbtUrl, getScchryUrl } from '@/api/dkgl.api';
import MaterialUpload from '../components/MaterialUpload.vue';
import HistoryInfo from '/@/components/customComponent/HistoryInfo.vue'; // 新组件
import PanelInfo from '../components/PanelInfo.vue';
import ParticipantInfo from '../components/ParticipantInfo.vue';
import { useMessage } from '/@/hooks/web/useMessage';
......
......@@ -40,11 +40,15 @@
<ParticipantInfo ref="ParticipantInfoRef" v-model:data="chryData" :psfs="psfs" />
</a-collapse-panel>
</a-collapse>
<div class="m-4">
<HistoryInfo :wrdkid="wrdkid" :pgtype="pgtype" :scjdbm="scjdbm" />
</div>
</div>
</template>
<script lang="ts" name="dkgl-repair-modal-ReviewMaterialUpload" setup>
import { getZjyj, updateZjcy, submitZjyj, getZjzmbUrl, getChrymbtUrl, getScchryUrl } from '@/api/dkgl.api';
import MaterialUpload from '../components/MaterialUpload.vue'; // 新组件
import HistoryInfo from '/@/components/customComponent/HistoryInfo.vue'; // 新组件
import PanelInfo from '@/views/dkgl/investigate/components/PanelInfo.vue'; // 完全一样(地块调查的组件)
import ParticipantInfo from '@/views/dkgl/investigate/components/ParticipantInfo.vue'; //完全一样(地块调查的组件)
import { useMessage } from '/@/hooks/web/useMessage';
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论