rev
This commit is contained in:
@@ -111,4 +111,20 @@ export function synchronize(data) {
|
||||
})
|
||||
}
|
||||
|
||||
export default { add, edit, del, submits, getDevice, getTable, openStart, saveReport, finish, getReportWork, forceFinish, getDtl, getMaterial, synchronize }
|
||||
export function hlPause(data) {
|
||||
return request({
|
||||
url: 'api/workorder/hlPause',
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
export function hlFinish(data) {
|
||||
return request({
|
||||
url: 'api/workorder/hlFinish',
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
export default { add, edit, del, submits, getDevice, getTable, openStart, saveReport, finish, getReportWork, forceFinish, getDtl, getMaterial, synchronize, hlPause, hlFinish }
|
||||
|
||||
Reference in New Issue
Block a user