|
|
@ -308,7 +308,8 @@ |
|
|
v-if="activeTable === 'bom'" |
|
|
v-if="activeTable === 'bom'" |
|
|
:part-no="partCurrentRow.partNo" |
|
|
:part-no="partCurrentRow.partNo" |
|
|
:site="partCurrentRow.site" |
|
|
:site="partCurrentRow.site" |
|
|
:bu-no="partCurrentRow.buNo"> |
|
|
|
|
|
|
|
|
:bu-no="partCurrentRow.buNo" |
|
|
|
|
|
:table-height="secondHeight - 78"> |
|
|
</bom-list-component> |
|
|
</bom-list-component> |
|
|
</el-tab-pane> |
|
|
</el-tab-pane> |
|
|
<!-- Routing页签 --> |
|
|
<!-- Routing页签 --> |
|
|
@ -317,7 +318,8 @@ |
|
|
v-if="activeTable === 'routing'" |
|
|
v-if="activeTable === 'routing'" |
|
|
:part-no="partCurrentRow.partNo" |
|
|
:part-no="partCurrentRow.partNo" |
|
|
:site="partCurrentRow.site" |
|
|
:site="partCurrentRow.site" |
|
|
:bu-no="partCurrentRow.buNo"> |
|
|
|
|
|
|
|
|
:bu-no="partCurrentRow.buNo" |
|
|
|
|
|
:table-height="secondHeight - 78"> |
|
|
</routing-list-component> |
|
|
</routing-list-component> |
|
|
</el-tab-pane> |
|
|
</el-tab-pane> |
|
|
<!-- SOP清单 --> |
|
|
<!-- SOP清单 --> |
|
|
@ -325,7 +327,8 @@ |
|
|
<sop-list-component |
|
|
<sop-list-component |
|
|
v-if="activeTable === 'partSop'" |
|
|
v-if="activeTable === 'partSop'" |
|
|
:part-no="partCurrentRow.partNo" |
|
|
:part-no="partCurrentRow.partNo" |
|
|
:site="partCurrentRow.site"> |
|
|
|
|
|
|
|
|
:site="partCurrentRow.site" |
|
|
|
|
|
:table-height="secondHeight - 98"> |
|
|
</sop-list-component> |
|
|
</sop-list-component> |
|
|
</el-tab-pane> |
|
|
</el-tab-pane> |
|
|
<!-- 质量检验模板页签 --> |
|
|
<!-- 质量检验模板页签 --> |
|
|
@ -1930,7 +1933,7 @@ |
|
|
authDetail: false, |
|
|
authDetail: false, |
|
|
authFile: false, |
|
|
authFile: false, |
|
|
menuId: this.$route.meta.menuId, |
|
|
menuId: this.$route.meta.menuId, |
|
|
activeTable: 'part_agent', |
|
|
|
|
|
|
|
|
activeTable: 'bom', |
|
|
partCurrentRow: {}, |
|
|
partCurrentRow: {}, |
|
|
secondHeight: 200, |
|
|
secondHeight: 200, |
|
|
searchLoading: false, |
|
|
searchLoading: false, |
|
|
|