Browse Source

2025-06-17

工程变更发起新增时报错
master
fengyuan_yang 7 months ago
parent
commit
e51c45ade3
  1. 6
      src/views/modules/changeManagement/changeRequest.vue

6
src/views/modules/changeManagement/changeRequest.vue

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

Loading…
Cancel
Save