人工放行

This commit is contained in:
2024-08-05 15:53:29 +08:00
parent a60afec822
commit a2f06ef352
4 changed files with 84 additions and 2 deletions

View File

@@ -269,3 +269,8 @@ export const queryBoxIvt = (code, na, no) => request({
url:'api/twoPda/st/queryBoxIvt',
data: {material_code: code, material_name: na, box_no: no}
})
// 人工放行
export const confirmPass = (code) => request({
url:'api/twoPda/st/confirmPass',
data: {point_code: code}
})