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
5a675c6d
Commit
5a675c6d
authored
Apr 30, 2020
by
康振飞
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'product' of git.mes123.com:zhouyx/mes-ui into product
parents
e313992f
a50da6bd
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
13 deletions
+13
-13
excute.vue
pages/aps/aps/components/excute.vue
+1
-1
index.vue
pages/aps/aps/index.vue
+1
-1
options.vue
pages/aps/aps/options.vue
+11
-11
No files found.
pages/aps/aps/components/excute.vue
View file @
5a675c6d
...
...
@@ -35,7 +35,7 @@
<
script
>
import
Api
from
"../api"
;
import
Edit
from
"./edit"
;
import
Add
from
"../
add
"
;
import
Add
from
"../
options
"
;
export
default
{
name
:
"list"
,
components
:
{
...
...
pages/aps/aps/index.vue
View file @
5a675c6d
...
...
@@ -94,7 +94,7 @@
</template>
<
script
>
import
Api
from
"./api"
;
import
Add
from
"./
add
"
;
import
Add
from
"./
options
"
;
import
Temp
from
"./temp"
;
import
Duration
from
"./duration"
;
import
Expand
from
"./components/excute"
;
...
...
pages/aps/aps/
add
.vue
→
pages/aps/aps/
options
.vue
View file @
5a675c6d
...
...
@@ -171,8 +171,7 @@ export default {
overTime
:
"不加班"
,
//"六日加班", 不加班 加班
efficiencyValue
:
11
,
// 效率系数, 必须大于 0
shopId
:
null
,
isDiscrete
:
true
,
isDiscrete
:
"否"
,
isDiscrete
:
true
,
//是否离散 是否
discrete
:
1
,
//离散数值 必须大于 1
multiple
:
true
,
multipleEquip
:
"是"
,
//"是否多台安排设备", 否 是
...
...
@@ -349,24 +348,25 @@ export default {
},
opTaskPk
(
v
,
n
)
{
this
.
entity
.
opTaskPk
=
v
;
if
(
v
>
0
){
if
(
v
>
0
){
console
.
log
(
"detail"
,
this
.
row
);
let
entity
=
{
partTaskPk
:
this
.
row
.
part_task_pk
,
opTaskPk
:
this
.
row
.
op_task_pk
,
taskSeq
:
this
.
row
.
task_seq
,
flog
:
5
,
//参数应用范围
calId
:
null
,
planState
:
t
rue
,
planState
:
t
his
.
row
.
plan_method
==
"平行"
,
planMethod
:
this
.
row
.
plan_method
,
// 平行 重叠
over
:
false
,
over
:
this
.
row
.
over_time
==
"加班"
,
overTime
:
this
.
row
.
over_time
,
//"六日加班", 不加班 加班
efficiencyValue
:
this
.
row
.
efficiency_value
,
// 效率系数, 必须大于 0
efficiencyValue
:
this
.
row
.
efficiency_value
|
1
,
// 效率系数, 必须大于 0
shopId
:
null
,
isDiscrete
:
this
.
row
.
isdiscrete
,
isDiscrete
:
"否"
,
discrete
:
this
.
row
.
discrete_value
,
//离散数值 必须大于 1
multiple
:
true
,
multipleEquip
:
this
.
row
.
multi_machine
,
//"是否多台安排设备", 否 是
isDiscrete
:
this
.
row
.
isdiscrete
==
"是"
,
discrete
:
this
.
row
.
discrete_value
|
1
,
//离散数值 必须大于 1
multiple
:
this
.
row
.
multi_machine
==
"是"
,
multipleEquip
:
this
.
row
.
multi_machine
|
"否"
,
//"是否多台安排设备", 否 是
multipleCount
:
1
,
//多台数量
multipleEquipPks
:
[],
multipleEquipIds
:
""
,
//"设备id", 用英文逗号分隔
...
...
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