fix(wms): 将材料卷追踪参数从enterCoilNo改为coilId
使用coilId作为追踪参数更准确,避免使用已弃用的enterCoilNo字段
This commit is contained in:
@@ -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; // 将结果传递给组件
|
||||
|
||||
Reference in New Issue
Block a user