diff --git a/src/views/business/form/drug/comp/wzlb.vue b/src/views/business/form/drug/comp/wzlb.vue index 94b8029..e462b57 100644 --- a/src/views/business/form/drug/comp/wzlb.vue +++ b/src/views/business/form/drug/comp/wzlb.vue @@ -1,10 +1,56 @@ - 物资列表 + + + + {{ $t('page.business.study.studyFormPlan.syxx') }} + + + + + + {{ studyInfo.name }} + + + + + {{ studyInfo.sn }} + + + + + {{ studyInfo.leaderName }} + + + + + {{ studyInfo.createTime }} + + + + + + + + + {{ item.name }} + + + + + + + + diff --git a/src/views/business/form/nonTrial/comp/wzlb.vue b/src/views/business/form/nonTrial/comp/wzlb.vue index 94b8029..d46229d 100644 --- a/src/views/business/form/nonTrial/comp/wzlb.vue +++ b/src/views/business/form/nonTrial/comp/wzlb.vue @@ -1,10 +1,54 @@ - 物资列表 + + + + {{ $t('page.business.study.studyFormPlan.syxx') }} + + + + + + {{ studyInfo.name }} + + + + + {{ studyInfo.sn }} + + + + + {{ studyInfo.leaderName }} + + + + + {{ studyInfo.createTime }} + + + + + + + + + {{ item.name }} + + + + + + + diff --git a/src/views/business/study/comp/wzlb.vue b/src/views/business/study/comp/wzlb.vue index 97da80d..457d41e 100644 --- a/src/views/business/study/comp/wzlb.vue +++ b/src/views/business/study/comp/wzlb.vue @@ -50,7 +50,6 @@ import { checkPermi, checkRole } from "@/utils/permission"; import { study_info } from "@/api/business/study/study" import gyzjList from './wzlb/gyzjList.vue' -import mjyList from './wzlb/mjyList.vue' export default { name: 'StudyWzlb', props: { @@ -70,7 +69,7 @@ export default { } }, }, - components: {gyzjList,mjyList}, + components: {gyzjList}, data() { return { showDetail: false, @@ -80,7 +79,6 @@ export default { { key: 'sjlb', name: this.$t('page.business.study.studyEnter.sjlb') }, { key: 'gsplb', name: this.$t('page.business.study.studyEnter.gsplb') }, { key: 'gyzjlb', name: this.$t('page.business.study.studyEnter.gyzjlb') }, - { key: 'mjylb', name: this.$t('page.business.study.studyEnter.mjylb') }, { key: 'xblb', name: this.$t('page.business.study.studyEnter.xblb') }, { key: 'xjlb', name: this.$t('page.business.study.studyEnter.xjlb') } ],