| | |
| | | // hide: true |
| | | // }, |
| | | { |
| | | label: '图号', |
| | | label: '零组件号', |
| | | prop: 'drawingNo' |
| | | }, |
| | | { |
| | |
| | | res => { |
| | | |
| | | if(res.data.code == 200){ |
| | | /* |
| | | this.$message({ |
| | | type: 'success', |
| | | message: '操作成功!', |
| | | }); |
| | | */ |
| | | |
| | | this.attachForm.producePlanId = res.data.data.id; |
| | | |
| | | console.log('planid',this.attachForm.productPlanId) |
| | | //console.log('planid',this.attachForm.productPlanId) |
| | | this.startDispatch(form,done); |
| | | }else{ |
| | | |
| | | |
| | | this.$alert(res.data.msg+".重新输入或者手动选择主管工艺。", '发起任务失败',{type:'error',confirmButtonText:'关闭'}); |
| | | } |
| | | done(); |
| | |
| | | label: '临时更改单', |
| | | prop: 'deviation', |
| | | }, |
| | | /*{ |
| | | { |
| | | label: '临时更改单序号', |
| | | prop: 'deviationSerial', |
| | | },*/ |
| | | }, |
| | | { |
| | | label: '程序段数', |
| | | prop: 'segCount', |
| | |
| | | total: 0, |
| | | }, |
| | | option: { |
| | | size:'small', |
| | | //size:'small', |
| | | index: true, |
| | | selection: true, |
| | | selectionWidth:30, |