|
@@ -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(()=>{
|