Commit 9f3bc734 authored by jzc's avatar jzc

工单新增完成工单功能

parent c88706df
......@@ -124,6 +124,16 @@
v-hasPermi="['mes:pro:workorder:export']"
>导出</el-button>
</el-col>
<el-col :span="1.5">
<el-button
type="warning"
plain
icon="el-icon-plus"
size="mini"
@click="handleDelete"
v-hasPermi="['mes:md:brand:remove']"
>生成任务单</el-button>
</el-col>
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
</el-row>
......@@ -134,6 +144,8 @@
default-expand-all
:tree-props="{children: 'children', hasChildren: 'hasChildren'}"
>
<!-- 新增复选框 -->
<el-table-column type="selection" width="55" align="center" />
<el-table-column label="工单编码" width="180" prop="workorderCode" >
<template slot-scope="scope">
<el-button
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment