|
|
|
@ -234,7 +234,7 @@ export default { |
|
|
|
column: [ |
|
|
|
column: [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: '工序号', |
|
|
|
label: '工序号', |
|
|
|
prop: 'craftNo', |
|
|
|
prop: 'processNo', |
|
|
|
search: false, |
|
|
|
search: false, |
|
|
|
// width: 150, |
|
|
|
// width: 150, |
|
|
|
}, |
|
|
|
}, |
|
|
|
@ -334,6 +334,7 @@ export default { |
|
|
|
const partRes = await getProcess({ |
|
|
|
const partRes = await getProcess({ |
|
|
|
partCode:this.checkPart |
|
|
|
partCode:this.checkPart |
|
|
|
}) |
|
|
|
}) |
|
|
|
|
|
|
|
this.data = partRes.data.data |
|
|
|
console.log('partRes',partRes) |
|
|
|
console.log('partRes',partRes) |
|
|
|
} |
|
|
|
} |
|
|
|
if (this.sourceId === 'sinTerOrder') { |
|
|
|
if (this.sourceId === 'sinTerOrder') { |
|
|
|
@ -346,6 +347,7 @@ export default { |
|
|
|
const partRes = await getProcess({ |
|
|
|
const partRes = await getProcess({ |
|
|
|
partCode:this.checkPart |
|
|
|
partCode:this.checkPart |
|
|
|
}) |
|
|
|
}) |
|
|
|
|
|
|
|
this.data = partRes.data.data |
|
|
|
console.log('partRes',partRes) |
|
|
|
console.log('partRes',partRes) |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
|