diff --git a/src/views/business/comps/template/comps/gsp/GSP002.vue b/src/views/business/comps/template/comps/gsp/GSP002.vue index 3f79e3d..a0f8c10 100644 --- a/src/views/business/comps/template/comps/gsp/GSP002.vue +++ b/src/views/business/comps/template/comps/gsp/GSP002.vue @@ -662,7 +662,7 @@ export default { const formData = tableRef.getFilledFormData(); const headerSelectFields = formData.headerSelectFields; const p = { - targetStartSolutionUnit: rowData.targetStartSolutionConcentrationPrecision, + targetStartSolutionUnit: formData.stepTableFormData[configIndex].targetStartSolutionConcentrationPrecision, headerSelectFields } const volResult = this.updateSjmbrynd(item, targetAcSolution,p); @@ -855,6 +855,24 @@ export default { yxzq: null, yxzqdw: null, }) + //原始溶液 + tmpResource.push({ + mc: null, + bh: stepTableFormData[j].actStartSolutionCode, + ph: null, + nd: null, + nddw: null, + ndz: null, + ly: null, + sxrq: null, + kc: null, + kcdw: null, + type: 1, + syl: stepTableFormData[j].actStartSolutionVolume, + syldw: paralleConfigs.headerSelectFields.actStartSolutionVolumeUnit, + yxzq: null, + yxzqdw: null, + }) } } }