Browse Source

fix:[模板管理]sp003数据

lkf
15881625488@163.com 2 months ago
parent
commit
8accc89d5e
1 changed files with 20 additions and 0 deletions
  1. +20
    -0
      src/views/business/comps/template/comps/sp/SWYPBQGZYZBB.vue

+ 20
- 0
src/views/business/comps/template/comps/sp/SWYPBQGZYZBB.vue View File

@ -570,6 +570,26 @@ export default {
yxzq: null, yxzq: null,
yxzqdw: null, yxzqdw: null,
}) })
if (item.fzsj && item.fzsj.fzList && item.fzsj.fzList) {
for (let j = 0; j < item.fzsj.fzList.length; j++) {
tmpResource.push({
mc: null,
bh: item.fzsj.mybh +'-'+item.fzsj.fzList[j].subCode,
ph: null,
nd: item.actSolutionConcentration + content.headerSelectFields.actSolutionConcentrationUnit,
source: 'ELN配制',
sxrq: content.expireDate,
ndz: item.actSolutionConcentration,
nddw: content.headerSelectFields.actSolutionConcentrationUnit,
kc: item.fzsj.fzList[j].num,
kcdw: item.fzsj.dw,
syl: null,
syldw: item.fzsj.dw,
yxzq: null,
yxzqdw: null,
})
}
}
} }
} }
//使 //使

Loading…
Cancel
Save