点位配置
This commit is contained in:
@@ -245,3 +245,9 @@ export const checkoutbillBackMaterial = (dcode, vcode, type) => request({
|
||||
url:'api/checkoutbill/BackMaterial',
|
||||
data: {device_code: dcode, vehicle_code: vcode, task_type: type}
|
||||
})
|
||||
|
||||
// 点位属性设置
|
||||
export const updatePointType = (code, type) => request({
|
||||
url:'api/schBasePoint/updatePointType',
|
||||
data: {point_code: code, point_type: type}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user