代码更新

This commit is contained in:
2022-07-01 13:40:41 +08:00
parent 79dfa73313
commit 7af4c8cc20
8 changed files with 431 additions and 5 deletions

View File

@@ -128,4 +128,12 @@ export function getFileBom(data) {
})
}
export default { add, edit, del, getDtl, submit, startRepair, endRepair, submitRepair, confirmRepair, submitResuft, getResult, outRepair, checkRepair, uditRepair, getNormBom, getFileBom }
export function submitReceive(data) {
return request({
url: 'api/devicerepairmst/submitReceive',
method: 'post',
data
})
}
export default { add, edit, del, getDtl, submit, startRepair, endRepair, submitRepair, confirmRepair, submitResuft, getResult, outRepair, checkRepair, uditRepair, getNormBom, getFileBom, submitReceive }