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
a2b39c11
Commit
a2b39c11
authored
Aug 07, 2020
by
周远喜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
aps 参数调整 bug
parent
eec5c179
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
2 deletions
+26
-2
options.vue
pages/aps/aps/options.vue
+26
-2
No files found.
pages/aps/aps/options.vue
View file @
a2b39c11
...
...
@@ -161,8 +161,8 @@ export default {
taskSeq
:
""
,
flog
:
5
,
//参数应用范围
calId
:
""
,
planState
:
fals
e
,
planMethod
:
"
重叠
"
,
// 平行 重叠
planState
:
tru
e
,
planMethod
:
"
平行
"
,
// 平行 重叠
over
:
false
,
overTime
:
"不加班"
,
//"六日加班", 不加班 加班
efficiencyValue
:
11
,
// 效率系数, 必须大于 0
...
...
@@ -387,6 +387,30 @@ export default {
},
count
(
v
,
n
)
{
this
.
entity
.
discrete
=
1
;
},
"entity.multiple"
(
v
){
/*
planState: false,
planMethod: "重叠", // 平行 重叠
*/
if
(
v
){
this
.
entity
.
planState
=
v
;
}
},
"entity.planState"
(
v
){
/*
planState: false,
planMethod: "重叠", // 平行 重叠
*/
if
(
!
v
){
this
.
entity
.
multiple
=
v
;
}
// this.planMethod=!v?"重叠":"平行"
}
}
};
...
...
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