From f26960e4c73d0963e0bce5f3914f6b808e5c32b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= Date: Wed, 4 Mar 2026 15:35:58 +0800 Subject: [PATCH] =?UTF-8?q?fix(wms):=20=E5=B0=86=E6=9D=90=E6=96=99?= =?UTF-8?q?=E5=8D=B7=E8=BF=BD=E8=B8=AA=E5=8F=82=E6=95=B0=E4=BB=8EenterCoil?= =?UTF-8?q?No=E6=94=B9=E4=B8=BAcoilId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 使用coilId作为追踪参数更准确,避免使用已弃用的enterCoilNo字段 --- klp-ui/src/views/wms/coil/panels/base.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/klp-ui/src/views/wms/coil/panels/base.vue b/klp-ui/src/views/wms/coil/panels/base.vue index e1211ff5..33107ccb 100644 --- a/klp-ui/src/views/wms/coil/panels/base.vue +++ b/klp-ui/src/views/wms/coil/panels/base.vue @@ -712,7 +712,7 @@ export default { this.traceLoading = true; this.traceResult = null; // 清空历史数据 getMaterialCoilTrace({ - enterCoilNo: row.enterCoilNo, + coilId: row.coilId, currentCoilNo: row.currentCoilNo, }).then(res => { this.traceResult = res.data; // 将结果传递给组件