Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Releases
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-ui
Commits
639c8047
Commit
639c8047
authored
Oct 31, 2020
by
zhanglongtao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
b165d59f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
index.vue
pages/produce/execute/taskTime/index.vue
+6
-7
No files found.
pages/produce/execute/taskTime/index.vue
View file @
639c8047
...
...
@@ -272,9 +272,6 @@ export default {
Api
.
getentrylist
(
parm
).
then
((
rest
)
=>
{
if
(
rest
.
success
)
{
this
.
cardMan
=
rest
.
result
;
this
.
cardManCopy
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
cardMan
));
}
else
{
console
.
log
(
"获取失败。"
);
}
...
...
@@ -293,7 +290,7 @@ export default {
}
}
// 编辑或关闭当前编辑框
console
.
log
(
item
.
workHour
)
console
.
log
(
item
.
workHour
)
;
this
.
maxHour
=
item
.
workHour
+
this
.
waitHours
;
item
.
showInputWorkHour
=
!
item
.
showInputWorkHour
;
this
.
$set
(
this
.
cardMan
,
index
,
item
);
...
...
@@ -330,8 +327,7 @@ export default {
});
},
editCancel
()
{
// this.laodHorse()
this
.
cardMan
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
cardManCopy
));
this
.
laodHorse
()
},
cancel
()
{
this
.
addmodal
=
false
;
...
...
@@ -365,7 +361,9 @@ export default {
},
// 保存 添加分配人员
addInfo
(
formdata
)
{
this
.
addmodal
=
false
;
// 修改之前未保存的编辑
Api
.
subupdatehours
(
this
.
cardMan
);
let
parme
=
[
{
userTitle
:
formdata
.
userName
,
...
...
@@ -384,6 +382,7 @@ export default {
this
.
addmodal
=
true
;
}
});
this
.
addmodal
=
false
;
},
// 检验编辑内容
testChange
(
workHour
)
{
...
...
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