| | |
| | | dataIndex: 'qualityOP10To1' |
| | | } |
| | | ], |
| | | EOP40: [ |
| | | { |
| | | title: '连杆厚度', |
| | | align: 'center', |
| | | sorter: true, |
| | | dataIndex: 'qualityOP40To1' |
| | | } |
| | | ], |
| | | EOP20: [ |
| | | { |
| | | title: '小头孔直径', |
| | |
| | | } |
| | | ], |
| | | EOP80: [ |
| | | { |
| | | title: '厚度', |
| | | align: 'center', |
| | | sorter: true, |
| | | dataIndex: 'qualityOP80_Houdu' |
| | | }, |
| | | { |
| | | title: '中心距', |
| | | align: 'center', |
| | | sorter: true, |
| | | dataIndex: 'qualityOP80_ZXJ' |
| | | }, |
| | | { |
| | | title: '大头孔圆柱度', |
| | | align: 'center', |
| | | sorter: true, |
| | | dataIndex: 'qualityOP80_DTKYZD' |
| | | }, |
| | | { |
| | | title: '小头上面圆度', |
| | | align: 'center', |
| | | sorter: true, |
| | | dataIndex: 'qualityOP80_XTSMYD' |
| | | }, |
| | | { |
| | | title: '小头下面圆度', |
| | | align: 'center', |
| | | sorter: true, |
| | | dataIndex: 'qualityOP80_XTXMYD' |
| | | }, |
| | | { |
| | | title: '大头孔直径', |
| | | align: 'center', |
| | | sorter: true, |
| | | dataIndex: 'qualityOP80_D_TKZJ' |
| | | }, |
| | | { |
| | | title: '小头孔直径', |
| | | align: 'center', |
| | | sorter: true, |
| | | dataIndex: 'qualityOP80_X_TKZJ' |
| | | }, |
| | | { |
| | | title: '大头重量', |
| | | align: 'center', |
| | |
| | | } 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) { |