From 29e563280015c19f17cfc3b897e76e4028e3e00c Mon Sep 17 00:00:00 2001 From: xiangxy Date: Wed, 28 May 2025 17:47:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/getData3.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/getData3.js b/utils/getData3.js index 6f91849..140760e 100644 --- a/utils/getData3.js +++ b/utils/getData3.js @@ -163,12 +163,12 @@ export const updatePackageInfo = (ivt, cn, code) => request({ /** * 纸管绑定 */ -export const operateIvt = (type, vcode, rnum, cnum, qty, code, pcode) => request({ - url:'api/bstIvtStockingivt/operateIvt', - data: {type: type, vehicle_code: vcode, row_num: rnum, col_num: cnum, qty: qty, material_code: code, paper_code: pcode} +export const operateIvt = (type, vcode, rnum, cnum,, code, pcode) => request({ + url:'api/pda/stockingivt/bstlvtStockingivt/operatelvt', + data: {type: type, vehicle_code: vcode, row_num: rnum, col_num: cnum, material_code: code, paper_code: pcode} }) /** - * 分切暂存下料 + * 分切暂存下料纸管绑定 */ export const getCutCacheAgvPoints = (area) => request({ url:'api/pda/slitter/getCutCacheAgvPoints',