luojie 3 weeks ago
parent
commit
36b046b440
3 changed files with 5 additions and 33 deletions
  1. +2
    -2
      src/lang/en/template/lba.js
  2. +2
    -2
      src/lang/zh/template/lba.js
  3. +1
    -29
      src/views/business/comps/template/comps/lba/LBA006.vue

+ 2
- 2
src/lang/en/template/lba.js View File

@ -27,7 +27,7 @@ export default {
sjjzjrz: 'Actual Blank Matrix Volume' sjjzjrz: 'Actual Blank Matrix Volume'
}, },
lba005: { lba005: {
bzqxpz: 'Standard Curve Preparation',
bzqxpz: 'Calibration Standards',
zkpz: 'Quality Control Preparation' zkpz: 'Quality Control Preparation'
}, },
lba006: { lba006: {
@ -48,6 +48,6 @@ export default {
zzlx: '组织类型', zzlx: '组织类型',
cqzl: '称取重量', cqzl: '称取重量',
ysyjrybjrl: '预设匀浆溶液补加入量', ysyjrybjrl: '预设匀浆溶液补加入量',
sjyjrybjrl: '实际匀浆溶液补加入量',
sjyjrybjrl: '实际匀浆溶液补加入量'
} }
} }

+ 2
- 2
src/lang/zh/template/lba.js View File

@ -27,7 +27,7 @@ export default {
sjjzjrz: '实际基质加入值' sjjzjrz: '实际基质加入值'
}, },
lba005: { lba005: {
bzqxpz: '标准曲线配制',
bzqxpz: '校正标样',
zkpz: '质控配制' zkpz: '质控配制'
}, },
lba006: { lba006: {
@ -48,6 +48,6 @@ export default {
zzlx: '组织类型', zzlx: '组织类型',
cqzl: '称取重量', cqzl: '称取重量',
ysyjrybjrl: '预设匀浆溶液补加入量', ysyjrybjrl: '预设匀浆溶液补加入量',
sjyjrybjrl: '实际匀浆溶液补加入量',
sjyjrybjrl: '实际匀浆溶液补加入量'
} }
} }

+ 1
- 29
src/views/business/comps/template/comps/lba/LBA006.vue View File

@ -111,40 +111,12 @@ export default {
versionNum: { versionNum: {
label: 'template.common.versionNumber', label: 'template.common.versionNumber',
type: "inputNumber", type: "inputNumber",
fillType: "preFill",
fillType: "actFill",
prepend: "V", prepend: "V",
maxlength: 50 maxlength: 50
}, },
} }
}, },
{
type: "conditionItem",
label: 'template.lba.lba006.fxtj',
config: {
act: {
label: 'template.common.actualFill',
type: "select",
fillType: "actFill",
otherCode: "actOther",otherCodeCompareTo: "preOther",
multiple: true,
options: this.getDictOptions('business_pztj')
}
}
},
{
type: "cellItem",
label: 'template.lba.lba006.fxsj',
config: {
startDate: {
label: 'template.common.startTime',
type: "input",
},
endDate: {
label: 'template.common.endTime',
type: "input",
},
}
}
] ]
}, },
paralleStepFormConfig(){ paralleStepFormConfig(){

Loading…
Cancel
Save