| | |
| | | ></p> |
| | | <div class="right-small-btn bottom-box-btn"> |
| | | <el-button type="primary"> 打印</el-button> |
| | | <el-button v-if="taskData.Procedure.Status==3" type="primary" class="huise"> 完成</el-button> |
| | | |
| | | <el-popover |
| | | v-else |
| | | v-if="taskData.Procedure.Status!=3" |
| | | placement="top-end" |
| | | width="160" |
| | | class="button-finish" |
| | |
| | | </div> |
| | | <el-button type="primary" slot="reference"> 完成</el-button> |
| | | </el-popover> |
| | | <el-button v-else type="primary" class="huise"> 完成</el-button> |
| | | </div> |
| | | </div> |
| | | <i class="el-icon-arrow-right font-arrow-20 color_318583"></i> |
| | |
| | | @getSetProductNumber="reloadPage" |
| | | @isTip="isTip" |
| | | /> |
| | | <!-- 工艺模型 --> |
| | | <ProcessModel |
| | | ref="processModel" |
| | | :processList="processList" |
| | | /> |
| | | </div> |
| | | </template> |
| | | |
| | |
| | | import Knowledge from "../components/Knowledge.vue"; |
| | | import AddControl from "../components/AddControl.vue"; |
| | | import AddIssue from "../components/AddIssue.vue"; |
| | | import ProcessModel from "../components/ProcessModel.vue"; |
| | | export default { |
| | | components: { |
| | | Card, |
| | | Knowledge, |
| | | AddControl, |
| | | AddIssue, |
| | | ProcessModel, |
| | | }, |
| | | data() { |
| | | return { |
| | |
| | | outputMaterials: [], |
| | | procedureList: [], |
| | | }, |
| | | processList:[ |
| | | { |
| | | name:'产品1+工艺2', |
| | | number:'v1.0' |
| | | }, |
| | | { |
| | | name:'产品1+工艺2', |
| | | number:'v2.0' |
| | | } |
| | | ] |
| | | }; |
| | | }, |
| | | mounted() { |