From b9f5b7c6c0a66fa04e12ab2f85c0f015ad024a1a Mon Sep 17 00:00:00 2001 From: pang.jiabao <pang_jiabao@163.com> Date: 星期四, 05 六月 2025 15:51:10 +0800 Subject: [PATCH] wms分配库位异常回传给wms --- src/main/webapp/views/taskWrk/taskWrk.html | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/views/taskWrk/taskWrk.html b/src/main/webapp/views/taskWrk/taskWrk.html index 1fa0044..0fe0b23 100644 --- a/src/main/webapp/views/taskWrk/taskWrk.html +++ b/src/main/webapp/views/taskWrk/taskWrk.html @@ -86,6 +86,8 @@ </el-table-column> <el-table-column property="ioPri" label="浼樺厛绾�"> </el-table-column> + <el-table-column property="memo" label="澶囨敞"> + </el-table-column> </el-table> <div style="margin-top: 10px;"> -- Gitblit v1.9.1