diff --git a/src/lang/en/template/dl.js b/src/lang/en/template/dl.js index af3860f..8a59693 100644 --- a/src/lang/en/template/dl.js +++ b/src/lang/en/template/dl.js @@ -128,7 +128,7 @@ export default { qxbd: '前序表单', dlbz: '备注', czbz: '操作步骤', - qcxjjyqk:'秋水仙碱加液情况', + xbczqk:'细胞操作情况', bltj:'暴露条件', jlzb:'剂量组别', diff --git a/src/lang/zh/template/dl.js b/src/lang/zh/template/dl.js index 75dfaef..a2417c0 100644 --- a/src/lang/zh/template/dl.js +++ b/src/lang/zh/template/dl.js @@ -128,7 +128,7 @@ export default { qxbd: '前序表单', dlbz: '备注', czbz: '操作步骤', - qcxjjyqk:'秋水仙碱加液情况', + xbczqk:'细胞操作情况', bltj:'暴露条件', jlzb:'剂量组别', diff --git a/src/views/business/comps/template/comps/dl/DL016.vue b/src/views/business/comps/template/comps/dl/DL016.vue index 8e22210..2cbb005 100644 --- a/src/views/business/comps/template/comps/dl/DL016.vue +++ b/src/views/business/comps/template/comps/dl/DL016.vue @@ -19,15 +19,9 @@ - @@ -142,6 +136,7 @@ export default { label: 'template.dl.dl016.qxbd', type: 'qxbd', fillType: 'actFill', + qxbdType:'DL017', filledCodes:['bdmc','bdbh'], }, bltj: { @@ -161,35 +156,28 @@ export default { return [ { label: "template.dl.dl016.jlzb", - prop: "targetSolutionCode", + prop: "jlzb", bodyType: "input", - bodySubType: "span", - bodySubKey: "subTargetSolutionCode", - bodyFillType: "preFill", - width: 140, - myCodeFields: ["targetSolutionCode", "subTargetSolutionCode"],//分装的母液编号字段 - maxVolumeField: "actSolutionVolume",//分装的最大量字段 - maxVolumeFieldUnit: "actSolutionVolumeUnit",//分装的最大量单位字段 - // maxVolumeField: "targetSolutionVolume,targetDiluentVolume",//分装的最大量字段 - // maxVolumeFieldUnit: "targetSolutionVolumeUnit,targetDiluentVolumeUnit",//分装的最大量单位字段 + bodyFillType: "actFill", + width: 180, }, { label: "template.dl.dl016.xybh", - prop: "startSolutionCode", + prop: "xybh", width: 180, bodyType: "input", bodyFillType: "actFill", bodyMaxlength: 10, - bodyDisabled: true, + // bodyDisabled: true, }, { label: "template.dl.dl016.qsxjjrl", - prop: "startSolutionCode", + prop: "qsxjjrl", width: 180, bodyType: "input", bodyFillType: "actFill", bodyMaxlength: 10, - bodyDisabled: true, + // bodyDisabled: true, } ] }, @@ -202,6 +190,19 @@ export default { mounted() { }, methods: { + onRegentSubmit(e) { + const { selectInfo, key, rowIndex } = e + const { row } = selectInfo + + if (key === 'yqbh') { + const params = { + yqmc: row.mc, + yqxh: row.xh, + xccsjzjdrq: row.jzrq + } + // this.$refs.yqsyTableRef.updateDataSourceByRowIndex(rowIndex, params) + } + }, //选择table header下拉框也要更新体积 onHeaderSelectChange(data){ const {key, headerSelectFields,dataSource=[]} = data; diff --git a/src/views/business/comps/template/comps/dl/DL017.vue b/src/views/business/comps/template/comps/dl/DL017.vue index e86ba26..85a0333 100644 --- a/src/views/business/comps/template/comps/dl/DL017.vue +++ b/src/views/business/comps/template/comps/dl/DL017.vue @@ -15,19 +15,19 @@ ref="swypyjInfoRef" :formConfig="swypyjInfoFormConfig" :formData="formData" /> - + -