Browse Source

fix:[模板管理]翻译

lkf
15881625488@163.com 2 months ago
parent
commit
3cbed29112
4 changed files with 109 additions and 59 deletions
  1. +28
    -3
      src/lang/en/template/sp.js
  2. +27
    -2
      src/lang/zh/template/sp.js
  3. +9
    -9
      src/views/business/comps/template/comps/sp/SWYPNBGZYZBB.vue
  4. +45
    -45
      src/views/business/comps/template/formConfig/paralleAndLadderConfig.js

+ 28
- 3
src/lang/en/template/sp.js View File

@ -15,10 +15,35 @@ export default {
title: '生物样品标曲工作液制备表', title: '生物样品标曲工作液制备表',
}, },
// 生物样品内标工作液制备表
sp004:{
// 生物样品内标工作液制备表
sp00456:{
title: '生物样品内标工作液制备表', title: '生物样品内标工作液制备表',
mbrybh:'Target Solution ID',
qsrybh:'Source Solution ID',
ysqsrytj:'Expected Volume of Source Solution',
sjqsrytj:'Actual Source Solution Volume',
ysxsytj:'Expected Volume of Diluent',
sjxsytj:'Actual Volume of Diluent',
ysmbrynd:'Expected Concentration of Target Solution',
sjmbrynd:'Actual Concentration of Target Solution',
ysmbrytj:'Expected Volume of Target Solution',
sjmbrytj:'Actual Volume of Target Solution',
mbryyxzq:'Validity Period of Target Solution',
mbrysxr:'Expiration Date of Target Solution',
ysysrybh:'预设原始溶液编号',
sjysrybh:'实际原始溶液编号',
ysysrynd:'预设原始溶液浓度',
sjysrynd:'实际原始溶液浓度',
ysysrytj:'预设原始溶液体积',
sjysrytj:'实际原始溶液体积',
yjxsytj:'Expected Volume of Diluent',
sjxsytj:'Actual Volume of Diluent',
qsyry:'Source Solution',
ysqsyrynd:'Expected Concentration of Source Solution',
sjqsyrynd:'Actual Concentration of Source Solution',
xsy:'Diluent',
rqcz: 'Container Material',
cctj:'Storage Condition',
}, },
// 生物样品分析方法学样品制备表-准确度与精密度 // 生物样品分析方法学样品制备表-准确度与精密度
sp008: { sp008: {

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

@ -16,9 +16,34 @@ export default {
}, },
// 生物样品内标工作液制备表 // 生物样品内标工作液制备表
sp004:{
sp00456:{
title: '生物样品内标工作液制备表', title: '生物样品内标工作液制备表',
mbrybh:'目标溶液编号',
qsrybh:'起始溶液编号',
ysqsrytj:'预设起始溶液体积',
sjqsrytj:'实际起始溶液体积',
ysxsytj:'预设稀释液体积',
sjxsytj:'实际稀释液体积',
ysmbrynd:'预设目标溶液浓度',
sjmbrynd:'实际目标溶液浓度',
ysmbrytj:'预设目标溶液体积',
sjmbrytj:'实际目标溶液体积',
mbryyxzq:'目标溶液有效周期',
mbrysxr:'目标溶液失效日',
ysysrybh:'预设原始溶液编号',
sjysrybh:'实际原始溶液编号',
ysysrynd:'预设原始溶液浓度',
sjysrynd:'实际原始溶液浓度',
ysysrytj:'预设原始溶液体积',
sjysrytj:'实际原始溶液体积',
yjxsytj:'预计稀释液体积',
sjxsytj:'实际稀释液体积',
qsyry:'起始源溶液',
ysqsyrynd:'预设起始源溶液浓度',
sjqsyrynd:'实际起始源溶液浓度',
xsy:'稀释液',
rqcz: '容器材质',
cctj:'存储条件',
}, },
// 生物样品分析方法学样品制备表-准确度与精密度 // 生物样品分析方法学样品制备表-准确度与精密度
sp008: { sp008: {

+ 9
- 9
src/views/business/comps/template/comps/sp/SWYPNBGZYZBB.vue View File

@ -6,13 +6,13 @@
}}<img src="@/assets/images/detail-title.png" /></div> }}<img src="@/assets/images/detail-title.png" /></div>
<div class="detail-content"> <div class="detail-content">
<div class="content"> <div class="content">
<BaseInfoFormPackage label="试验基本信息" ref="baseInfoRef" :formConfig="baseInfoFormConfig"
<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.instrumentInfo" :columns="yqsColumns" :dataSource="resource" />
<BaseInfoFormPackage fieldItemLabel="template.common.storageCondition" label="template.common.storageCondition" ref="storageConditionRef" :formConfig="storageFormConfig"
:formData="formData" /> :formData="formData" />
<TableList label="试验试剂信息" :columns="sysjColumns" :dataSource="resource" />
<TableList label="仪器使用信息" :columns="yqsColumns" :dataSource="resource" />
<BaseInfoFormPackage label="存储条件" ref="storageConditionRef" :formConfig="storageFormConfig"
:formData="formData" />
<LineLabel label="操作步骤" />
<LineLabel label="template.common.operationSteps" />
<div v-if="fillType === 'preFill'" class="mt-20"> <div v-if="fillType === 'preFill'" class="mt-20">
<el-button type="primary" @click="handleAddParalle">新增平行配制</el-button> <el-button type="primary" @click="handleAddParalle">新增平行配制</el-button>
<el-button type="primary" @click="handleAddLadder">新增阶梯配制</el-button> <el-button type="primary" @click="handleAddLadder">新增阶梯配制</el-button>
@ -86,7 +86,7 @@
:prefixKey="'paralle' + paralleIndex"></Step> :prefixKey="'paralle' + paralleIndex"></Step>
</div> </div>
</div> </div>
<BaseInfoFormPackage label="备注" ref="remarkRef" :formConfig="remarkConig" :formData="formData" />
<BaseInfoFormPackage fieldItemLabel="template.common.remark" label="template.common.remark" ref="remarkRef" :formConfig="remarkConig" :formData="formData" />
</div> </div>
</div> </div>
@ -578,7 +578,7 @@ export default {
let stepTableFormData = ladderConfigs.stepTableFormData let stepTableFormData = ladderConfigs.stepTableFormData
for (let j = 0; j < stepTableFormData.length; j++) { for (let j = 0; j < stepTableFormData.length; j++) {
//(+) //(+)
const { total, unit } = addTj([stepTableFormData[j].actStartSolutionVolume, stepTableFormData[j].actDiluentVolume], [ladderConfigs.headerSelectFields.actStartSolutionVolumeUnit, ladderConfigs.headerSelectFields.actDiluentVolumeUnit])
const { total, unit } = addTj([stepTableFormData[j].actStartSolutionVolume, stepTableFormData[j].actDiluentVolume], [ladderConfigs.headerSelectFields.actStartSolutionVolumeUnit, ladderConfigs.headerSelectFields.actDiluentVolumeUnit])
tmpResource.push({ tmpResource.push({
mc: null, mc: null,
bh: stepTableFormData[j].targetSolutionCode + stepTableFormData[j].subTargetSolutionCode, bh: stepTableFormData[j].targetSolutionCode + stepTableFormData[j].subTargetSolutionCode,
@ -625,7 +625,7 @@ export default {
let paralleConfigs = content.paralleConfigs[i] let paralleConfigs = content.paralleConfigs[i]
let stepTableFormData = paralleConfigs.stepTableFormData let stepTableFormData = paralleConfigs.stepTableFormData
for (let j = 0; j < stepTableFormData.length; j++) { for (let j = 0; j < stepTableFormData.length; j++) {
const { total, unit } = addTj([stepTableFormData[j].actSolutionVolume, stepTableFormData[j].actDiluentVolume], [paralleConfigs.headerSelectFields.actSolutionVolumeUnit, paralleConfigs.headerSelectFields.actDiluentVolumeUnit])
const { total, unit } = addTj([stepTableFormData[j].actSolutionVolume, stepTableFormData[j].actDiluentVolume], [paralleConfigs.headerSelectFields.actSolutionVolumeUnit, paralleConfigs.headerSelectFields.actDiluentVolumeUnit])
tmpResource.push({ tmpResource.push({
mc: null, mc: null,
bh: stepTableFormData[j].targetSolutionCode + stepTableFormData[j].subTargetSolutionCode, bh: stepTableFormData[j].targetSolutionCode + stepTableFormData[j].subTargetSolutionCode,

+ 45
- 45
src/views/business/comps/template/formConfig/paralleAndLadderConfig.js View File

@ -2,7 +2,7 @@
export const getLadderColumnsConfig = ($this) => { export const getLadderColumnsConfig = ($this) => {
return [ return [
{ {
label: '目标溶液编号',
label: 'template.sp.sp00456.mbrybh',
prop: 'targetSolutionCode', prop: 'targetSolutionCode',
bodyType: 'input', bodyType: 'input',
bodySubType: 'span', bodySubType: 'span',
@ -14,7 +14,7 @@ export const getLadderColumnsConfig = ($this) => {
maxVolumeFieldUnit: "actSolutionVolumeUnit",//分装的最大量单位字段 maxVolumeFieldUnit: "actSolutionVolumeUnit",//分装的最大量单位字段
}, },
{ {
label: '起始溶液编号',
label: 'template.sp.sp00456.qsrybh',
prop: 'startSolutionCode', prop: 'startSolutionCode',
width: 280, width: 280,
bodyType: 'input', bodyType: 'input',
@ -22,7 +22,7 @@ export const getLadderColumnsConfig = ($this) => {
bodyMaxlength: 10 bodyMaxlength: 10
}, },
{ {
label: '预设起始溶液体积',
label: 'template.sp.sp00456.ysqsrytj',
prop: 'targetStartSolutionVolume', prop: 'targetStartSolutionVolume',
width: 280, width: 280,
headerSelectKey: 'targetStartSolutionVolumeUnit', headerSelectKey: 'targetStartSolutionVolumeUnit',
@ -40,7 +40,7 @@ export const getLadderColumnsConfig = ($this) => {
bodySubPlaceholder: '请输入保留小数位数' bodySubPlaceholder: '请输入保留小数位数'
}, },
{ {
label: '实际起始溶液体积',
label: 'template.sp.sp00456.sjqsrytj',
prop: 'actStartSolutionVolume', prop: 'actStartSolutionVolume',
width: 280, width: 280,
headerSelectKey: 'actStartSolutionVolumeUnit', headerSelectKey: 'actStartSolutionVolumeUnit',
@ -53,7 +53,7 @@ export const getLadderColumnsConfig = ($this) => {
compareTo: 'targetStartSolutionVolume' //比较哪个字段 compareTo: 'targetStartSolutionVolume' //比较哪个字段
}, },
{ {
label: '预设稀释液体积',
label: 'template.sp.sp00456.ysxsytj',
prop: 'targetDiluentVolume', prop: 'targetDiluentVolume',
width: 280, width: 280,
headerSelectKey: 'targetDiluentVolumeUnit', headerSelectKey: 'targetDiluentVolumeUnit',
@ -72,7 +72,7 @@ export const getLadderColumnsConfig = ($this) => {
bodySubPlaceholder: '请输入保留小数位数' bodySubPlaceholder: '请输入保留小数位数'
}, },
{ {
label: '实际稀释液体积',
label: 'template.sp.sp00456.sjxsytj',
prop: 'actDiluentVolume', prop: 'actDiluentVolume',
width: 280, width: 280,
headerSelectKey: 'actDiluentVolumeUnit', headerSelectKey: 'actDiluentVolumeUnit',
@ -85,7 +85,7 @@ export const getLadderColumnsConfig = ($this) => {
compareTo: 'targetDiluentVolume', //比较哪个字段 compareTo: 'targetDiluentVolume', //比较哪个字段
}, },
{ {
label: '预设目标溶液浓度',
label: 'template.sp.sp00456.ysmbrynd',
prop: 'targetSolutionConcentration', prop: 'targetSolutionConcentration',
width: 280, width: 280,
headerSelectKey: 'targetSolutionConcentrationUnit', headerSelectKey: 'targetSolutionConcentrationUnit',
@ -96,7 +96,7 @@ export const getLadderColumnsConfig = ($this) => {
bodyMaxlength: 10 bodyMaxlength: 10
}, },
{ {
label: '实际目标溶液浓度',
label: 'template.sp.sp00456.sjmbrynd',
prop: 'actSolutionConcentration', prop: 'actSolutionConcentration',
width: 280, width: 280,
headerSelectKey: 'actSolutionConcentrationUnit', headerSelectKey: 'actSolutionConcentrationUnit',
@ -116,7 +116,7 @@ export const getLadderColumnsConfig = ($this) => {
compareTo: 'targetSolutionConcentration', //比较哪个字段 compareTo: 'targetSolutionConcentration', //比较哪个字段
}, },
{ {
label: '预设目标溶液体积',
label: 'template.sp.sp00456.ysmbrytj',
prop: 'targetSolutionVolume', prop: 'targetSolutionVolume',
width: 280, width: 280,
headerSelectKey: 'targetSolutionVolumeUnit', headerSelectKey: 'targetSolutionVolumeUnit',
@ -127,7 +127,7 @@ export const getLadderColumnsConfig = ($this) => {
bodyMaxlength: 10 bodyMaxlength: 10
}, },
{ {
label: '实际目标溶液体积',
label: 'template.sp.sp00456.sjmbrytj',
prop: 'actSolutionVolume', prop: 'actSolutionVolume',
width: 280, width: 280,
headerSelectKey: 'actSolutionVolumeUnit', headerSelectKey: 'actSolutionVolumeUnit',
@ -159,7 +159,7 @@ export const getParallelColumnsConfig = ($this) => {
} }
return [ return [
{ {
label: '目标溶液编号',
label: 'template.sp.sp00456.mbrybh',
prop: 'targetSolutionCode', prop: 'targetSolutionCode',
bodyType: 'select', bodyType: 'select',
bodyOptions: $this.getDictOptions(o[sn]), bodyOptions: $this.getDictOptions(o[sn]),
@ -172,7 +172,7 @@ export const getParallelColumnsConfig = ($this) => {
width: 280 width: 280
}, },
{ {
label: '预设目标溶液浓度',
label: 'template.sp.sp00456.ysmbrynd',
prop: 'targetSolutionConcentration', prop: 'targetSolutionConcentration',
width: 280, width: 280,
headerSelectKey: 'targetSolutionConcentrationUnit', headerSelectKey: 'targetSolutionConcentrationUnit',
@ -183,7 +183,7 @@ export const getParallelColumnsConfig = ($this) => {
bodyMaxlength: 10 bodyMaxlength: 10
}, },
{ {
label: '实际目标溶液浓度',
label: 'template.sp.sp00456.sjmbrynd',
prop: 'actSolutionConcentration', prop: 'actSolutionConcentration',
width: 280, width: 280,
headerSelectKey: 'actSolutionConcentrationUnit', headerSelectKey: 'actSolutionConcentrationUnit',
@ -202,7 +202,7 @@ export const getParallelColumnsConfig = ($this) => {
compareTo: 'targetSolutionConcentration', //比较哪个字段 compareTo: 'targetSolutionConcentration', //比较哪个字段
}, },
{ {
label: '预设目标溶液体积',
label: 'template.sp.sp00456.ysmbrytj',
prop: 'targetSolutionVolume', prop: 'targetSolutionVolume',
width: 280, width: 280,
headerSelectKey: 'targetSolutionVolumeUnit', headerSelectKey: 'targetSolutionVolumeUnit',
@ -213,7 +213,7 @@ export const getParallelColumnsConfig = ($this) => {
bodyMaxlength: 10 bodyMaxlength: 10
}, },
{ {
label: '实际目标溶液体积',
label: 'template.sp.sp00456.sjmbrytj',
prop: 'actSolutionVolume', prop: 'actSolutionVolume',
width: 280, width: 280,
headerSelectKey: 'actSolutionVolumeUnit', headerSelectKey: 'actSolutionVolumeUnit',
@ -232,7 +232,7 @@ export const getParallelColumnsConfig = ($this) => {
compareTo: 'targetSolutionVolume', //比较哪个字段 compareTo: 'targetSolutionVolume', //比较哪个字段
}, },
{ {
label: '目标溶液有效周期',
label: 'template.sp.sp00456.mbryyxzq',
prop: 'targetSolutionCycle', prop: 'targetSolutionCycle',
width: 280, width: 280,
fillType: 'preFill', fillType: 'preFill',
@ -246,20 +246,20 @@ export const getParallelColumnsConfig = ($this) => {
bodyMaxlength: 10 bodyMaxlength: 10
}, },
{ {
label: '目标溶液失效日',
label: 'template.sp.sp00456.mbrysxr',
prop: 'targetSolutionExpirationDate', prop: 'targetSolutionExpirationDate',
width: 180, width: 180,
bodyType: 'span' bodyType: 'span'
}, },
{ {
label: '预设原始溶液编号',
label: 'template.sp.sp00456.ysysrybh',
prop: 'startSolutionCode', prop: 'startSolutionCode',
width: 280, width: 280,
bodyType: 'input', bodyType: 'input',
bodyFillType: 'preFill' bodyFillType: 'preFill'
}, },
{ {
label: '实际原始溶液编号',
label: 'template.sp.sp00456.sjysrybh',
prop: 'actStartSolutionCode', prop: 'actStartSolutionCode',
width: 280, width: 280,
bodyType: 'clickable', bodyType: 'clickable',
@ -267,7 +267,7 @@ export const getParallelColumnsConfig = ($this) => {
compareTo: 'startSolutionCode', //比较哪个字段 compareTo: 'startSolutionCode', //比较哪个字段
}, },
{ {
label: '预设原始溶液浓度',
label: 'template.sp.sp00456.ysysrynd',
prop: 'targetStartSolutionConcentration', prop: 'targetStartSolutionConcentration',
width: 280, width: 280,
bodyType: 'inputNumber', bodyType: 'inputNumber',
@ -280,7 +280,7 @@ export const getParallelColumnsConfig = ($this) => {
showBodySub: true showBodySub: true
}, },
{ {
label: '实际原始溶液浓度',
label: 'template.sp.sp00456.sjysrynd',
prop: 'targetAcSolution', prop: 'targetAcSolution',
width: 280, width: 280,
bodyType: 'inputNumber', bodyType: 'inputNumber',
@ -289,7 +289,7 @@ export const getParallelColumnsConfig = ($this) => {
compareTo: 'targetStartSolutionConcentration', //比较哪个字段 compareTo: 'targetStartSolutionConcentration', //比较哪个字段
}, },
{ {
label: '预设原始溶液体积',
label: 'template.sp.sp00456.ysysrytj',
prop: 'targetStartSolutionVolume', prop: 'targetStartSolutionVolume',
headerSelectKey: 'targetStartSolutionVolumeUnit', headerSelectKey: 'targetStartSolutionVolumeUnit',
fillType: 'preFill', fillType: 'preFill',
@ -310,7 +310,7 @@ export const getParallelColumnsConfig = ($this) => {
}, },
{ {
label: '实际原始溶液体积',
label: 'template.sp.sp00456.sjysrytj',
prop: 'actStartSolutionVolume', prop: 'actStartSolutionVolume',
headerSelectKey: 'actStartSolutionVolumeUnit', headerSelectKey: 'actStartSolutionVolumeUnit',
fillType: 'preFill', fillType: 'preFill',
@ -324,7 +324,7 @@ export const getParallelColumnsConfig = ($this) => {
}, },
{ {
label: '预计稀释液体积',
label: 'template.sp.sp00456.yjxsytj',
prop: 'targetDiluentVolume', prop: 'targetDiluentVolume',
headerSelectKey: 'preDiluentVolumeUnit', headerSelectKey: 'preDiluentVolumeUnit',
fillType: 'preFill', fillType: 'preFill',
@ -342,7 +342,7 @@ export const getParallelColumnsConfig = ($this) => {
showBodySub: $this.fillType === 'preFill' showBodySub: $this.fillType === 'preFill'
}, },
{ {
label: '实际稀释液体积',
label: 'template.sp.sp00456.sjxsytj',
prop: 'actDiluentVolume', prop: 'actDiluentVolume',
headerSelectKey: 'actDiluentVolumeUnit', headerSelectKey: 'actDiluentVolumeUnit',
fillType: 'preFill', fillType: 'preFill',
@ -363,7 +363,7 @@ export const getLadderFormConfig = ($this) => {
type: 'step', type: 'step',
config: { config: {
startSolution: { startSolution: {
label: '起始源溶液',
label: 'template.sp.sp00456.qsyry',
type: 'input', type: 'input',
fillType: 'preFill', fillType: 'preFill',
subType: 'clickable', subType: 'clickable',
@ -372,7 +372,7 @@ export const getLadderFormConfig = ($this) => {
maxlength: 20 maxlength: 20
}, },
targetStartSolution: { targetStartSolution: {
label: '预设起始源溶液浓度',
label: 'template.sp.sp00456.ysqsyrynd',
type: 'inputNumber', type: 'inputNumber',
subType: 'select', subType: 'select',
fillType: 'preFill', fillType: 'preFill',
@ -381,7 +381,7 @@ export const getLadderFormConfig = ($this) => {
maxlength: 10 maxlength: 10
}, },
targetAcSolution: { targetAcSolution: {
label: '实际起始源溶液浓度',
label: 'template.sp.sp00456.sjqsyrynd',
type: 'input', type: 'input',
fillType: 'actFill', fillType: 'actFill',
disabled: true, disabled: true,
@ -389,7 +389,7 @@ export const getLadderFormConfig = ($this) => {
compareTo: 'targetStartSolution', //比较哪个字段 compareTo: 'targetStartSolution', //比较哪个字段
}, },
solution: { solution: {
label: '稀释液',
label: 'template.sp.sp00456.xsy',
type: 'input', type: 'input',
fillType: 'preFill', fillType: 'preFill',
subType: 'clickable', subType: 'clickable',
@ -398,7 +398,7 @@ export const getLadderFormConfig = ($this) => {
maxlength: 20 maxlength: 20
}, },
stepStorageCondition: { stepStorageCondition: {
label: '存储条件',
label: 'template.sp.sp00456.cctj',
type: 'select', type: 'select',
fillType: 'preFill', fillType: 'preFill',
options: $this.getDictOptions('business_cctj'), options: $this.getDictOptions('business_cctj'),
@ -406,7 +406,7 @@ export const getLadderFormConfig = ($this) => {
}, },
effectivePeriod: { effectivePeriod: {
label: '目标溶液有效周期',
label: 'template.sp.sp00456.mbryyxzq',
type: 'input', type: 'input',
subType: 'select', subType: 'select',
subKey: 'effectivePeriodUnit', subKey: 'effectivePeriodUnit',
@ -414,7 +414,7 @@ export const getLadderFormConfig = ($this) => {
subOptions: $this.getDictOptions('business_yxqdw') subOptions: $this.getDictOptions('business_yxqdw')
}, },
expireDate: { expireDate: {
label: '目标溶液失效日',
label: 'template.sp.sp00456.mbrysxr',
type: 'input' type: 'input'
} }
} }
@ -429,23 +429,23 @@ export const getBaseInfoFormConfig = ($this) => {
type: 'cardItem', type: 'cardItem',
config: { config: {
studyMc: { studyMc: {
label: '试验名称',
label: 'template.common.testName',
type: 'input', type: 'input',
disabled: true disabled: true
}, },
studySn: { studySn: {
label: '试验编号',
label: 'template.common.testNumber',
type: 'input', type: 'input',
disabled: true disabled: true
}, },
methodCode: { methodCode: {
label: '方法编号',
label: 'template.common.methodCode',
type: 'input', type: 'input',
fillType: 'preFill', fillType: 'preFill',
maxlength: 50 maxlength: 50
}, },
versionNum: { versionNum: {
label: '版本号',
label: 'template.common.versionNumber',
type: 'inputNumber', type: 'inputNumber',
fillType: 'actFill', fillType: 'actFill',
prepend: 'V', prepend: 'V',
@ -455,10 +455,10 @@ export const getBaseInfoFormConfig = ($this) => {
}, },
{ {
type: 'conditionItem', type: 'conditionItem',
label: '试验配制条件',
label: 'template.common.testConfigurationConditions',
config: { config: {
pre: { pre: {
label: '预填',
label: 'template.common.preFill',
type: 'select', type: 'select',
multiple: true, multiple: true,
fillType: 'preFill', fillType: 'preFill',
@ -466,7 +466,7 @@ export const getBaseInfoFormConfig = ($this) => {
otherCode: 'preOther' otherCode: 'preOther'
}, },
act: { act: {
label: '实际',
label: 'template.common.actualFill',
type: 'select', type: 'select',
fillType: 'actFill', fillType: 'actFill',
otherCode: 'actOther', otherCode: 'actOther',
@ -477,10 +477,10 @@ export const getBaseInfoFormConfig = ($this) => {
}, },
{ {
type: 'conditionItem', type: 'conditionItem',
label: '容器材质',
label: 'template.sp.sp00456.rqcz',
config: { config: {
containerMaterial: { containerMaterial: {
label: '容器材质',
label: 'template.sp.sp00456.rqcz',
type: 'select', type: 'select',
options: $this.getDictOptions('business_rqcz'), options: $this.getDictOptions('business_rqcz'),
fillType: 'actFill', fillType: 'actFill',
@ -491,14 +491,14 @@ export const getBaseInfoFormConfig = ($this) => {
}, },
{ {
type: 'cellItem', type: 'cellItem',
label: '处理时间',
label: 'template.common.configurationTime',
config: { config: {
startDate: { startDate: {
label: '开始时间',
label: 'template.common.startTime',
type: 'input' type: 'input'
}, },
endDate: { endDate: {
label: '结束时间',
label: 'template.common.endTime',
type: 'input' type: 'input'
} }
} }
@ -533,7 +533,7 @@ export const getStorageConditionFormConfig = ($this) => {
type: 'conditionItem', type: 'conditionItem',
config: { config: {
storageCondition: { storageCondition: {
label: '存储条件',
label: 'template.sp.sp00456.cctj',
type: 'select', type: 'select',
fillType: 'preFill', fillType: 'preFill',
options: $this.getDictOptions('business_cctj'), options: $this.getDictOptions('business_cctj'),

Loading…
Cancel
Save