Browse Source

feat: [模板管理] DL016加载前序表单

ouqian
memorylkf 1 month ago
parent
commit
f1c977e134
1 changed files with 5 additions and 3 deletions
  1. +5
    -3
      src/views/business/comps/template/comps/dl/DL016.vue

+ 5
- 3
src/views/business/comps/template/comps/dl/DL016.vue View File

@ -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)

Loading…
Cancel
Save