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