From 228f6732ac3cfc4da9ef225f7db7c807df7abe01 Mon Sep 17 00:00:00 2001 From: memorylkf <312904636@qq.com> Date: Mon, 19 Jan 2026 17:22:53 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20[=E6=A8=A1=E6=9D=BF]=20=E7=94=9F?= =?UTF-8?q?=E7=89=A9=E6=A0=B7=E5=93=81=E5=88=86=E6=9E=90=E6=96=B9=E6=B3=95?= =?UTF-8?q?=E5=AD=A6=E6=A0=B7=E5=93=81=E5=88=B6=E5=A4=87=E8=A1=A8=EF=BC=88?= =?UTF-8?q?=E5=87=86=E7=A1=AE=E5=BA=A6=E4=B8=8E=E7=B2=BE=E5=AF=86=E5=BA=A6?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../template/comps/sp/SWYPFXFFXYPZBB/ZQDYJMD.vue | 51 ++++++++++++---------- 1 file changed, 27 insertions(+), 24 deletions(-) diff --git a/src/views/business/comps/template/comps/sp/SWYPFXFFXYPZBB/ZQDYJMD.vue b/src/views/business/comps/template/comps/sp/SWYPFXFFXYPZBB/ZQDYJMD.vue index 9505e44..3f92025 100644 --- a/src/views/business/comps/template/comps/sp/SWYPFXFFXYPZBB/ZQDYJMD.vue +++ b/src/views/business/comps/template/comps/sp/SWYPFXFFXYPZBB/ZQDYJMD.vue @@ -177,9 +177,11 @@ export default { label: 'template.sp.sp008.rqcz', config: { rqcz: { - type: "input", + type: "select", + multiple: true, fillType: "actFill", - maxlength: 50 + options: this.getDictOptions('business_rqcz'), + otherCode: "rqczOther", }, } }, @@ -292,14 +294,12 @@ export default { }, //获取目标溶液编号 async getCode(v){ - debugger const {stepTableFormData = []} = v; if(stepTableFormData && stepTableFormData.length>0 && !stepTableFormData[0].bhCode){ const result = await getLatestSn({ count: stepTableFormData.length, }) if(result.code == 200){ - debugger if(stepTableFormData.length===0){ this.$refs.tableRef.updateDataSourceByRowIndex(0,{ [bhCode]: result.data, @@ -309,7 +309,6 @@ export default { this.$refs.tableRef.updateDataSourceByRowIndex(i,{ bhCode: result.data[i], }) - debugger } } } @@ -323,27 +322,31 @@ export default { let content = await this.validFormFields(["baseInfoRef", "storageConditionRef", "stepFormPackageRef","tableRef" ,"stepRef", "remarkRef"]); //生成resource let tmpResource = [] - debugger - //配置的试剂 - tmpResource.push({ - mc: content.targetName, - bh: content.targetCode+content.targetCodeSn, - ph: '', - nd: content.targetActConcentration + content.targetActConcentrationUnit, - source: 'ELN配制', - sxrq: content.expireDate, - ndz: content.targetActConcentration, - nddw: content.targetActConcentrationUnit, - kc: content.targetActVolume, - kcdw: content.targetActVolumeUnit, - syl: null, - syldw:content.targetActVolumeUnit, - yxzq:content.effectivePeriod, - yxzqdw:content.effectivePeriodUnit, - }) + + let tableList = content.stepTableFormData + for(let i=0;i