添加功能

This commit is contained in:
2025-01-14 17:05:44 +08:00
parent 87ae089be9
commit bec122c276
2 changed files with 26 additions and 5 deletions

View File

@@ -57,6 +57,10 @@ export const resumeMoveWasteFoilv2 = (flag, code) => request({
url:'api/pda/other/resumeMoveWasteFoil/v2',
data: {flag: flag, point_code: code}
})
export const resumeAutoMoveWasteFoil = (code) => request({
url:'api/pda/other/resumeAutoMoveWasteFoil',
data: {point_code: code}
})
// 管芯入库
export const gxgetGxSpecification = () => request({
url:'api/pda/gx/getGxSpecification',