From 5335b3aa84623d590346183b71117772af6113e0 Mon Sep 17 00:00:00 2001 From: luojie <125330818@qq.com> Date: Tue, 24 Feb 2026 18:22:00 +0800 Subject: [PATCH] =?UTF-8?q?feat:[=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86][upd?= =?UTF-8?q?ate]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../business/comps/template/comps/sp/SP003.vue | 4 ++ .../business/comps/template/comps/sp/SP00456.vue | 53 ++++++++++++++-------- 2 files changed, 38 insertions(+), 19 deletions(-) diff --git a/src/views/business/comps/template/comps/sp/SP003.vue b/src/views/business/comps/template/comps/sp/SP003.vue index 9c84f7f..a6a9467 100644 --- a/src/views/business/comps/template/comps/sp/SP003.vue +++ b/src/views/business/comps/template/comps/sp/SP003.vue @@ -307,6 +307,7 @@ export default { showBodySub: this.fillType === "preFill", bodyDisabled: true, bodyPrecisionKey: "targetStartSolutionVolumePrecision", + subPrecision:0, bodyMaxlength: 10, bodySubPlaceholder: "template.common.xswsPlaceholder", headerSelectTo: "actStartSolutionVolumeUnit", @@ -341,6 +342,7 @@ export default { showBodySub: this.fillType === "preFill", bodyDisabled: true, bodyPrecisionKey: "targetDiluentVolumePrecision", + subPrecision:0, bodyMaxlength: 10, bodySubPlaceholder: "请输入保留小数位数", headerSelectTo: "actDiluentVolumeUnit", @@ -388,6 +390,7 @@ export default { showBodySub: this.fillType === "preFill", bodyDisabled: true, bodyPrecisionKey: "actSolutionConcentrationPrecision", + subPrecision:0, bodyMaxlength: 10, bodySubPlaceholder: "请输入保留小数位数", compareTo: "targetSolutionConcentration",//与哪个字段比较 @@ -421,6 +424,7 @@ export default { showBodySub: this.fillType === "preFill", bodyDisabled: true, bodyPrecisionKey: "actSolutionVolumePrecision", + subPrecision:0, bodyMaxlength: 10, bodySubPlaceholder: "请输入保留小数位数", compareTo: "targetSolutionVolume",//与哪个字段比较 diff --git a/src/views/business/comps/template/comps/sp/SP00456.vue b/src/views/business/comps/template/comps/sp/SP00456.vue index 90fac05..a20ca1d 100644 --- a/src/views/business/comps/template/comps/sp/SP00456.vue +++ b/src/views/business/comps/template/comps/sp/SP00456.vue @@ -23,14 +23,14 @@ -