OP40的连杆厚度怀疑是 读的是OP10的连杆厚度!两个值怎么成 了一样了?
| | |
| | | dataIndex: 'qualityOP10To1' |
| | | } |
| | | ], |
| | | EOP40: [ |
| | | { |
| | | title: '连杆厚度', |
| | | align: 'center', |
| | | sorter: true, |
| | | dataIndex: 'qualityOP40To1' |
| | | } |
| | | ], |
| | | EOP20: [ |
| | | { |
| | | title: '小头孔直径', |
| | |
| | | } else { |
| | | this.getQualityInfoForID() |
| | | for (var key in this.qualityDataAll) { |
| | | if (record.equipmentID == 'EOP40') { |
| | | this.qualityDataCurrent = this.qualityDataAll.EOP10 |
| | | if (record.equipmentID == 'EOP10' && record.workingProcedureCurrent=='OP40') { |
| | | debugger |
| | | this.qualityDataCurrent = this.qualityDataAll.EOP40 |
| | | break |
| | | } else { |
| | | if (key == record.equipmentID) { |