Browse Source

BOM维护更改字段

pull/129/head
wangxy 3 years ago
parent
commit
37b93d5ba0
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/views/plant/material/maintainbom.vue

+ 3
- 3
src/views/plant/material/maintainbom.vue View File

@ -83,7 +83,7 @@
<el-col v-show="!isAdd" :span="24">
<el-row :gutter="20">
<el-col :span="4">
<el-tree :data="form.valst" :props="defaultProps" @node-click="handleNodeClick" />
<el-tree :data="form['ME_BomHead-BomLstLi']" :props="defaultProps" @node-click="handleNodeClick" />
</el-col>
<el-col :span="16">
<el-col :span="24">
@ -278,7 +278,7 @@ export default {
bomid: undefined
},
defaultProps: {
children: 'children',
children: 'ME_BomLst-ItemLi',
label: arg => `${arg['ME_BomLst-CmatNr']}/${arg['ME_BomLst-CmatName']}`
},
editType: '',
@ -498,7 +498,7 @@ export default {
'ME_BomHead-BomheadIval2': undefined,
'ME_BomHead-BomheadDval1': undefined,
'ME_BomHead-BomheadDval2': undefined,
valst: []
'ME_BomHead-BomLstLi': []
}
this.formBom['ME_BomLst-FmatNr'] = undefined
this.formBom['ME_BomLst-FmatName'] = undefined


Loading…
Cancel
Save