diff --git a/src/lang/en/template/dl.js b/src/lang/en/template/dl.js index bacd2b4..fba8d3e 100644 --- a/src/lang/en/template/dl.js +++ b/src/lang/en/template/dl.js @@ -138,12 +138,33 @@ export default { dl011: { ...common, fxbz: 'Resuscitation Steps', - pyxx: 'Culture Information' + pyxx: 'Culture Information', + xbxx: 'Cell Information', + xbmc: 'Cell Name', + xbdcbh: 'Cell Cryopreservation Number', + fshxbbh: 'Cell Number After Resuscitation', + fshxbyjtj: 'Expected Cell Volume After Resuscitation', + fshxbsjtj: 'Actual Cell Volume After Resuscitation', + pyxbh: 'Incubator Number', + pytjText: 'Culture Conditions', + pykssj: 'Culture Start Time', + pykssjButton: 'Start' }, dl012: { ...common, zbbz: 'Preparation Steps', - pyxx: 'Culture Information' + pyxx: 'Culture Information', + xbxx: 'Cell Information', + xbmc: 'Cell Name', + xbzbqbh: 'Cell Number Before Preparation', + zbxbs: 'Number of Cells Prepared', + zbhxbbh: 'Cell Number After Preparation', + zbhxbyjtj: 'Expected Cell Volume After Preparation', + zbhxbsjtj: 'Actual Cell Volume After Preparation', + pyxbh: 'Incubator Number', + pytjText: 'Culture Conditions', + pykssj: 'Culture Start Time', + pykssjButton: 'Start' }, dl013: { ...common, diff --git a/src/lang/zh/template/dl.js b/src/lang/zh/template/dl.js index c63f69c..c858fde 100644 --- a/src/lang/zh/template/dl.js +++ b/src/lang/zh/template/dl.js @@ -139,12 +139,33 @@ export default { dl011: { ...common, fxbz: '复苏步骤', - pyxx: '培养信息' + pyxx: '培养信息', + xbxx: '细胞信息', + xbmc: '细胞名称', + xbdcbh: '细胞冻存编号', + fshxbbh: '复苏后细胞编号', + fshxbyjtj: '复苏后细胞预计体积', + fshxbsjtj: '复苏后细胞实际体积', + pyxbh: '培养箱编号', + pytjText: '培养条件', + pykssj: '培养开始时间', + pykssjButton: '开始' }, dl012: { ...common, zbbz: '制备步骤', - pyxx: '培养信息' + pyxx: '培养信息', + xbxx: '细胞信息', + xbmc: '细胞名称', + xbzbqbh: '细胞制备前编号', + zbxbs: '制备细胞数', + zbhxbbh: '制备后细胞编号', + zbhxbyjtj: '制备后细胞预计体积', + zbhxbsjtj: '制备后细胞实际体积', + pyxbh: '培养箱编号', + pytjText: '培养条件', + pykssj: '培养开始时间', + pykssjButton: '开始' }, dl013: { ...common, diff --git a/src/views/business/comps/template/comps/dl/DL011.vue b/src/views/business/comps/template/comps/dl/DL011.vue index d9e4e58..cf339c2 100644 --- a/src/views/business/comps/template/comps/dl/DL011.vue +++ b/src/views/business/comps/template/comps/dl/DL011.vue @@ -55,14 +55,32 @@ - + +
+ +
+
+ +
{ + this.$refs[refConf.pyxx]?.updateFormData( + 'pytjText', + '培养条件:温度为温度为37℃±2℃,CO2浓度为5%±0.5%', + { isUpdateRecord: false, signData: null } + ) + }) + }, data() { return { formData: {}, diff --git a/src/views/business/comps/template/comps/dl/DL012.vue b/src/views/business/comps/template/comps/dl/DL012.vue index 4a4e853..8b1bc00 100644 --- a/src/views/business/comps/template/comps/dl/DL012.vue +++ b/src/views/business/comps/template/comps/dl/DL012.vue @@ -55,14 +55,32 @@ - + +
+ +
- + +
+ +
{ + this.$refs[refConf.pyxx]?.updateFormData( + 'pytjText', + '培养条件:温度为温度为37℃±2℃,CO2浓度为5%±0.5%', + { isUpdateRecord: false, signData: null } + ) + }) + }, data() { return { formData: {},