Commit 5241e95b authored by chicheng's avatar chicheng

工序支持修改、手动推送

parent 69d850fa
......@@ -59,6 +59,23 @@ export function execute(recordId){
})
}
// 批量推送 SAP(末道工序推生产入库,非末道工序推生产转移单)
export function syncSapBatch(recordIds) {
return request({
url: '/mes/pro/feedback/syncSap',
method: 'post',
data: recordIds
})
}
// 报工修改记录
export function listModifyRecord(recordId) {
return request({
url: '/mes/pro/feedback/modifyRecord/' + recordId,
method: 'get'
})
}
// 查询生产报工记录列表
export function listNextProcess(query) {
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment