|
|
@@ -17,20 +17,19 @@
|
|
|
>
|
|
|
<el-radio-button :label="4">EBOM </el-radio-button>
|
|
|
<el-radio-button :label="1">PBOM </el-radio-button>
|
|
|
- <el-radio-button
|
|
|
- :label="2"
|
|
|
- v-if="
|
|
|
+
|
|
|
+ <!-- v-if="
|
|
|
searchObj.isProduct ||
|
|
|
[1, 9].includes(searchObj.rootPathIdParent)
|
|
|
- "
|
|
|
+ " -->
|
|
|
+ <el-radio-button
|
|
|
+ :label="2"
|
|
|
+
|
|
|
>MBOM
|
|
|
</el-radio-button>
|
|
|
<el-radio-button
|
|
|
:label="3"
|
|
|
- v-if="
|
|
|
- searchObj.isProduct ||
|
|
|
- [1, 9].includes(searchObj.rootPathIdParent)
|
|
|
- "
|
|
|
+
|
|
|
>ABOM
|
|
|
</el-radio-button>
|
|
|
</el-radio-group>
|
|
|
@@ -283,11 +282,12 @@
|
|
|
label="工序配置"
|
|
|
name="工序配置"
|
|
|
v-if="
|
|
|
- currentNodeData.bomType != 4 && currentNodeData.bomType != 1 &&
|
|
|
- (searchObj.isProduct ||
|
|
|
- [1, 9].includes(searchObj.rootPathIdParent))
|
|
|
+ currentNodeData.bomType != 4 && currentNodeData.bomType != 1
|
|
|
+
|
|
|
"
|
|
|
>
|
|
|
+ <!-- && (searchObj.isProduct ||
|
|
|
+ [1, 9].includes(searchObj.rootPathIdParent)) -->
|
|
|
<workmanship
|
|
|
v-if="activeName == '工序配置'"
|
|
|
ref="workmanshipRef"
|