From 30b9f0997a2be571ede939d5dccb7af2cdadc752 Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Mon, 12 Jan 2026 17:48:17 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A[=E6=A8=A1=E6=9D=BF=E7=AE=A1?= =?UTF-8?q?=E7=90=86]=E7=94=9F=E7=89=A9=E6=A0=B7=E5=93=81=E5=88=86?= =?UTF-8?q?=E6=9E=90=E6=BA=B6=E6=B6=B2=E9=85=8D=E5=88=B6=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/comps/template/comps/sp/SWYPFXRYPZB.vue | 8 ++------ src/views/business/study/comp/tbbd/Bj.vue | 6 +++--- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/src/views/business/comps/template/comps/sp/SWYPFXRYPZB.vue b/src/views/business/comps/template/comps/sp/SWYPFXRYPZB.vue index b8efb61..b662e12 100644 --- a/src/views/business/comps/template/comps/sp/SWYPFXRYPZB.vue +++ b/src/views/business/comps/template/comps/sp/SWYPFXRYPZB.vue @@ -259,10 +259,8 @@ export default { methods: { async getFormData() { let content = await this.validFormFields(["baseInfoRef", "storageConditionRef", "stepFormPackageRef", "stepRef", "remarkRef"]); - //生成resource todo 已经提交,再次编辑需要合并,通过编号关联 - // type(1:试剂;3:供试品;5:给药制剂;7:麻精药),syl(使用量)syldw(使用量单位) + //生成resource let tmpResource = [] - debugger //配置的试剂 tmpResource.push({ mc: content.targetName, @@ -270,12 +268,10 @@ export default { ph: '', nd: content.targetActConcentration + content.targetActConcentrationUnit, source: '配置', - type: 1, - sxrq: content.expireDate, ndz: content.targetActConcentration, nddw: content.targetActConcentrationUnit, - kc: content.targetActVolume*content.targetActConcentration, + kc: content.targetActVolume, kcdw: content.targetActVolumeUnit, syl: null, syldw:content.targetActVolumeUnit, diff --git a/src/views/business/study/comp/tbbd/Bj.vue b/src/views/business/study/comp/tbbd/Bj.vue index bc4f765..b7841b0 100644 --- a/src/views/business/study/comp/tbbd/Bj.vue +++ b/src/views/business/study/comp/tbbd/Bj.vue @@ -85,7 +85,7 @@ append-to-body :close-on-click-modal="false">
- +
{{ @@ -144,7 +144,7 @@
存储位置:
- +
@@ -337,7 +337,7 @@ export default { this.showIndex = 1 this.$modal.loading() study_info({ id: studyId }).then(response => { - this.form = _.merge({}, this.form, { stydyId: studyId, resourceStudy: response.data.resource }) + this.form = _.merge({}, this.form, { stydyId: studyId, resourceStudy: response.data.resource,sftb:1 }) this.$modal.closeLoading() }) }