Browse Source

fix:[模板管理]仪器信息

lkf
15881625488@163.com 2 months ago
parent
commit
b08589b22d
2 changed files with 7 additions and 6 deletions
  1. +5
    -4
      src/views/business/comps/template/comps/sp/SWYPFXRYPZB.vue
  2. +2
    -2
      src/views/business/comps/template/mixins/templateMixin.js

+ 5
- 4
src/views/business/comps/template/comps/sp/SWYPFXRYPZB.vue View File

@ -303,15 +303,16 @@ export default {
kc: content.targetActVolume, kc: content.targetActVolume,
kcdw: content.targetActVolumeUnit, kcdw: content.targetActVolumeUnit,
syl: null, syl: null,
type: null,
syldw: content.targetActVolumeUnit, syldw: content.targetActVolumeUnit,
yxzq: content.effectivePeriod, yxzq: content.effectivePeriod,
yxzqdw: content.effectivePeriodUnit, yxzqdw: content.effectivePeriodUnit,
}) })
} }
//使
this.resourceTmp = tmpResource
const result = this.getStepResource()
debugger
//使
const stepResource = this.getStepResource()
this.resourceTmp = tmpResource.concat(stepResource.sjResource||[])
this.yqResourceTmp = stepResource.yqResource||[]
return content; return content;
}, },
onSave(){ onSave(){

+ 2
- 2
src/views/business/comps/template/mixins/templateMixin.js View File

@ -132,7 +132,7 @@ export default {
{ label: 'template.common.reagentName', prop: "mc" },//名称 { label: 'template.common.reagentName', prop: "mc" },//名称
{ label: 'template.common.reagentCode', prop: "bh" },//编号 { label: 'template.common.reagentCode', prop: "bh" },//编号
{ label: 'template.common.reagentNo', prop: "ph" },//批号 试剂,供试品才有 { label: 'template.common.reagentNo', prop: "ph" },//批号 试剂,供试品才有
{ label: 'template.common.concentration', prop: "nd" },//浓度
{ label: 'template.common.concentration', prop: "ndz" },//浓度
{ label: 'template.common.source', prop: "ly" },//来源 { label: 'template.common.source', prop: "ly" },//来源
{ label: 'template.common.reagentExpireDate', prop: "sxrq" },//失效日期 { label: 'template.common.reagentExpireDate', prop: "sxrq" },//失效日期
], ],
@ -140,7 +140,7 @@ export default {
{ label: 'template.common.wzName', prop: "mc" },//名称 { label: 'template.common.wzName', prop: "mc" },//名称
{ label: 'template.common.wzCode', prop: "bh" },//编号 { label: 'template.common.wzCode', prop: "bh" },//编号
{ label: 'template.common.wzSource', prop: "ly" },//来源 { label: 'template.common.wzSource', prop: "ly" },//来源
{ label: 'template.common.wzConcentration', prop: "nd" },//浓度
{ label: 'template.common.wzConcentration', prop: "ndz" },//浓度
{ label: 'template.common.wzExpireDate', prop: "sxrq" },//失效日期 { label: 'template.common.wzExpireDate', prop: "sxrq" },//失效日期
], ],
yqsColumns: [ yqsColumns: [

Loading…
Cancel
Save