This commit is contained in:
2023-04-17 17:28:18 +08:00
parent 08dd8712ff
commit 6289ba5847
2 changed files with 17 additions and 88 deletions

View File

@@ -310,3 +310,15 @@ export const checknormal = (crows, ccode) => request({
check_code: ccode
}
})
/**
* 异常出库解锁
*/
// 1.1解锁
export const abnormalOut = (bno, pcode) => request({
url: 'api/pda/st/abnormalOut',
data: {
box_no: bno,
point_code: pcode
}
})