From afb965531add126965197fb7712ea60fc96351fb Mon Sep 17 00:00:00 2001
From: "15881625488@163.com" <15881625488@163.com>
Date: Thu, 5 Feb 2026 11:39:52 +0800
Subject: [PATCH] =?UTF-8?q?fix:[=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86]?=
=?UTF-8?q?=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/Template/Table.vue | 3 ++-
.../business/comps/template/comps/sp/SP00456.vue | 22 ++--------------------
2 files changed, 4 insertions(+), 21 deletions(-)
diff --git a/src/components/Template/Table.vue b/src/components/Template/Table.vue
index 194c8c7..e712cb0 100644
--- a/src/components/Template/Table.vue
+++ b/src/components/Template/Table.vue
@@ -15,7 +15,8 @@
- | {{ ditem[item.prop] }} |
+
+ {{item.prop=='ndz'? (ditem['nd']+ditem['nddw']):ditem[item.prop] }} |
diff --git a/src/views/business/comps/template/comps/sp/SP00456.vue b/src/views/business/comps/template/comps/sp/SP00456.vue
index ad62715..0ae9563 100644
--- a/src/views/business/comps/template/comps/sp/SP00456.vue
+++ b/src/views/business/comps/template/comps/sp/SP00456.vue
@@ -595,7 +595,7 @@ export default {
debugger
let tmpResource = []
if (this.fillType === "actFill") {
- //平行配置
+ //阶梯配置
if (content.ladderConfigs && content.ladderConfigs.length > 0) {
for (let i = 0; i < content.ladderConfigs.length; i++) {
let ladderConfigs = content.ladderConfigs[i]
@@ -689,7 +689,7 @@ export default {
}
}
}
- //阶梯配置
+ //平行配置
if (content.paralleConfigs && content.paralleConfigs.length > 0) {
for (let i = 0; i < content.paralleConfigs.length; i++) {
let paralleConfigs = content.paralleConfigs[i]
@@ -742,24 +742,6 @@ export default {
yxzq: stepTableFormData[j].targetSolutionCycle,
yxzqdw: stepTableFormData[j].targetSolutionCyclePrecision,
})
- //起始源溶液
- tmpResource.push({
- mc: null,
- bh: paralleConfigs.subStartSolution,
- ph: null,
- nd: null,
- nddw: null,
- ndz: null,
- ly: null,
- sxrq: null,
- kc: null,
- kcdw: null,
- type: 1,
- syl: stepTableFormData[j].actSolutionVolume,
- syldw: paralleConfigs.headerSelectFields.actSolutionVolumeUnit,
- yxzq: null,
- yxzqdw: null,
- })
//稀释液
tmpResource.push({
mc: null,