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
8239710b
Commit
8239710b
authored
Nov 06, 2024
by
chenzj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工单补数按钮加权限
parent
a0049b2c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
indexApply.vue
src/views/mes/pro/workorder/indexApply.vue
+5
-1
No files found.
src/views/mes/pro/workorder/indexApply.vue
View file @
8239710b
...
...
@@ -145,7 +145,7 @@
</el-button>
</el-col>
<el-col
:span=
"1.5"
>
<el-button
type=
"success"
plain
icon=
"el-icon-edit"
size=
"mini"
:disabled=
"single"
@
click=
"handleMake"
<el-button
type=
"success"
plain
icon=
"el-icon-edit"
size=
"mini"
:disabled=
"single
|| combination
"
@
click=
"handleMake"
v-hasPermi=
"['mes:pro:workorder:make']"
>
生产补单
</el-button>
</el-col>
...
...
@@ -655,6 +655,7 @@ export default {
}
,
}
,
combinationDisable
:
false
,
combination
:
false
,
combinationCodes
:
[],
arrangeOpen
:
false
,
enablePrint
:
false
,
...
...
@@ -1170,6 +1171,9 @@ export default {
if (['complements', 'prototype'].indexOf(item.workorderType) > -1) {
this.combinationDisable = true
}
if (['reback', 'prototype'].indexOf(item.workorderType) > -1) {
this.combination = true
}
}
)
}
,
// // 多选框选中数据
...
...
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