| | |
| | | prop: 'drawingNoEdition' |
| | | }, |
| | | { |
| | | label: '设备编号', |
| | | prop: 'equipmentCode', |
| | | }, |
| | | { |
| | | label: '机床编码', |
| | | prop: 'machineCode', |
| | | }, |
| | |
| | | prop: 'craftEdition' |
| | | }, |
| | | { |
| | | label: '偏离单号', |
| | | label: '临时更改单号', |
| | | prop: 'deviation' |
| | | }, |
| | | { |
| | |
| | | showStartBox(row){ |
| | | this.startForm = row; |
| | | queryProgrammer(row.drawingNo).then(res=>{ |
| | | console.log(res); |
| | | if(res.data.data.code == 200){ |
| | | console.log(res) |
| | | if(res.data.code == 200){ |
| | | this.startForm.producePlanId =res.data.data.id; |
| | | this.startForm.programmerName = res.data.data.programmer; |
| | | }else{ |
| | |
| | | type: 'success', |
| | | message: '操作成功!', |
| | | }); |
| | | |
| | | this.startBox = false; |
| | | this.onLoad(this.page,this.query); |
| | | }else{ |
| | | this.$message({ |