|
|
|
@ -581,7 +581,7 @@ export default { |
|
|
|
if (this.dataList.length > 0){ |
|
|
|
row = this.dataList[0]; |
|
|
|
}else { |
|
|
|
this.$message.warning("为维护BOM结构") |
|
|
|
this.$message.warning("未维护BOM结构") |
|
|
|
return; |
|
|
|
} |
|
|
|
if (node){ |
|
|
|
@ -746,7 +746,7 @@ export default { |
|
|
|
<el-table-column label="物料描述" prop="partDesc" header-align="center" align="left" show-overflow-tooltip min-width="200"/> |
|
|
|
<el-table-column label="版本" prop="routingRevision" header-align="center" align="center" show-overflow-tooltip min-width="60"/> |
|
|
|
<el-table-column label="替代编码" prop="alternativeNo" header-align="center" align="left" show-overflow-tooltip min-width="60"/> |
|
|
|
<el-table-column label="类型" prop="routingRevision" header-align="center" align="center" show-overflow-tooltip min-width="100"/> |
|
|
|
<el-table-column label="类型" prop="routingType" header-align="center" align="center" show-overflow-tooltip min-width="100"/> |
|
|
|
<el-table-column label="操作" min-width="80" header-align="center" align="center"> |
|
|
|
<template slot-scope="{row,$index}"> |
|
|
|
<a @click="changeRouting(row)">选择</a> |
|
|
|
|