|
|
|
@ -40,7 +40,8 @@ export const getLadderColumnsConfig = ($this) => { |
|
|
|
bodyPrecisionKey: 'targetStartSolutionVolumePrecision', |
|
|
|
bodyMaxlength: 10, |
|
|
|
bodyDisabled: true, |
|
|
|
bodySubPlaceholder: 'template.common.xswsPlaceholder' |
|
|
|
bodySubPlaceholder: 'template.common.xswsPlaceholder', |
|
|
|
selectTo:"actStartSolutionVolumeUnit", |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: 'template.sp.sp00456.sjqsrytj', |
|
|
|
@ -74,7 +75,8 @@ export const getLadderColumnsConfig = ($this) => { |
|
|
|
|
|
|
|
bodyPrecisionKey: 'targetDiluentVolumePrecision', |
|
|
|
bodyMaxlength: 10, |
|
|
|
bodySubPlaceholder: 'template.common.xswsPlaceholder' |
|
|
|
bodySubPlaceholder: 'template.common.xswsPlaceholder', |
|
|
|
selectTo:"actDiluentVolumeUnit", |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: 'template.sp.sp00456.sjxsytj', |
|
|
|
@ -100,7 +102,8 @@ export const getLadderColumnsConfig = ($this) => { |
|
|
|
headerOptions: $this.getDictOptions('business_nddw'), |
|
|
|
bodyType: 'inputNumber', |
|
|
|
bodyFillType: 'preFill', |
|
|
|
bodyMaxlength: 10 |
|
|
|
bodyMaxlength: 10, |
|
|
|
selectTo:"actSolutionConcentrationUnit", |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: 'template.sp.sp00456.sjmbrynd', |
|
|
|
@ -133,7 +136,8 @@ export const getLadderColumnsConfig = ($this) => { |
|
|
|
headerOptions: $this.getDictOptions('business_tjdw'), |
|
|
|
bodyType: 'inputNumber', |
|
|
|
bodyFillType: 'preFill', |
|
|
|
bodyMaxlength: 10 |
|
|
|
bodyMaxlength: 10, |
|
|
|
selectTo:"actSolutionVolumeUnit", |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: 'template.sp.sp00456.sjmbrytj', |
|
|
|
@ -192,7 +196,8 @@ export const getParallelColumnsConfig = ($this) => { |
|
|
|
headerOptions: $this.getDictOptions('business_nddw'), |
|
|
|
bodyType: 'inputNumber', |
|
|
|
bodyFillType: 'preFill', |
|
|
|
bodyMaxlength: 10 |
|
|
|
bodyMaxlength: 10, |
|
|
|
selectTo:"actSolutionConcentrationUnit", |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: 'template.sp.sp00456.sjmbrynd', |
|
|
|
@ -224,7 +229,8 @@ export const getParallelColumnsConfig = ($this) => { |
|
|
|
headerOptions: $this.getDictOptions('business_tjdw'), |
|
|
|
bodyType: 'inputNumber', |
|
|
|
bodyFillType: 'preFill', |
|
|
|
bodyMaxlength: 10 |
|
|
|
bodyMaxlength: 10, |
|
|
|
selectTo:"actSolutionVolumeUnit", |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: 'template.sp.sp00456.sjmbrytj', |
|
|
|
@ -297,7 +303,7 @@ export const getParallelColumnsConfig = ($this) => { |
|
|
|
bodySubOptions: $this.getDictOptions('business_nddw'), |
|
|
|
bodySubFillType: 'preFill', |
|
|
|
bodyMaxlength: 10, |
|
|
|
showBodySub: true |
|
|
|
showBodySub: true, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: 'template.sp.sp00456.sjysrynd', |
|
|
|
@ -328,7 +334,8 @@ export const getParallelColumnsConfig = ($this) => { |
|
|
|
bodySubPlaceholder: 'template.common.xswsPlaceholder', |
|
|
|
bodyDisabled: true, |
|
|
|
showBodySub: true, |
|
|
|
showBodySub: $this.fillType === 'preFill' |
|
|
|
showBodySub: $this.fillType === 'preFill', |
|
|
|
selectTo:"actStartSolutionVolumeUnit", |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
@ -363,7 +370,8 @@ export const getParallelColumnsConfig = ($this) => { |
|
|
|
bodyPrecisionKey: 'targetDiluentVolumePrecision', |
|
|
|
bodySubPlaceholder: 'template.common.xswsPlaceholder', |
|
|
|
bodyDisabled: true, |
|
|
|
showBodySub: $this.fillType === 'preFill' |
|
|
|
showBodySub: $this.fillType === 'preFill', |
|
|
|
selectTo:"actDiluentVolumeUnit", |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: 'template.sp.sp00456.sjxsytj', |
|
|
|
|