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() }) }