Browse Source

feat:[模板管理][LBA008]

ouqian
HanLong 1 month ago
parent
commit
616b125376
1 changed files with 4 additions and 5 deletions
  1. +4
    -5
      src/views/business/comps/template/comps/lba/LBA008.vue

+ 4
- 5
src/views/business/comps/template/comps/lba/LBA008.vue View File

@ -299,15 +299,14 @@ export default {
let tableList = content.stepTableFormData
if (tableList && tableList.length > 0) {
for (let i = 0; i < tableList.length; i++) {
//
let item = tableList[i]
console.log('表格item:' + JSON.stringify(item))
//使
tmpResource.push({
mc: null,
bh: content.subSolution,
bh: content.yjrybh,
ph: null,
ndz: null,
nd: null,
@ -316,10 +315,10 @@ export default {
sxrq: null,
kc: null,
kcdw: null,
syl: item.ysxsyxytj,
syl: item.sjyjrybjrl,
type: 1,
elnType: this.product,
syldw: content.headerSelectFields.sjxsyxytjUnit,
syldw: content.headerSelectFields.sjyjrybjrlUnit,
yxzq: null,
yxzqdw: null,
})

Loading…
Cancel
Save