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

Loading…
Cancel
Save