Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
pda-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
pda
pda-ui
Commits
2c126e4d
Commit
2c126e4d
authored
Jul 17, 2024
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
生产排产->排程
parent
b50de70f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
scheduleList.js
src/api/mes/pro/scheduleList.js
+9
-0
orderList.vue
src/views/mes/pro/scheduleList/orderList.vue
+2
-2
No files found.
src/api/mes/pro/scheduleList.js
View file @
2c126e4d
...
...
@@ -44,6 +44,15 @@ export function arrangeList(query) {
});
}
// 关联工单表查询编排表(合并重复项)
export
function
distinctList
(
query
)
{
return
request
({
url
:
"/pro/arrange/distinctList"
,
method
:
"post"
,
data
:
query
,
});
}
// 查询任务工作单元列表
export
function
taskWorkunitList
(
query
)
{
return
request
({
...
...
src/views/mes/pro/scheduleList/orderList.vue
View file @
2c126e4d
...
...
@@ -65,7 +65,7 @@
<
script
>
import
{
arrange
List
distinct
List
}
from
"@/api/mes/pro/scheduleList"
;
export
default
{
...
...
@@ -115,7 +115,7 @@ export default {
formdata
.
append
(
'workorderCode'
,
this
.
queryParams
.
workorderCode
)
formdata
.
append
(
'createBy'
,
this
.
queryParams
.
createBy
)
formdata
.
append
(
'workorderStatus'
,
[
'ORCHESTRATED'
])
arrange
List
(
formdata
).
then
((
response
)
=>
{
distinct
List
(
formdata
).
then
((
response
)
=>
{
this
.
itemList
=
response
.
rows
;
this
.
total
=
response
.
total
;
this
.
loading
=
false
;
...
...
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