Browse Source

2024-01-02

master
fengyuan_yang 1 year ago
parent
commit
060feecf30
  1. 1
      src/views/modules/part/bomManagement.vue
  2. 3
      src/views/modules/part/recipeManagement.vue

1
src/views/modules/part/bomManagement.vue

@ -4197,6 +4197,7 @@ export default {
cancelButtonText: '取消',
type: 'warning'
}).then(() => {
this.detailData.updateBy = this.$store.state.user.name
updateAlternativeStatus(this.detailData).then(({data}) => {
if (data && data.code === 0) {
this.detailDataList = data.rows.detailDataList

3
src/views/modules/part/recipeManagement.vue

@ -3756,6 +3756,7 @@ export default {
this.componentData.partsByWeight = this.componentData.weightShare
this.componentData.qtyUom = this.componentData.weightShare / 100
this.componentData.qtyPerAssembly = this.componentData.weightShare / 100
this.componentData.qtyKg = this.componentData.weightShare / 100
},
//
@ -4203,6 +4204,7 @@ export default {
cancelButtonText: '取消',
type: 'warning'
}).then(() => {
this.detailData.updateBy = this.$store.state.user.name
updateAlternativeStatus(this.detailData).then(({data}) => {
if (data && data.code === 0) {
this.detailDataList = data.rows.detailDataList
@ -4230,6 +4232,7 @@ export default {
cancelButtonText: '取消',
type: 'warning'
}).then(() => {
this.detailData.updateBy = this.$store.state.user.name
updateAlternativeStatus(this.detailData).then(({data}) => {
if (data && data.code === 0) {
this.detailDataList = data.rows.detailDataList

Loading…
Cancel
Save