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,