Browse Source

fix:[模板管理]GSP002

ouqian
15881625488@163.com 1 month ago
parent
commit
6698971b55
1 changed files with 19 additions and 1 deletions
  1. +19
    -1
      src/views/business/comps/template/comps/gsp/GSP002.vue

+ 19
- 1
src/views/business/comps/template/comps/gsp/GSP002.vue View File

@ -662,7 +662,7 @@ export default {
const formData = tableRef.getFilledFormData(); const formData = tableRef.getFilledFormData();
const headerSelectFields = formData.headerSelectFields; const headerSelectFields = formData.headerSelectFields;
const p = { const p = {
targetStartSolutionUnit: rowData.targetStartSolutionConcentrationPrecision,
targetStartSolutionUnit: formData.stepTableFormData[configIndex].targetStartSolutionConcentrationPrecision,
headerSelectFields headerSelectFields
} }
const volResult = this.updateSjmbrynd(item, targetAcSolution,p); const volResult = this.updateSjmbrynd(item, targetAcSolution,p);
@ -855,6 +855,24 @@ export default {
yxzq: null, yxzq: null,
yxzqdw: 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,
})
} }
} }
} }

Loading…
Cancel
Save