添加功能
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user