From 915c3d7ee6698479553a3f391f746e345671a341 Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Wed, 28 Jan 2026 14:41:24 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A[=E6=A8=A1=E6=9D=BF=E7=AE=A1?= =?UTF-8?q?=E7=90=86]sp003,004,005,006?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../comps/template/comps/sp/SWYPBQGZYZBB.vue | 11 +- .../comps/template/comps/sp/SWYPNBGZYZBB.vue | 121 +++++++++++++++++++-- 2 files changed, 116 insertions(+), 16 deletions(-) diff --git a/src/views/business/comps/template/comps/sp/SWYPBQGZYZBB.vue b/src/views/business/comps/template/comps/sp/SWYPBQGZYZBB.vue index 1d7c865..cac1b6e 100644 --- a/src/views/business/comps/template/comps/sp/SWYPBQGZYZBB.vue +++ b/src/views/business/comps/template/comps/sp/SWYPBQGZYZBB.vue @@ -552,7 +552,6 @@ export default { let tableList = content.stepTableFormData if (tableList && tableList.length > 0) { for (let i = 0; i < tableList.length; i++) { - //配置的试剂 let item = tableList[i] tmpResource.push({ mc: null, @@ -567,8 +566,8 @@ export default { kcdw: content.headerSelectFields.actStartSolutionVolumeUnit || content.headerSelectFields.actDiluentVolumeUnit,//todo 单位不一致-计算-按最小算 syl: null, syldw: content.headerSelectFields.actStartSolutionVolumeUnit || content.headerSelectFields.actDiluentVolumeUnit,//todo 单位不一致-计算-按最小算, - yxzq: null, - yxzqdw: null, + yxzq: content.effectivePeriod, + yxzqdw: content.effectivePeriodUnit, }) if (item.fzsj && item.fzsj.fzList && item.fzsj.fzList) { for (let j = 0; j < item.fzsj.fzList.length; j++) { @@ -585,14 +584,14 @@ export default { kcdw: item.fzsj.dw, syl: null, syldw: item.fzsj.dw, - yxzq: null, - yxzqdw: null, + yxzq: content.effectivePeriod, + yxzqdw: content.effectivePeriodUnit, }) } } } } - //使用的试剂 + debugger this.resourceTmp = tmpResource return content; diff --git a/src/views/business/comps/template/comps/sp/SWYPNBGZYZBB.vue b/src/views/business/comps/template/comps/sp/SWYPNBGZYZBB.vue index f3f3d53..5e80177 100644 --- a/src/views/business/comps/template/comps/sp/SWYPNBGZYZBB.vue +++ b/src/views/business/comps/template/comps/sp/SWYPNBGZYZBB.vue @@ -2,8 +2,8 @@