Browse Source

BOM调整

langfang-develop
liwei 3 years ago
parent
commit
af18fbc96a
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      src/views/plant/material/maintainbom.vue

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

@ -457,6 +457,8 @@ export default {
updateBomlst(this.formBom).then(res => {
if (res.code === 200) {
this.msgSuccess('修改成功')
this.formBom1 = {};
this.editType = ''
getBomhead(bomid).then(response => {
this.form = response.data
})
@ -471,7 +473,8 @@ export default {
this.formBom = {}
this.formBom['ME_BomLst-BackFlushItem'] = false
this.formBom['ME_BomLst-CriticalItem'] = false
this.formBom1 = {}
this.formBom1 = {};
this.editType = ''
getBomhead(bomid).then(response => {
this.form = response.data
})
@ -480,8 +483,6 @@ export default {
}
})
}
// this.formBom1 = {}
// this.editType = ''
}
},
//


Loading…
Cancel
Save