|
|
|
@ -1,44 +1,27 @@ |
|
|
|
// 生物样品分析方法学样品制备表-表格配置
|
|
|
|
export const getSWYPFXFFXYPZBBConfig = ($this) => { |
|
|
|
export const getSWYPFXFFXYPZBBTableConfig = ($this) => { |
|
|
|
return [ |
|
|
|
{ |
|
|
|
label: '编号', |
|
|
|
prop: 'targetSolutionCode', |
|
|
|
prop: 'bh', |
|
|
|
bodyType: 'select', |
|
|
|
bodyOptions: [ |
|
|
|
{ |
|
|
|
label: '溶液1', |
|
|
|
value: '1' |
|
|
|
} |
|
|
|
], |
|
|
|
bodyOptions: $this.getDictOptions('business_jmdyzqdyp'), |
|
|
|
subType: 'span', |
|
|
|
subKey: 'subTargetSolutionCode', |
|
|
|
subKey: 'bhCode', |
|
|
|
bodyFillType: 'preFill', |
|
|
|
width: 280 |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '预设溶液', |
|
|
|
prop: 'ysry', |
|
|
|
bodyType: 'select', |
|
|
|
bodyOptions: [ |
|
|
|
{ |
|
|
|
label: '溶液1', |
|
|
|
value: '1' |
|
|
|
} |
|
|
|
], |
|
|
|
bodyType: 'input', |
|
|
|
bodyFillType: 'preFill', |
|
|
|
width: 280 |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '实际溶液', |
|
|
|
prop: 'sjry', |
|
|
|
bodyType: 'select', |
|
|
|
bodyOptions: [ |
|
|
|
{ |
|
|
|
label: '溶液1', |
|
|
|
value: '1' |
|
|
|
} |
|
|
|
], |
|
|
|
bodyType: 'input', |
|
|
|
bodyFillType: 'actFill', |
|
|
|
width: 280 |
|
|
|
}, |
|
|
|
@ -48,7 +31,7 @@ export const getSWYPFXFFXYPZBBConfig = ($this) => { |
|
|
|
width: 280, |
|
|
|
headerSelectKey: 'yjryxqlUnit', |
|
|
|
fillType: 'preFill', |
|
|
|
headerOptions: $this.getDictOptions('business_nddw'), |
|
|
|
headerOptions: $this.getDictOptions('business_tjdw'), |
|
|
|
bodyType: 'inputNumber', |
|
|
|
bodyFillType: 'preFill', |
|
|
|
bodyMaxlength: 10 |
|
|
|
@ -59,7 +42,7 @@ export const getSWYPFXFFXYPZBBConfig = ($this) => { |
|
|
|
width: 280, |
|
|
|
headerSelectKey: 'sjryxqlUnit', |
|
|
|
fillType: 'preFill', |
|
|
|
headerOptions: $this.getDictOptions('business_nddw'), |
|
|
|
headerOptions: $this.getDictOptions('business_tjdw'), |
|
|
|
bodyType: 'inputNumber', |
|
|
|
bodyFillType: 'actFill', |
|
|
|
bodyMaxlength: 10 |
|
|
|
@ -70,7 +53,7 @@ export const getSWYPFXFFXYPZBBConfig = ($this) => { |
|
|
|
width: 280, |
|
|
|
headerSelectKey: 'yjjzxqlUnit', |
|
|
|
fillType: 'preFill', |
|
|
|
headerOptions: $this.getDictOptions('business_nddw'), |
|
|
|
headerOptions: $this.getDictOptions('business_tjdw'), |
|
|
|
bodyType: 'inputNumber', |
|
|
|
bodyFillType: 'preFill', |
|
|
|
bodyMaxlength: 10 |
|
|
|
@ -81,7 +64,7 @@ export const getSWYPFXFFXYPZBBConfig = ($this) => { |
|
|
|
width: 280, |
|
|
|
headerSelectKey: 'sjjzxqlUnit', |
|
|
|
fillType: 'preFill', |
|
|
|
headerOptions: $this.getDictOptions('business_nddw'), |
|
|
|
headerOptions: $this.getDictOptions('business_tjdw'), |
|
|
|
bodyType: 'inputNumber', |
|
|
|
bodyFillType: 'actFill', |
|
|
|
bodyMaxlength: 10 |