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