Browse Source

fix: [模板管理] 分装的母液编号

luojie
memorylkf 2 weeks ago
parent
commit
559257f24c
2 changed files with 9 additions and 1 deletions
  1. +8
    -0
      src/views/business/comps/template/comps/sp/SP001.vue
  2. +1
    -1
      src/views/business/comps/template/formConfig/sp/SP007.js

+ 8
- 0
src/views/business/comps/template/comps/sp/SP001.vue View File

@ -46,6 +46,14 @@ export default {
name: "SP001", name: "SP001",
components: { BaseInfoFormPackage, LineLabel, TableList, Step, CustomTable }, components: { BaseInfoFormPackage, LineLabel, TableList, Step, CustomTable },
mixins: [templateMixin], mixins: [templateMixin],
provide() {
return {
getMybh: ()=>{
const data = this.$refs['stepFormPackageRef'].getFilledFormData()
return {mybh:data.targetCode+data.targetCodeSn,maxVolume:data.targetActVolume,maxVolumeUnit:data.targetActVolumeUnit}
}
}
},
props: { props: {
fillType: { fillType: {
type: String, type: String,

+ 1
- 1
src/views/business/comps/template/formConfig/sp/SP007.js View File

@ -158,7 +158,7 @@ export const getfjFormConfig = () => {
} }
] ]
} }
//备注
//处理后信息
export const getClhxxFormConfig = ($this) => { export const getClhxxFormConfig = ($this) => {
return [ return [
{ {

Loading…
Cancel
Save