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,