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
b0131f25
Commit
b0131f25
authored
Aug 03, 2024
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
生产排产->排程,确认按钮禁用
parent
ba20be2d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
index.vue
src/views/mes/pro/scheduleList/index.vue
+5
-0
No files found.
src/views/mes/pro/scheduleList/index.vue
View file @
b0131f25
...
...
@@ -427,6 +427,7 @@
<div
slot=
"footer"
class=
"dialog-footer"
>
<el-button
type=
"primary"
:disabled=
"scheduleBtnDis"
@
click=
"handleSumbitScheduleList"
>
确 定
</el-button>
<el-button
@
click=
"scheduleVisible = false"
>
取 消
</el-button>
...
...
@@ -528,6 +529,7 @@ export default {
quantity
:
1
,
workunitName
:
''
},
scheduleBtnDis
:
false
,
taskWorkunitId
:
null
,
arrangCodeVisible
:
false
,
scheduleVisible
:
false
,
...
...
@@ -795,6 +797,7 @@ export default {
arrangeCode
:
item
.
arrangeCode
}
});
this
.
scheduleBtnDis
=
true
const
m
=
this
.
$message
({
message
:
'执行中...'
,
duration
:
0
,
...
...
@@ -804,9 +807,11 @@ export default {
makeSchedule
(
formData
).
then
(
response
=>
{
this
.
$modal
.
msgSuccess
(
"排程成功"
);
this
.
scheduleVisible
=
false
this
.
scheduleBtnDis
=
false
this
.
getList
();
m
.
close
()
}).
catch
(()
=>
{
this
.
scheduleBtnDis
=
false
m
.
close
()
});
}
else
{
...
...
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