From 4e594defe07c39883f2ce2a4aa3f3114ef39b199 Mon Sep 17 00:00:00 2001
From: fengyuan_yang <1976974459@qq.com>
Date: Wed, 21 Feb 2024 17:25:43 +0800
Subject: [PATCH] =?UTF-8?q?2024-02-21=20=E7=89=A9=E6=96=99=E4=BF=AE?=
=?UTF-8?q?=E6=94=B92?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/modules/part/partInformation.vue | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
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