| | |
| | | <div class="process-params-title"> |
| | | <el-popover |
| | | width="200" |
| | | :content="taskData.number" |
| | | :content="list.number" |
| | | placement="top-start" |
| | | trigger="click" |
| | | > |
| | | <span slot="reference">工艺编号:{{ taskData.number }}</span> |
| | | <span slot="reference">工艺编号:{{ list.number }}</span> |
| | | </el-popover> |
| | | |
| | | </div> |
| | |
| | | }, |
| | | methods: { |
| | | updateGet(number,val){ |
| | | if(val){ |
| | | this.getTaskInfo(this.activeName,'new') |
| | | return true; |
| | | } |
| | | this.listData.number=number |
| | | if(this.index){ |
| | | this.TasksCopy[this.index].number=number |
| | | } |
| | | if(val){ |
| | | this.getTaskInfo(this.activeName,'new') |
| | | } |
| | | }, |
| | | getModelList(){ |
| | |
| | | } |
| | | this.getProcessModelList(); |
| | | this.cutClick(val?val:1) |
| | | if(info){ |
| | | if(info=='new'){ |
| | | return true; |
| | | } |
| | | this.getStartArr() |
| | |
| | | width: 100%; |
| | | height: 30px; |
| | | // text-align: left; |
| | | font-size: 24px; |
| | | font-size: 28px!important; |
| | | margin: 0; |
| | | text-align: center; |
| | | line-height: 36px; |