|
|
|
@ -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, |
|
|
|
|