|
|
|
@ -720,7 +720,7 @@ |
|
|
|
<el-input v-model="copyBomData.site" disabled style="width: 85px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="BOM版本号"> |
|
|
|
<el-input v-model="copyBomData.engChgLevel" style="width: 85px"></el-input> |
|
|
|
<el-input v-model="copyBomData.engChgLevel" disabled style="width: 85px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="制造类型"> |
|
|
|
<el-select v-model="copyBomData.bomType" @change="copyBomTypeChange" style="width: 185px"> |
|
|
|
@ -844,7 +844,7 @@ |
|
|
|
<el-input v-model="copyAlternativeData.site" disabled style="width: 85px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="BOM版本号"> |
|
|
|
<el-input v-model="copyAlternativeData.engChgLevel" style="width: 85px"></el-input> |
|
|
|
<el-input v-model="copyAlternativeData.engChgLevel" disabled style="width: 85px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="制造类型"> |
|
|
|
<el-select v-model="copyAlternativeData.bomType" style="width: 185px"> |
|
|
|
@ -1615,6 +1615,24 @@ export default { |
|
|
|
fixed: '', |
|
|
|
columnWidth: 120 |
|
|
|
}, |
|
|
|
{ |
|
|
|
userId: this.$store.state.user.name, |
|
|
|
functionId: 104002, |
|
|
|
serialNumber: '104002Table2PartStatus', |
|
|
|
tableId: '104002Table2', |
|
|
|
tableName: 'BOM子物料表', |
|
|
|
columnProp: 'partStatus', |
|
|
|
headerAlign: 'center', |
|
|
|
align: 'left', |
|
|
|
columnLabel: '零件状态编码', |
|
|
|
columnHidden: false, |
|
|
|
columnImage: false, |
|
|
|
columnSortable: false, |
|
|
|
sortLv: 0, |
|
|
|
status: true, |
|
|
|
fixed: '', |
|
|
|
columnWidth: 100 |
|
|
|
}, |
|
|
|
{ |
|
|
|
userId: this.$store.state.user.name, |
|
|
|
functionId: 104002, |
|
|
|
@ -1624,7 +1642,7 @@ export default { |
|
|
|
columnProp: 'partStatusDesc', |
|
|
|
headerAlign: 'center', |
|
|
|
align: 'left', |
|
|
|
columnLabel: '零件状态', |
|
|
|
columnLabel: '零件状态名称', |
|
|
|
columnHidden: false, |
|
|
|
columnImage: false, |
|
|
|
columnSortable: false, |
|
|
|
@ -1851,6 +1869,24 @@ export default { |
|
|
|
fixed: '', |
|
|
|
columnWidth: 120 |
|
|
|
}, |
|
|
|
{ |
|
|
|
userId: this.$store.state.user.name, |
|
|
|
functionId: 104002, |
|
|
|
serialNumber: '104002Table3PartStatus', |
|
|
|
tableId: '104002Table3', |
|
|
|
tableName: 'BOM副产品表', |
|
|
|
columnProp: 'partStatus', |
|
|
|
headerAlign: 'center', |
|
|
|
align: 'left', |
|
|
|
columnLabel: '零件状态编码', |
|
|
|
columnHidden: false, |
|
|
|
columnImage: false, |
|
|
|
columnSortable: false, |
|
|
|
sortLv: 0, |
|
|
|
status: true, |
|
|
|
fixed: '', |
|
|
|
columnWidth: 100 |
|
|
|
}, |
|
|
|
{ |
|
|
|
userId: this.$store.state.user.name, |
|
|
|
functionId: 104002, |
|
|
|
@ -1860,7 +1896,7 @@ export default { |
|
|
|
columnProp: 'partStatusDesc', |
|
|
|
headerAlign: 'center', |
|
|
|
align: 'left', |
|
|
|
columnLabel: '零件状态', |
|
|
|
columnLabel: '零件状态名称', |
|
|
|
columnHidden: false, |
|
|
|
columnImage: false, |
|
|
|
columnSortable: false, |
|
|
|
|