Browse Source

2025-04-10

BOM Routing 相关排除已转正的临时物料
master
fengyuan_yang 9 months ago
parent
commit
2836d34bdd
  1. 8
      src/views/modules/part/partInformation.vue

8
src/views/modules/part/partInformation.vue

@ -5080,10 +5080,14 @@
createBy: this.$store.state.user.name, createBy: this.$store.state.user.name,
ifsPartNo: '', ifsPartNo: '',
fromPartSite: this.modalData.site, fromPartSite: this.modalData.site,
fromPartNo: this.modalData.partNo,
fromPartDesc: this.modalData.partDesc,
fromPartNo: '',
fromPartDesc: '',
copyFlag: '' copyFlag: ''
} }
if (this.modalData.flag !== '3') {
this.copyPartData.fromPartNo = this.modalData.partNo
this.copyPartData.fromPartDesc = this.modalData.partDesc
}
this.copyPartModelFlag = true this.copyPartModelFlag = true
}, },

Loading…
Cancel
Save