diff --git a/src/views/business/comps/template/comps/sp/SP001.vue b/src/views/business/comps/template/comps/sp/SP001.vue index 4773b2d..a72c085 100644 --- a/src/views/business/comps/template/comps/sp/SP001.vue +++ b/src/views/business/comps/template/comps/sp/SP001.vue @@ -46,6 +46,14 @@ export default { name: "SP001", components: { BaseInfoFormPackage, LineLabel, TableList, Step, CustomTable }, mixins: [templateMixin], + provide() { + return { + getMybh: ()=>{ + const data = this.$refs['stepFormPackageRef'].getFilledFormData() + return {mybh:data.targetCode+data.targetCodeSn,maxVolume:data.targetActVolume,maxVolumeUnit:data.targetActVolumeUnit} + } + } + }, props: { fillType: { type: String, diff --git a/src/views/business/comps/template/formConfig/sp/SP007.js b/src/views/business/comps/template/formConfig/sp/SP007.js index ae3497d..4049623 100644 --- a/src/views/business/comps/template/formConfig/sp/SP007.js +++ b/src/views/business/comps/template/formConfig/sp/SP007.js @@ -158,7 +158,7 @@ export const getfjFormConfig = () => { } ] } -//备注 +//处理后信息 export const getClhxxFormConfig = ($this) => { return [ {