涂板线叫空架

This commit is contained in:
2023-12-13 09:17:51 +08:00
parent c8fdd3362f
commit 31b6d7bcb2
8 changed files with 210 additions and 76 deletions

View File

@@ -16,7 +16,7 @@ export const pdaUpdate = () => request({
export const handLogin = (user, password) => request({
url:'api/pda/handlogin',
data: {
user: user,
username: user,
password: password
}
})
@@ -106,3 +106,13 @@ export const callingMaterialTask = (code, type) => request({
material_type: type
}
})
/**
* 涂板线叫空架
*/
export const callingEmpty = (code) => request({
url:'api/pda/callingEmpty',
data: {
point_code: code
}
})