|
|
|
@ -2376,7 +2376,7 @@ |
|
|
|
this.changeTitle = '变更申请-' + this.modalData.changeNo |
|
|
|
this.costImpactData = { |
|
|
|
site: this.$store.state.user.site, |
|
|
|
changeNo: data.changeNo, |
|
|
|
changeNo: data.rows.changeNo, |
|
|
|
productionProductFlag: '', |
|
|
|
inventoryProductFlag: '', |
|
|
|
newOrderFlag: '', |
|
|
|
@ -2406,7 +2406,7 @@ |
|
|
|
} |
|
|
|
this.executionInfoData = { |
|
|
|
site: this.$store.state.user.site, |
|
|
|
changeNo: data.changeNo, |
|
|
|
changeNo: data.rows.changeNo, |
|
|
|
originalFilmNo: '', |
|
|
|
newFilmNo: '', |
|
|
|
originalDieCuttingRuleNo: '', |
|
|
|
@ -2420,7 +2420,7 @@ |
|
|
|
} |
|
|
|
this.countersignatureData = { |
|
|
|
site: this.$store.state.user.site, |
|
|
|
changeNo: data.changeNo, |
|
|
|
changeNo: data.rows.changeNo, |
|
|
|
createBy: this.$store.state.user.name, |
|
|
|
chooseCSItemList: [] |
|
|
|
} |
|
|
|
|