纸管绑定加功能
This commit is contained in:
@@ -175,6 +175,10 @@ export const operateIvt = (type, vcode, num, qty, code, point) => request({
|
||||
url:'api/bstIvtStockingivt/operateIvt',
|
||||
data: {type: type, vehicle_code: vcode, row_num: num, qty: qty, material_code: code, point_code: point}
|
||||
})
|
||||
export const callCheckTube = (vcode) => request({
|
||||
url:'api/bstIvtStockingivt/callCheckTube',
|
||||
data: {vehicle_code: vcode}
|
||||
})
|
||||
/**
|
||||
* 分切暂存下料
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user