|
|
|
|
@ -8,7 +8,10 @@ |
|
|
|
|
@opened="opened" |
|
|
|
|
> |
|
|
|
|
<el-card v-if="sourceId == 'plannedOrder' || sourceId == 'sinTerOrder'"> |
|
|
|
|
<el-descriptions :column="1" size="medium" class="margin-top" border> |
|
|
|
|
<el-descriptions :column="2" size="medium" class="margin-top" border> |
|
|
|
|
<el-descriptions-item label="零件号"> |
|
|
|
|
<!-- {{ craftData.primaryCraft }} -->{{ checkPart }} |
|
|
|
|
</el-descriptions-item> |
|
|
|
|
<el-descriptions-item label="一级工艺路线"> |
|
|
|
|
<!-- {{ craftData.primaryCraft }} -->{{ primaryCraft }} |
|
|
|
|
</el-descriptions-item> |
|
|
|
|
@ -141,17 +144,17 @@ export default { |
|
|
|
|
editBtnIcon: ' ', |
|
|
|
|
align: 'center', |
|
|
|
|
column: [ |
|
|
|
|
{ |
|
|
|
|
label: '零件号', |
|
|
|
|
prop: 'partcode', |
|
|
|
|
search: false, |
|
|
|
|
// width: 150, |
|
|
|
|
}, |
|
|
|
|
// { |
|
|
|
|
// label: '零件号', |
|
|
|
|
// prop: 'partcode', |
|
|
|
|
// search: false, |
|
|
|
|
// // width: 150, |
|
|
|
|
// }, |
|
|
|
|
{ |
|
|
|
|
label: '零件名称', |
|
|
|
|
prop: 'partname', |
|
|
|
|
search: false, |
|
|
|
|
width: 170, |
|
|
|
|
// width: 170, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: '一级工艺计划(A)号', |
|
|
|
|
|