|
|
|
@ -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, |
|
|
|
|