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
0208f960
Commit
0208f960
authored
Apr 02, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of git.mes123.com:zhouyx/mes-ui
parents
e30a3801
6df07bec
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
add.vue
pages/aps/aps/add.vue
+1
-3
api.js
pages/aps/aps/api.js
+4
-0
No files found.
pages/aps/aps/add.vue
View file @
0208f960
...
...
@@ -255,7 +255,6 @@ export default {
this
.
list
=
[];
this
.
list
.
push
(
obj
);
this
.
entity
.
shopId
=
this
.
list
[
0
].
value
;
this
.
multiple
(
this
.
entity
.
shopId
);
},
multiple
(
id
)
{
...
...
@@ -264,7 +263,7 @@ export default {
//shop_id 班组ID 可以为0
Api
.
gettaskequips
({
part_task_pk
:
0
,
op_pk
:
this
.
entity
.
opTaskPk
,
op_pk
:
0
,
shop_id
:
id
})
.
then
(
r
=>
{
...
...
@@ -407,5 +406,4 @@ export default {
margin-top: 15px;
}
}
</
style
>
\ No newline at end of file
pages/aps/aps/api.js
View file @
0208f960
...
...
@@ -84,4 +84,8 @@ export default {
getEquiptypeList
(
params
)
{
return
Api
.
get
(
`
${
apsUrl
}
/mes_equip_info/getequiptypelist`
,
params
);
},
//获取任务工单相关设备
gettaskequips
(
params
)
{
return
Api
.
get
(
`
${
apsUrl
}
/ser/gettaskequips`
,
params
);
},
}
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