物料同步修改 工单同步添加 工单完成反馈

This commit is contained in:
张江玮
2022-12-17 13:55:15 +08:00
parent 9065015d95
commit c09bd74254
10 changed files with 353 additions and 109 deletions

View File

@@ -96,4 +96,12 @@ export function getDtl(data) {
})
}
export default { add, edit, del, submits, getDevice, getTable, openStart, saveReport, finish, getReportWork, forceFinish, getDtl }
export function synchronize(data) {
return request({
url: 'api/workorder/synchronize',
method: 'post',
data
})
}
export default { add, edit, del, submits, getDevice, getTable, openStart, saveReport, finish, getReportWork, forceFinish, getDtl, synchronize }