rev:调度:深坑物料维护

This commit is contained in:
zhangzhiqiang
2023-06-09 12:49:19 +08:00
parent 911a61a5e0
commit 32fd5187ad
22 changed files with 112 additions and 50 deletions

View File

@@ -105,7 +105,7 @@ export function getReportWork(data) {
export function reportQuery(data) {
return request({
url: '/api/produceWorkorder/reportQuery',
url: '/api/produceWorkorder/reportQuery2',
method: 'post',
data
})