Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mes
mes-ui
Commits
9f3bc734
Commit
9f3bc734
authored
Jan 24, 2024
by
jzc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工单新增完成工单功能
parent
c88706df
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
indexApply.vue
src/views/mes/pro/workorder/indexApply.vue
+12
-0
No files found.
src/views/mes/pro/workorder/indexApply.vue
View file @
9f3bc734
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment