接口修改
This commit is contained in:
@@ -163,12 +163,12 @@ export const updatePackageInfo = (ivt, cn, code) => request({
|
|||||||
/**
|
/**
|
||||||
* 纸管绑定
|
* 纸管绑定
|
||||||
*/
|
*/
|
||||||
export const operateIvt = (type, vcode, rnum, cnum, qty, code, pcode) => request({
|
export const operateIvt = (type, vcode, rnum, cnum,, code, pcode) => request({
|
||||||
url:'api/bstIvtStockingivt/operateIvt',
|
url:'api/pda/stockingivt/bstlvtStockingivt/operatelvt',
|
||||||
data: {type: type, vehicle_code: vcode, row_num: rnum, col_num: cnum, qty: qty, material_code: code, paper_code: pcode}
|
data: {type: type, vehicle_code: vcode, row_num: rnum, col_num: cnum, material_code: code, paper_code: pcode}
|
||||||
})
|
})
|
||||||
/**
|
/**
|
||||||
* 分切暂存下料
|
* 分切暂存下料纸管绑定
|
||||||
*/
|
*/
|
||||||
export const getCutCacheAgvPoints = (area) => request({
|
export const getCutCacheAgvPoints = (area) => request({
|
||||||
url:'api/pda/slitter/getCutCacheAgvPoints',
|
url:'api/pda/slitter/getCutCacheAgvPoints',
|
||||||
|
|||||||
Reference in New Issue
Block a user