|
@@ -134,8 +134,8 @@ const setComponents = () => {
|
|
|
});
|
|
|
}
|
|
|
if (
|
|
|
- store.scanInfo.operationType == "SX" ||
|
|
|
- store.scanInfo.operationType == "RX"
|
|
|
+ store.odersData.operationType == "SX" ||
|
|
|
+ store.odersData.operationType == "RX"
|
|
|
) {
|
|
|
stepComponents.value = stepComponents.value.filter(
|
|
|
(item) => item.compentName !== "返工"
|