luojie 2 months ago
parent
commit
ad848463d9
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,
kcdw: content.targetActVolumeUnit,
syl: null,
type: null,
syldw: content.targetActVolumeUnit,
yxzq: content.effectivePeriod,
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;
},
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.reagentCode', prop: "bh" },//编号
{ 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.reagentExpireDate', prop: "sxrq" },//失效日期
],
@ -140,7 +140,7 @@ export default {
{ label: 'template.common.wzName', prop: "mc" },//名称
{ label: 'template.common.wzCode', prop: "bh" },//编号
{ label: 'template.common.wzSource', prop: "ly" },//来源
{ label: 'template.common.wzConcentration', prop: "nd" },//浓度
{ label: 'template.common.wzConcentration', prop: "ndz" },//浓度
{ label: 'template.common.wzExpireDate', prop: "sxrq" },//失效日期
],
yqsColumns: [

Loading…
Cancel
Save