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