浏览代码

屏蔽功能

qinhb 2 天之前
父节点
当前提交
0f918528e6
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/views/pro-steps/components/operates.vue

+ 4 - 4
src/views/pro-steps/components/operates.vue

@@ -151,12 +151,12 @@ const stepComponents = ref([]);
 const handleComs = (()=>{
   stepComponents.value = []
   console.log(store.scanInfo.firstCheck + "---------------------------------")
-  if(store.scanInfo.firstCheck && store.scanInfo.firstCheck === 1){
+  /*if(store.scanInfo.firstCheck && store.scanInfo.firstCheck === 1){
     stepComponents.value.push({
       compentName: "首检",
       compentType: "firstCheck",
     });
-  }
+  }*/
   stepComponents.value.push({
     compentName: "检验",
     compentType: "jianyan",
@@ -181,7 +181,7 @@ const handleComs = (()=>{
     compentName: "问题反馈",
     compentType: "jiaoliao",
   });
-  stepComponents.value.push({
+  /*stepComponents.value.push({
     compentName: "物料转运",
     compentType: "zhuanyun",
   });
@@ -196,7 +196,7 @@ const handleComs = (()=>{
   stepComponents.value.push({
     compentName: "质量记录",
     compentType: "zhiliang",
-  });
+  });*/
 })
 handleComs();
 onBeforeRouteUpdate(()=>{