From 616b1253767f8cb6625cb1d5395e9ace9c6c55d0 Mon Sep 17 00:00:00 2001 From: HanLong <404402223@qq.com> Date: Thu, 12 Mar 2026 10:26:23 +0800 Subject: [PATCH] =?UTF-8?q?feat:[=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86][LBA?= =?UTF-8?q?008]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/comps/template/comps/lba/LBA008.vue | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/views/business/comps/template/comps/lba/LBA008.vue b/src/views/business/comps/template/comps/lba/LBA008.vue index 66720da..e6f3c83 100644 --- a/src/views/business/comps/template/comps/lba/LBA008.vue +++ b/src/views/business/comps/template/comps/lba/LBA008.vue @@ -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, })