呼叫次品料
This commit is contained in:
@@ -132,6 +132,12 @@ export const standStatus = (vcode, type) => post('api/pda/standStatus', {
|
||||
type: type
|
||||
})
|
||||
|
||||
// 入窑管理
|
||||
export const inKiln = (vcode, type) => post('api/pda/inKiln', {
|
||||
vehicle_code: vcode,
|
||||
type: type
|
||||
})
|
||||
|
||||
// 载具绑定
|
||||
export const vehicleBind = (code, vtype, vcode) => post('api/pda/vehicleBind', {
|
||||
point_code: code,
|
||||
@@ -143,3 +149,8 @@ export const vehicleBind = (code, vtype, vcode) => post('api/pda/vehicleBind', {
|
||||
export const vehicleUnbind = (code) => post('api/pda/vehicleUnbind', {
|
||||
point_code: code
|
||||
})
|
||||
|
||||
// 呼叫次品料
|
||||
export const callDefective = (code) => post('api/pda/callDefective', {
|
||||
device_code: code
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user