|
|
|
@ -202,6 +202,8 @@ export default { |
|
|
|
nd: rowData.actSolutionConcentration || 0, |
|
|
|
nddw: headerSelectFields.actSolutionConcentrationUnit, |
|
|
|
studySubjectId: this.formData.studySubjectId, |
|
|
|
studyId:this.formData.studyId, |
|
|
|
studyFormId:this.formData.id, |
|
|
|
list: list |
|
|
|
} |
|
|
|
this.subPackageRequest(postData); |
|
|
|
@ -213,6 +215,8 @@ export default { |
|
|
|
let postData = { |
|
|
|
bh: rowData.targetSolutionCode + rowData.subTargetSolutionCode, |
|
|
|
studySubjectId: this.formData.studySubjectId, |
|
|
|
studyId:this.formData.studyId, |
|
|
|
studyFormId:this.formData.id, |
|
|
|
} |
|
|
|
this.startConfigRequest(postData); |
|
|
|
}, |
|
|
|
@ -227,6 +231,8 @@ export default { |
|
|
|
nd: rowData.actSolutionConcentration,//实际目标溶液浓度 |
|
|
|
nddw: headerSelectFields.actSolutionConcentrationUnit, |
|
|
|
studySubjectId: this.formData.studySubjectId, |
|
|
|
studyId:this.formData.studyId, |
|
|
|
studyFormId:this.formData.id, |
|
|
|
kc: total, |
|
|
|
kcdw: unit, |
|
|
|
} |
|
|
|
@ -562,8 +568,11 @@ export default { |
|
|
|
return false; |
|
|
|
} |
|
|
|
let content = this.getFilledFormData(); |
|
|
|
//生成resource |
|
|
|
debugger |
|
|
|
return content; |
|
|
|
}, |
|
|
|
getResource(){ |
|
|
|
let content = this.getFilledFormData(); |
|
|
|
//生成resource |
|
|
|
let tmpResource = [] |
|
|
|
if (this.fillType === "actFill") { |
|
|
|
//阶梯配置 |
|
|
|
@ -744,7 +753,7 @@ export default { |
|
|
|
this.yqResourceTmp = stepResource.yqResource || [] |
|
|
|
|
|
|
|
this.resourceTmp = tmpResource |
|
|
|
return content; |
|
|
|
return this.resourceTmp; |
|
|
|
}, |
|
|
|
getStepResource() { |
|
|
|
const sjResource = [], yqResource = []; |
|
|
|
|