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
c17461ce
Commit
c17461ce
authored
Apr 26, 2024
by
张海景
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:修改生产排产
parent
aff0696b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
221 additions
and
79 deletions
+221
-79
scheduleList.js
src/api/mes/pro/scheduleList.js
+44
-4
index.vue
src/views/mes/pro/scheduleList/index.vue
+177
-75
No files found.
src/api/mes/pro/scheduleList.js
View file @
c17461ce
...
...
@@ -14,7 +14,7 @@ export function updateList(query) {
return
request
({
url
:
"/mes/pro/taskWorkunit/update"
,
method
:
"post"
,
data
:
query
,
data
:
query
});
}
// 下达生产
...
...
@@ -22,7 +22,7 @@ export function makeProduction(query) {
return
request
({
url
:
"/mes/pro/taskWorkunit/makeProduction"
,
method
:
"post"
,
data
:
query
,
data
:
query
});
}
...
...
@@ -31,7 +31,7 @@ export function makeSchedule(query) {
return
request
({
url
:
"/mes/pro/protask/schedule"
,
method
:
"post"
,
data
:
query
,
data
:
query
});
}
...
...
@@ -40,6 +40,46 @@ export function taskWorkunitList(query) {
return
request
({
url
:
"/mes/pro/taskWorkunit/workorderList"
,
method
:
"post"
,
data
:
query
,
data
:
query
});
}
// 车间列表查询
export
function
getworkshopList
(
query
)
{
// workshopId workshopName
return
request
({
url
:
"/mes/md/workshop/list"
,
method
:
"get"
});
}
// 工作中心查询
export
function
getworkstationList
(
query
)
{
// workshopId workstationId workstationName
return
request
({
url
:
"/mes/md/workstation/list"
,
method
:
"get"
,
params
:
query
});
}
// 查询任务工作单元列表
export
function
gettaskWorkunitList
(
query
)
{
// workshopId workCenterId = workstationId workstationName workunitId workunitName
return
request
({
url
:
"md/workunit/list"
,
method
:
"get"
,
params
:
query
,
});
}
// 默认工作中心查询
export
function
getdefaultWorkCenterList
()
{
// workshopId workCenterId = workstationId workstationName workunitId workunitName
return
request
({
url
:
"/mes/md/workstation/defaultList"
,
method
:
"get"
});
}
src/views/mes/pro/scheduleList/index.vue
View file @
c17461ce
This diff is collapsed.
Click to expand it.
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