From 3d53acca89ce7984c766bd42dcb4fde3d1861ba2 Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Fri, 9 Jan 2026 21:23:29 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A[=E8=AF=95=E9=AA=8C=E7=AE=A1?= =?UTF-8?q?=E7=90=86=EF=BC=8C=E8=A1=A8=E5=8D=95=E7=AE=A1=E7=90=86]?= =?UTF-8?q?=E7=89=A9=E8=B5=84=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/form/drug/comp/wzlb.vue | 158 ++++++++++++++++++++++++- src/views/business/form/nonTrial/comp/wzlb.vue | 157 +++++++++++++++++++++++- src/views/business/study/comp/wzlb.vue | 4 +- 3 files changed, 310 insertions(+), 9 deletions(-) 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') } ],