|
|
@ -3,7 +3,7 @@ |
|
|
<div> |
|
|
<div> |
|
|
<div class="detail-container"> |
|
|
<div class="detail-container"> |
|
|
<div class="detail-title"><img src="@/assets/images/detail-title.png">{{ formData.bdmc || |
|
|
<div class="detail-title"><img src="@/assets/images/detail-title.png">{{ formData.bdmc || |
|
|
$t('template.common.pageTitle') }}<img src="@/assets/images/detail-title.png" /></div> |
|
|
|
|
|
|
|
|
$t('template.sp.sp002.title') }}<img src="@/assets/images/detail-title.png" /></div> |
|
|
<div class="detail-content"> |
|
|
<div class="detail-content"> |
|
|
<div class="content"> |
|
|
<div class="content"> |
|
|
<BaseInfoFormPackage fieldItemLabel="template.common.baseInfo" label="template.common.baseInfo" ref="baseInfoRef" |
|
|
<BaseInfoFormPackage fieldItemLabel="template.common.baseInfo" label="template.common.baseInfo" ref="baseInfoRef" |
|
|
@ -109,7 +109,7 @@ export default { |
|
|
}, |
|
|
}, |
|
|
versionNum: { |
|
|
versionNum: { |
|
|
label: 'template.common.versionNumber', |
|
|
label: 'template.common.versionNumber', |
|
|
type: "input", |
|
|
|
|
|
|
|
|
type: "inputNumber", |
|
|
fillType: "actFill", |
|
|
fillType: "actFill", |
|
|
prepend:"V", |
|
|
prepend:"V", |
|
|
maxlength: 50 |
|
|
maxlength: 50 |
|
|
@ -181,7 +181,8 @@ export default { |
|
|
subKey: "targetPreConcentrationUnit", |
|
|
subKey: "targetPreConcentrationUnit", |
|
|
fillType: "preFill", |
|
|
fillType: "preFill", |
|
|
subOptions: this.getDictOptions('business_nddw'), |
|
|
subOptions: this.getDictOptions('business_nddw'), |
|
|
maxlength: 10 |
|
|
|
|
|
|
|
|
maxlength: 10, |
|
|
|
|
|
selectTo:"targetActConcentrationUnit",//下拉选择后,赋值到对应字段 |
|
|
}, |
|
|
}, |
|
|
targetActConcentration: { |
|
|
targetActConcentration: { |
|
|
label: 'template.common.targetActConcentration', |
|
|
label: 'template.common.targetActConcentration', |
|
|
@ -202,7 +203,8 @@ export default { |
|
|
subKey: "targetPreVolumeUnit", |
|
|
subKey: "targetPreVolumeUnit", |
|
|
subOptions: this.getDictOptions('business_tjdw'), |
|
|
subOptions: this.getDictOptions('business_tjdw'), |
|
|
fillType: "preFill", |
|
|
fillType: "preFill", |
|
|
maxlength: 10 |
|
|
|
|
|
|
|
|
maxlength: 10, |
|
|
|
|
|
selectTo:"targetActVolumeUnit",//下拉选择后,赋值到对应字段 |
|
|
}, |
|
|
}, |
|
|
targetActVolume: { |
|
|
targetActVolume: { |
|
|
label: 'template.common.targetActVolume', |
|
|
label: 'template.common.targetActVolume', |
|
|
|