From 438d5395765d8b5053435175320afc6c1d09c450 Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Thu, 5 Mar 2026 11:12:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:[=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86]GPS00?= =?UTF-8?q?2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/comps/template/comps/gsp/GSP002.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/business/comps/template/comps/gsp/GSP002.vue b/src/views/business/comps/template/comps/gsp/GSP002.vue index 6ce5379..925098f 100644 --- a/src/views/business/comps/template/comps/gsp/GSP002.vue +++ b/src/views/business/comps/template/comps/gsp/GSP002.vue @@ -269,7 +269,7 @@ export default { headerSelectKey: 'actSolutionConcentrationUnit', fillType: 'preFill', headerOptions: this.getDictOptions('business_nddw'), - bodyDisabled: true, + bodyDisabled: this.fillType !== 'actFill', bodyType: 'inputNumber', bodySubType: 'inputNumber', bodySubKey: 'actSolutionConcentrationPrecision', @@ -302,7 +302,7 @@ export default { headerSelectKey: 'actSolutionVolumeUnit', fillType: 'preFill', headerOptions: this.getDictOptions('business_tjdw'), - bodyDisabled: true, + bodyDisabled: this.fillType !== 'actFill', bodyType: 'inputNumber', bodySubType: 'inputNumber', bodySubKey: 'actSolutionVolumePrecision', @@ -374,7 +374,7 @@ export default { showWidth: 120, bodyType: 'inputNumber', bodyFillType: 'actFill', - bodyDisabled: true, + bodyDisabled: this.fillType !== 'actFill', compareTo: 'targetStartSolutionConcentration', //比较哪个字段 }, { @@ -383,7 +383,7 @@ export default { headerSelectKey: 'targetStartSolutionVolumeUnit', fillType: 'preFill', headerOptions: this.getDictOptions('business_tjdw'), - width: 280, + width: 360, showWidth: 120, bodyType: 'inputNumber', bodyFillType: 'preFill', @@ -394,8 +394,7 @@ export default { bodyPrecisionKey: 'targetStartSolutionVolumePrecision', bodyMaxlength: 10, bodySubPlaceholder: 'template.common.xswsPlaceholder', - bodyDisabled: true, - showBodySub: true, + bodyDisabled: this.fillType !== 'preFill', showBodySub: this.fillType === 'preFill', headerSelectTo: "actStartSolutionVolumeUnit", }, @@ -421,7 +420,7 @@ export default { headerSelectKey: 'preDiluentVolumeUnit', fillType: 'preFill', headerOptions: this.getDictOptions('business_tjdw'), - width: 280, + width: 340, showWidth: 120, bodyType: 'inputNumber', bodyFillType: 'preFill', @@ -431,7 +430,7 @@ export default { bodyMaxlength: 10, bodyPrecisionKey: 'targetDiluentVolumePrecision', bodySubPlaceholder: 'template.common.xswsPlaceholder', - bodyDisabled: true, + bodyDisabled: this.fillType !== 'preFill', showBodySub: this.fillType === 'preFill', headerSelectTo: "actDiluentVolumeUnit", }, @@ -725,6 +724,7 @@ export default { const { selectInfo, key } = data; const { row } = selectInfo; if (key) { + debugger const packageRef = this.$refs[`paralleStepFormPackageRef_${rowIndex}`][0]; if (key === "subStartSolution") { packageRef.updateFormData("targetAcSolution", row.nd);