diff --git a/src/views/modules/changeManagement/changeRecord.vue b/src/views/modules/changeManagement/changeRecord.vue
index 50533e4..290615f 100644
--- a/src/views/modules/changeManagement/changeRecord.vue
+++ b/src/views/modules/changeManagement/changeRecord.vue
@@ -4158,7 +4158,7 @@
if (this.$router.resolve(`/sampleManagement-technicalSpecificationList`).resolved.name === '404') {
this.$alert('权限不足,访问失败', '警告', {confirmButtonText: '确定',})
} else {
- this.$router.push({name:`sampleManagement-technicalSpecificationList`,params:{codeNo:row.codeNo},})
+ this.$router.push({name:`sampleManagement-technicalSpecificationList`,params:{nowCodeNo:row.codeNo},})
}
},
diff --git a/src/views/modules/part/partInformation.vue b/src/views/modules/part/partInformation.vue
index f5bffce..9b94241 100644
--- a/src/views/modules/part/partInformation.vue
+++ b/src/views/modules/part/partInformation.vue
@@ -17,6 +17,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
-
- 终端客户
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_bom.vue b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_bom.vue
index af07326..da07891 100644
--- a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_bom.vue
+++ b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_bom.vue
@@ -520,6 +520,9 @@
})
},
jumpBom(){
+ if(this.bomData.engChgLevel!=null||this.bomData.engChgLevel!==''){
+ this.$message.error("bom明细不存在")
+ }
let inData={
site:this.searchData.site,
partNo:this.bomData.partNo,
diff --git a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_routing.vue b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_routing.vue
index de285e9..9274484 100644
--- a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_routing.vue
+++ b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_routing.vue
@@ -1465,6 +1465,9 @@
})
},
jumpRoute(){
+ if(this.routeData.routingRevision!=null||this.routeData.routingRevision!==''){
+ this.$message.error("route明细不存在")
+ }
let inData={
site:this.searchData.site,
partNo:this.routeData.partNo,
diff --git a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue
index 5562993..43dc7fb 100644
--- a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue
+++ b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue
@@ -788,7 +788,7 @@
}).then(() => {
let tempData = {
site: this.searchData.site,
- userName: this.searchData.username,
+ userName: this.$store.state.user.name,
codeNo: this.searchData.codeNo,
menuId: '103002'
}