|
|
|
@ -443,15 +443,16 @@ |
|
|
|
<!-- BOM切换版本 --> |
|
|
|
<el-dialog v-if="this.activeTable === 'temp_bom'" title="BOM版本切换" :visible.sync="versionVisible1" append-to-body :close-on-click-modal="false" v-drag width="900px"> |
|
|
|
<el-table :data="versionList1" ref="versionTable" :row-style="levelRowStyle" @row-click="levelRowClick" style="width: 100%" border :height="240"> |
|
|
|
<el-table-column label="物料编码" prop="partNo" header-align="center" align="center" show-overflow-tooltip min-width="140"/> |
|
|
|
<el-table-column label="物料描述" prop="partDesc" header-align="center" align="center" show-overflow-tooltip min-width="200"/> |
|
|
|
<el-table-column label="版本" prop="engChgLevel" header-align="center" align="center" show-overflow-tooltip min-width="60"/> |
|
|
|
<el-table-column label="物料编码" prop="partNo" header-align="center" align="left" show-overflow-tooltip min-width="140"/> |
|
|
|
<el-table-column label="物料描述" prop="partDesc" header-align="center" align="left" show-overflow-tooltip min-width="200"/> |
|
|
|
<el-table-column label="版本" prop="engChgLevel" header-align="center" align="right" show-overflow-tooltip min-width="60"/> |
|
|
|
<el-table-column label="类型" prop="bomType" header-align="center" align="center" show-overflow-tooltip min-width="100"/> |
|
|
|
<el-table-column label="备注" prop="noteText" header-align="center" align="left" show-overflow-tooltip min-width="100"/> |
|
|
|
</el-table> |
|
|
|
<el-table :data="alternativeList1" :row-style="alternativeRowStyle1" ref="versionTable" style="width: 100%;margin-top: 20px" border :height="240"> |
|
|
|
<el-table-column label="物料编码" prop="partNo" header-align="center" align="center" show-overflow-tooltip min-width="140"/> |
|
|
|
<el-table-column label="物料描述" prop="partDesc" header-align="center" align="center" show-overflow-tooltip min-width="200"/> |
|
|
|
<el-table-column label="版本" prop="engChgLevel" header-align="center" align="center" show-overflow-tooltip min-width="60"/> |
|
|
|
<el-table-column label="物料编码" prop="partNo" header-align="center" align="left" show-overflow-tooltip min-width="140"/> |
|
|
|
<el-table-column label="物料描述" prop="partDesc" header-align="center" align="left" show-overflow-tooltip min-width="200"/> |
|
|
|
<el-table-column label="版本" prop="engChgLevel" header-align="center" align="right" show-overflow-tooltip min-width="60"/> |
|
|
|
<el-table-column label="替代编码" prop="alternativeNo" header-align="center" align="center" show-overflow-tooltip min-width="60"/> |
|
|
|
<el-table-column label="类型" prop="bomType" header-align="center" align="center" show-overflow-tooltip min-width="100"/> |
|
|
|
<el-table-column label="操作" header-align="center" align="center" min-width="100"> |
|
|
|
@ -465,15 +466,16 @@ |
|
|
|
<!-- Routing切换版本 --> |
|
|
|
<el-dialog v-else-if="this.activeTable === 'temp_routing'" title="Routing版本切换" :visible.sync="versionVisible2" append-to-body :close-on-click-modal="false" v-drag width="900px"> |
|
|
|
<el-table :data="versionList2" ref="routingVersionTable" :row-style="versionRowStyle" @row-click="versionRowClick" style="width: 100%" border :height="240"> |
|
|
|
<el-table-column label="物料编码" prop="partNo" header-align="center" align="center" show-overflow-tooltip min-width="140"/> |
|
|
|
<el-table-column label="物料描述" prop="partDesc" header-align="center" align="center" 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="partNo" header-align="center" align="left" show-overflow-tooltip min-width="140"/> |
|
|
|
<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="right" show-overflow-tooltip min-width="60"/> |
|
|
|
<el-table-column label="类型" prop="routingType" header-align="center" align="center" show-overflow-tooltip min-width="100"/> |
|
|
|
<el-table-column label="备注" prop="noteText" header-align="center" align="left" show-overflow-tooltip min-width="100"/> |
|
|
|
</el-table> |
|
|
|
<el-table :data="alternativeList2" :row-style="alternativeRowStyle2" ref="routingAlternativeTable" style="width: 100%;margin-top: 20px" border :height="240"> |
|
|
|
<el-table-column label="物料编码" prop="partNo" header-align="center" align="center" show-overflow-tooltip min-width="140"/> |
|
|
|
<el-table-column label="物料描述" prop="partDesc" header-align="center" align="center" 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="partNo" header-align="center" align="left" show-overflow-tooltip min-width="140"/> |
|
|
|
<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="right" show-overflow-tooltip min-width="60"/> |
|
|
|
<el-table-column label="替代编码" prop="alternativeNo" header-align="center" align="center" show-overflow-tooltip min-width="60"/> |
|
|
|
<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"> |
|
|
|
|