|
|
|
@ -7,8 +7,12 @@ |
|
|
|
<div class="content"> |
|
|
|
<BaseInfoFormPackage fieldItemLabel="template.common.baseInfo" label="template.common.baseInfo" |
|
|
|
ref="baseInfoRef" :formConfig="baseInfoFormConfig" :formData="formData" /> |
|
|
|
|
|
|
|
<TableList label="template.common.reagentInfo" :columns="sysjColumns" :dataSource="resource" /> |
|
|
|
<TableList label="template.common.wzInfo" :columns="sywzColumns" :dataSource="resourceWz" /> |
|
|
|
<TableList label="template.common.instrumentInfo" :columns="yqColumns" :dataSource="yqResource" /> |
|
|
|
|
|
|
|
<LineLabel label="template.lba.lba006.fxxx" /> |
|
|
|
<LineLabel label="template.gsp.gsp009.xtsyx" /> |
|
|
|
|
|
|
|
<div v-if="fillType === 'preFill'" class="mt-20"> |
|
|
|
<el-button type="primary" @click="handleAddParalle(false)">{{ $t('template.lba.lba004.xz') |
|
|
|
@ -98,26 +102,21 @@ export default { |
|
|
|
label: 'template.common.testNumber', |
|
|
|
type: "input", |
|
|
|
disabled: true, |
|
|
|
}, |
|
|
|
methodCode: { |
|
|
|
label: 'template.common.methodCode', |
|
|
|
type: "input", |
|
|
|
fillType: "actFill", |
|
|
|
maxlength: 50 |
|
|
|
}, |
|
|
|
versionNum: { |
|
|
|
label: 'template.common.versionNumber', |
|
|
|
type: "inputNumber", |
|
|
|
fillType: "actFill", |
|
|
|
prepend: "V", |
|
|
|
maxlength: 50 |
|
|
|
}, |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
type: "conditionItem", |
|
|
|
label: 'template.lba.lba006.fxtj', |
|
|
|
label: 'template.common.testConfigurationConditions', |
|
|
|
config: { |
|
|
|
pre: { |
|
|
|
label: 'template.common.preFill', |
|
|
|
type: "select", |
|
|
|
multiple: true, |
|
|
|
fillType: "preFill", |
|
|
|
options: this.getDictOptions('business_pztj'), |
|
|
|
otherCode: "preOther", |
|
|
|
}, |
|
|
|
act: { |
|
|
|
label: 'template.common.actualFill', |
|
|
|
type: "select", |
|
|
|
@ -130,7 +129,7 @@ export default { |
|
|
|
}, |
|
|
|
{ |
|
|
|
type: "cellItem", |
|
|
|
label: 'template.lba.lba006.fxsj', |
|
|
|
label: 'template.common.configurationTime', |
|
|
|
config: { |
|
|
|
startDate: { |
|
|
|
label: 'template.common.startTime', |
|
|
|
@ -149,25 +148,22 @@ export default { |
|
|
|
{ |
|
|
|
type: 'step', |
|
|
|
config: { |
|
|
|
jcb: { |
|
|
|
label: 'template.lba.lba006.jcb', |
|
|
|
type: 'jcb', |
|
|
|
fillType: 'actFill', |
|
|
|
maxlength: 20 |
|
|
|
yp: { |
|
|
|
label: 'template.gsp.gsp009.ypbh', |
|
|
|
type: "input", |
|
|
|
fillType: "preFill", |
|
|
|
subType: "span", |
|
|
|
subKey: "ypBh", |
|
|
|
subFillType: "actFill", |
|
|
|
maxlength: 20, |
|
|
|
}, |
|
|
|
jg: { |
|
|
|
label: 'template.lba.lba006.jg', |
|
|
|
xz: { |
|
|
|
label: 'template.gsp.gsp009.xz', |
|
|
|
type: "sj", |
|
|
|
fillType: "actFill", |
|
|
|
otherLabel: " ", |
|
|
|
otherCode: "jgOther", |
|
|
|
otherMaxlength: 100, |
|
|
|
multiple: false, |
|
|
|
options: this.getDictOptions('business_lba_jg'), |
|
|
|
subType:"text", |
|
|
|
subText:"template.lba.lba006.sjwjm" |
|
|
|
subText:"template.gsp.gsp009.zw" |
|
|
|
}, |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
] |
|
|
|
|