点位管理
This commit is contained in:
@@ -60,9 +60,10 @@ export const handMaterial = () => request({
|
||||
// return res
|
||||
// }
|
||||
// 1.4点位操作
|
||||
export const handPointOpt = (type, mtype, qty) => request({
|
||||
export const handPointOpt = (code, type, mtype, qty) => request({
|
||||
url:'api/hand/pointOpt',
|
||||
data: {
|
||||
device_code: code,
|
||||
type: type,
|
||||
material_type: mtype,
|
||||
qty: qty
|
||||
|
||||
Reference in New Issue
Block a user