|
|
@ -167,7 +167,7 @@ export default { |
|
|
bodyType: "input", |
|
|
bodyType: "input", |
|
|
bodyFillType: "actFill", |
|
|
bodyFillType: "actFill", |
|
|
width: 180, |
|
|
width: 180, |
|
|
disabled:true |
|
|
|
|
|
|
|
|
bodyDisabled: true, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: "template.dl.dl016.xybh", |
|
|
label: "template.dl.dl016.xybh", |
|
|
@ -176,7 +176,7 @@ export default { |
|
|
bodyType: "input", |
|
|
bodyType: "input", |
|
|
bodyFillType: "actFill", |
|
|
bodyFillType: "actFill", |
|
|
bodyMaxlength: 10, |
|
|
bodyMaxlength: 10, |
|
|
disabled:true |
|
|
|
|
|
|
|
|
bodyDisabled: true, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: "template.dl.dl016.qsxjjrl", |
|
|
label: "template.dl.dl016.qsxjjrl", |
|
|
@ -199,6 +199,7 @@ export default { |
|
|
}, |
|
|
}, |
|
|
methods: { |
|
|
methods: { |
|
|
onRegentSubmit(e) { |
|
|
onRegentSubmit(e) { |
|
|
|
|
|
debugger |
|
|
const { selectInfo, key, rowIndex } = e |
|
|
const { selectInfo, key, rowIndex } = e |
|
|
const { row } = selectInfo |
|
|
const { row } = selectInfo |
|
|
console.log('selectInfo==============',selectInfo,key,rowIndex) |
|
|
console.log('selectInfo==============',selectInfo,key,rowIndex) |
|
|
@ -209,7 +210,7 @@ export default { |
|
|
console.log('前序表单数据:', bdnr) |
|
|
console.log('前序表单数据:', bdnr) |
|
|
|
|
|
|
|
|
// 获取剂量组列表数据 |
|
|
// 获取剂量组列表数据 |
|
|
const qcxjjyqkData = bdnr.qcxjjyqkData || [] |
|
|
|
|
|
|
|
|
const qcxjjyqkData = bdnr.jlzTableData || [] |
|
|
|
|
|
|
|
|
// if (qcxjjyqkData.length === 0) { |
|
|
// if (qcxjjyqkData.length === 0) { |
|
|
// this.$message.warning('前序表单中没有剂量组数据') |
|
|
// this.$message.warning('前序表单中没有剂量组数据') |
|
|
@ -227,6 +228,7 @@ export default { |
|
|
pbsxd: '', // PBS洗涤 |
|
|
pbsxd: '', // PBS洗涤 |
|
|
pyybrl: '' // 培养液补入量 |
|
|
pyybrl: '' // 培养液补入量 |
|
|
})) |
|
|
})) |
|
|
|
|
|
debugger |
|
|
|
|
|
|
|
|
// 使用 $set 更新 formData,触发 CustomTable 的响应式更新 |
|
|
// 使用 $set 更新 formData,触发 CustomTable 的响应式更新 |
|
|
this.$set(this.formData, 'qcxjjyqkData', itemData) |
|
|
this.$set(this.formData, 'qcxjjyqkData', itemData) |
|
|
|