fix(wms): 将材料卷追踪参数从enterCoilNo改为coilId

使用coilId作为追踪参数更准确,避免使用已弃用的enterCoilNo字段
This commit is contained in:
砂糖
2026-03-04 15:35:58 +08:00
parent 8d9613a350
commit f26960e4c7

View File

@@ -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; // 将结果传递给组件