|
|
|
@ -8,7 +8,7 @@ export const getLadderColumnsConfig = ($this) => { |
|
|
|
bodySubType: 'span', |
|
|
|
bodySubKey: 'subTargetSolutionCode', |
|
|
|
bodyFillType: 'preFill', |
|
|
|
width: 180, |
|
|
|
width: 280, |
|
|
|
myCodeFields: ["targetSolutionCode", "subTargetSolutionCode"],//分装的母液编号字段
|
|
|
|
maxVolumeField: "actSolutionVolume",//分装的最大量字段
|
|
|
|
maxVolumeFieldUnit: "actSolutionVolumeUnit",//分装的最大量单位字段
|
|
|
|
@ -16,7 +16,7 @@ export const getLadderColumnsConfig = ($this) => { |
|
|
|
{ |
|
|
|
label: 'template.sp.sp00456.qsrybh', |
|
|
|
prop: 'startSolutionCode', |
|
|
|
width: 180, |
|
|
|
width: 280, |
|
|
|
bodyType: 'input', |
|
|
|
bodyFillType: 'actFill', |
|
|
|
bodyMaxlength: 10 |
|
|
|
@ -24,7 +24,7 @@ export const getLadderColumnsConfig = ($this) => { |
|
|
|
{ |
|
|
|
label: 'template.sp.sp00456.ysqsrytj', |
|
|
|
prop: 'targetStartSolutionVolume', |
|
|
|
width: 180, |
|
|
|
width: 280, |
|
|
|
headerSelectKey: 'targetStartSolutionVolumeUnit', |
|
|
|
fillType: 'preFill', |
|
|
|
headerOptions: $this.getDictOptions('business_tjdw'), |
|
|
|
@ -42,7 +42,7 @@ export const getLadderColumnsConfig = ($this) => { |
|
|
|
{ |
|
|
|
label: 'template.sp.sp00456.sjqsrytj', |
|
|
|
prop: 'actStartSolutionVolume', |
|
|
|
width: 180, |
|
|
|
width: 280, |
|
|
|
headerSelectKey: 'actStartSolutionVolumeUnit', |
|
|
|
fillType: 'preFill', |
|
|
|
headerOptions: $this.getDictOptions('business_tjdw'), |
|
|
|
@ -55,7 +55,7 @@ export const getLadderColumnsConfig = ($this) => { |
|
|
|
{ |
|
|
|
label: 'template.sp.sp00456.ysxsytj', |
|
|
|
prop: 'targetDiluentVolume', |
|
|
|
width: 180, |
|
|
|
width: 280, |
|
|
|
headerSelectKey: 'targetDiluentVolumeUnit', |
|
|
|
fillType: 'preFill', |
|
|
|
headerOptions: $this.getDictOptions('business_tjdw'), |
|
|
|
@ -74,20 +74,20 @@ export const getLadderColumnsConfig = ($this) => { |
|
|
|
{ |
|
|
|
label: 'template.sp.sp00456.sjxsytj', |
|
|
|
prop: 'actDiluentVolume', |
|
|
|
width: 180, |
|
|
|
width: 280, |
|
|
|
headerSelectKey: 'actDiluentVolumeUnit', |
|
|
|
fillType: 'preFill', |
|
|
|
headerOptions: $this.getDictOptions('business_tjdw'), |
|
|
|
bodyType: 'inputNumber', |
|
|
|
bodyFillType: 'actFill', |
|
|
|
bodyMaxlength: 10, |
|
|
|
// copyFrom: 'targetDiluentVolume', //复制哪个字段
|
|
|
|
copyFrom: 'targetDiluentVolume', //复制哪个字段
|
|
|
|
compareTo: 'targetDiluentVolume', //比较哪个字段
|
|
|
|
}, |
|
|
|
{ |
|
|
|
label: 'template.sp.sp00456.ysmbrynd', |
|
|
|
prop: 'targetSolutionConcentration', |
|
|
|
width: 180, |
|
|
|
width: 280, |
|
|
|
headerSelectKey: 'targetSolutionConcentrationUnit', |
|
|
|
fillType: 'preFill', |
|
|
|
headerOptions: $this.getDictOptions('business_nddw'), |
|
|
|
@ -98,7 +98,7 @@ export const getLadderColumnsConfig = ($this) => { |
|
|
|
{ |
|
|
|
label: 'template.sp.sp00456.sjmbrynd', |
|
|
|
prop: 'actSolutionConcentration', |
|
|
|
width: 180, |
|
|
|
width: 280, |
|
|
|
headerSelectKey: 'actSolutionConcentrationUnit', |
|
|
|
fillType: 'preFill', |
|
|
|
headerOptions: $this.getDictOptions('business_nddw'), |
|
|
|
@ -118,7 +118,7 @@ export const getLadderColumnsConfig = ($this) => { |
|
|
|
{ |
|
|
|
label: 'template.sp.sp00456.ysmbrytj', |
|
|
|
prop: 'targetSolutionVolume', |
|
|
|
width: 180, |
|
|
|
width: 280, |
|
|
|
headerSelectKey: 'targetSolutionVolumeUnit', |
|
|
|
fillType: 'preFill', |
|
|
|
headerOptions: $this.getDictOptions('business_tjdw'), |
|
|
|
@ -129,7 +129,7 @@ export const getLadderColumnsConfig = ($this) => { |
|
|
|
{ |
|
|
|
label: 'template.sp.sp00456.sjmbrytj', |
|
|
|
prop: 'actSolutionVolume', |
|
|
|
width: 180, |
|
|
|
width: 280, |
|
|
|
headerSelectKey: 'actSolutionVolumeUnit', |
|
|
|
fillType: 'preFill', |
|
|
|
headerOptions: $this.getDictOptions('business_tjdw'), |
|
|
|
@ -143,7 +143,7 @@ export const getLadderColumnsConfig = ($this) => { |
|
|
|
|
|
|
|
bodyPrecisionKey: 'actSolutionVolumePrecision', |
|
|
|
bodyMaxlength: 10, |
|
|
|
copyFrom: 'targetSolutionVolume', //复制哪个字段
|
|
|
|
// copyFrom: 'targetSolutionVolume', //复制哪个字段
|
|
|
|
bodySubPlaceholder: 'template.common.xswsPlaceholder', |
|
|
|
compareTo: 'targetSolutionVolume', //比较哪个字段
|
|
|
|
} |
|
|
|
@ -169,12 +169,12 @@ export const getParallelColumnsConfig = ($this) => { |
|
|
|
myCodeFields: ["targetSolutionCode", "subTargetSolutionCode"],//分装的母液编号字段
|
|
|
|
maxVolumeField: "actSolutionVolume",//分装的最大量字段
|
|
|
|
maxVolumeFieldUnit: "actSolutionVolumeUnit",//分装的最大量单位字段
|
|
|
|
width: 120 |
|
|
|
width: 280 |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: 'template.sp.sp00456.ysmbrynd', |
|
|
|
prop: 'targetSolutionConcentration', |
|
|
|
width: 180, |
|
|
|
width: 280, |
|
|
|
headerSelectKey: 'targetSolutionConcentrationUnit', |
|
|
|
fillType: 'preFill', |
|
|
|
headerOptions: $this.getDictOptions('business_nddw'), |
|
|
|
@ -185,7 +185,7 @@ export const getParallelColumnsConfig = ($this) => { |
|
|
|
{ |
|
|
|
label: 'template.sp.sp00456.sjmbrynd', |
|
|
|
prop: 'actSolutionConcentration', |
|
|
|
width: 180, |
|
|
|
width: 280, |
|
|
|
headerSelectKey: 'actSolutionConcentrationUnit', |
|
|
|
fillType: 'preFill', |
|
|
|
headerOptions: $this.getDictOptions('business_nddw'), |
|
|
|
@ -204,7 +204,7 @@ export const getParallelColumnsConfig = ($this) => { |
|
|
|
{ |
|
|
|
label: 'template.sp.sp00456.ysmbrytj', |
|
|
|
prop: 'targetSolutionVolume', |
|
|
|
width: 180, |
|
|
|
width: 280, |
|
|
|
headerSelectKey: 'targetSolutionVolumeUnit', |
|
|
|
fillType: 'preFill', |
|
|
|
headerOptions: $this.getDictOptions('business_tjdw'), |
|
|
|
@ -215,7 +215,7 @@ export const getParallelColumnsConfig = ($this) => { |
|
|
|
{ |
|
|
|
label: 'template.sp.sp00456.sjmbrytj', |
|
|
|
prop: 'actSolutionVolume', |
|
|
|
width: 180, |
|
|
|
width: 280, |
|
|
|
headerSelectKey: 'actSolutionVolumeUnit', |
|
|
|
fillType: 'preFill', |
|
|
|
headerOptions: $this.getDictOptions('business_tjdw'), |
|
|
|
@ -234,7 +234,7 @@ export const getParallelColumnsConfig = ($this) => { |
|
|
|
{ |
|
|
|
label: 'template.sp.sp00456.mbryyxzq', |
|
|
|
prop: 'targetSolutionCycle', |
|
|
|
width: 180, |
|
|
|
width: 280, |
|
|
|
fillType: 'preFill', |
|
|
|
bodyType: 'inputNumber', |
|
|
|
bodySubType: 'select', |
|
|
|
@ -248,20 +248,20 @@ export const getParallelColumnsConfig = ($this) => { |
|
|
|
{ |
|
|
|
label: 'template.sp.sp00456.mbrysxr', |
|
|
|
prop: 'targetSolutionExpirationDate', |
|
|
|
width: 160, |
|
|
|
width: 180, |
|
|
|
bodyType: 'span' |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: 'template.sp.sp00456.ysysrybh', |
|
|
|
prop: 'startSolutionCode', |
|
|
|
width: 160, |
|
|
|
width: 280, |
|
|
|
bodyType: 'input', |
|
|
|
bodyFillType: 'preFill' |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: 'template.sp.sp00456.sjysrybh', |
|
|
|
prop: 'actStartSolutionCode', |
|
|
|
width: 250, |
|
|
|
width: 280, |
|
|
|
bodyType: 'clickable', |
|
|
|
bodyFillType: 'actFill', |
|
|
|
compareTo: 'startSolutionCode', //比较哪个字段
|
|
|
|
@ -269,7 +269,7 @@ export const getParallelColumnsConfig = ($this) => { |
|
|
|
{ |
|
|
|
label: 'template.sp.sp00456.ysysrynd', |
|
|
|
prop: 'targetStartSolutionConcentration', |
|
|
|
width: 160, |
|
|
|
width: 280, |
|
|
|
bodyType: 'inputNumber', |
|
|
|
bodyFillType: 'preFill', |
|
|
|
bodySubType: 'select', |
|
|
|
@ -282,7 +282,7 @@ export const getParallelColumnsConfig = ($this) => { |
|
|
|
{ |
|
|
|
label: 'template.sp.sp00456.sjysrynd', |
|
|
|
prop: 'targetAcSolution', |
|
|
|
width: 160, |
|
|
|
width: 280, |
|
|
|
bodyType: 'inputNumber', |
|
|
|
bodyFillType: 'actFill', |
|
|
|
bodyDisabled: true, |
|
|
|
@ -294,7 +294,7 @@ export const getParallelColumnsConfig = ($this) => { |
|
|
|
headerSelectKey: 'targetStartSolutionVolumeUnit', |
|
|
|
fillType: 'preFill', |
|
|
|
headerOptions: $this.getDictOptions('business_tjdw'), |
|
|
|
width: 160, |
|
|
|
width: 280, |
|
|
|
bodyType: 'inputNumber', |
|
|
|
bodyFillType: 'preFill', |
|
|
|
bodySubType: 'inputNumber', |
|
|
|
@ -315,7 +315,7 @@ export const getParallelColumnsConfig = ($this) => { |
|
|
|
headerSelectKey: 'actStartSolutionVolumeUnit', |
|
|
|
fillType: 'preFill', |
|
|
|
headerOptions: $this.getDictOptions('business_tjdw'), |
|
|
|
width: 160, |
|
|
|
width: 280, |
|
|
|
bodyType: 'inputNumber', |
|
|
|
bodyFillType: 'actFill', |
|
|
|
bodyMaxlength: 10, |
|
|
|
@ -329,7 +329,7 @@ export const getParallelColumnsConfig = ($this) => { |
|
|
|
headerSelectKey: 'preDiluentVolumeUnit', |
|
|
|
fillType: 'preFill', |
|
|
|
headerOptions: $this.getDictOptions('business_tjdw'), |
|
|
|
width: 160, |
|
|
|
width: 280, |
|
|
|
bodyType: 'inputNumber', |
|
|
|
bodyFillType: 'preFill', |
|
|
|
bodySubType: 'inputNumber', |
|
|
|
@ -347,7 +347,7 @@ export const getParallelColumnsConfig = ($this) => { |
|
|
|
headerSelectKey: 'actDiluentVolumeUnit', |
|
|
|
fillType: 'preFill', |
|
|
|
headerOptions: $this.getDictOptions('business_tjdw'), |
|
|
|
width: 160, |
|
|
|
width: 280, |
|
|
|
bodyType: 'inputNumber', |
|
|
|
bodyFillType: 'actFill', |
|
|
|
bodyMaxlength: 10, |
|
|
|
|