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