|
|
|
@ -787,7 +787,7 @@ export default { |
|
|
|
// 零件工艺管理-详情 |
|
|
|
// 零件工艺管理-详情 |
|
|
|
if (this.detailsType == 'processPlanning') { |
|
|
|
if (this.detailsType == 'processPlanning') { |
|
|
|
let query = { |
|
|
|
let query = { |
|
|
|
partId: this.rowData.id, |
|
|
|
partCode: this.rowData.partCode, |
|
|
|
partVersion: this.version, |
|
|
|
partVersion: this.version, |
|
|
|
rank: this.rank, |
|
|
|
rank: this.rank, |
|
|
|
}; |
|
|
|
}; |
|
|
|
@ -814,7 +814,7 @@ export default { |
|
|
|
// 零件工艺管理-详情 |
|
|
|
// 零件工艺管理-详情 |
|
|
|
if (this.detailsType == 'processPlanning') { |
|
|
|
if (this.detailsType == 'processPlanning') { |
|
|
|
let query = { |
|
|
|
let query = { |
|
|
|
partId: this.rowData.id, |
|
|
|
partCode: this.rowData.partCode, |
|
|
|
partVersion: this.version, |
|
|
|
partVersion: this.version, |
|
|
|
rank: this.rank, |
|
|
|
rank: this.rank, |
|
|
|
}; |
|
|
|
}; |
|
|
|
|