diff --git a/src/views/modules/part/partInformation.vue b/src/views/modules/part/partInformation.vue index e303bea..beb3ba8 100644 --- a/src/views/modules/part/partInformation.vue +++ b/src/views/modules/part/partInformation.vue @@ -250,8 +250,8 @@ 来源国家 / Country of Origin - - + + @@ -1266,8 +1266,8 @@ abcClassDesc: '', frequencyClass: '', lifecycleStage: '', - isoCountry: '', - isoCountryDesc: '', + countryOfOrigin: '', + countryOfOriginDesc: '', manufacturingLeadTime: '', expectedLeadTime: '', regionOfOrigin: '', @@ -2984,8 +2984,8 @@ abcClassDesc: '', frequencyClass: 'Very Slow Mover', lifecycleStage: 'Development', - isoCountry: '', - isoCountryDesc: '', + countryOfOrigin: '', + countryOfOriginDesc: '', manufacturingLeadTime: '', expectedLeadTime: '', regionOfOrigin: '', @@ -3089,8 +3089,8 @@ abcClassDesc: row.abcClassDesc, frequencyClass: row.frequencyClass, lifecycleStage: row.lifecycleStage, - isoCountry: row.isoCountry, - isoCountryDesc: row.isoCountryDesc, + countryOfOrigin: row.countryOfOrigin, + countryOfOriginDesc: row.countryOfOriginDesc, manufacturingLeadTime: row.manufacturingLeadTime, expectedLeadTime: row.expectedLeadTime, regionOfOrigin: row.regionOfOrigin, @@ -3876,7 +3876,7 @@ } else if (val === 126) { strVal = this.modalData.abcClass } else if (val === 127) { - strVal = this.modalData.isoCountry + strVal = this.modalData.countryOfOrigin } else if (val === 128) { strVal = this.modalData.regionOfOrigin } else if (val === 129) { @@ -3948,8 +3948,8 @@ this.modalData.abcClass = val.abc_class this.modalData.abcClassDesc = val.abc_class_desc } else if (this.tagNo === 127) { - this.modalData.isoCountry = val.iso_country - this.modalData.isoCountryDesc = val.iso_country_desc + this.modalData.countryOfOrigin = val.country_of_origin + this.modalData.countryOfOriginDesc = val.country_of_origin_desc } else if (this.tagNo === 128) { this.modalData.regionOfOrigin = val.region_of_origin this.modalData.regionOfOriginDesc = val.region_of_origin_desc