feat(wms): 在完成操作时传递新钢卷ID参数

修改completeAction接口以接收新钢卷ID参数,并在多个视图中调用时传递该参数
This commit is contained in:
砂糖
2026-04-15 15:28:28 +08:00
parent ec5da2a7ca
commit 5e80208d61
5 changed files with 10 additions and 60 deletions

View File

@@ -676,7 +676,7 @@ export default {
// 如果是从待操作列表进来的,标记操作为完成
if (this.actionId) {
await completeAction(this.actionId);
await completeAction(this.actionId, response.msg);
}
// 延迟返回,让用户看到成功提示