自动化立体仓库 - WMS系统
#
zhou zhou
5 天以前 41c84c113b103a5e79a5dd0b6abaa449cf8f11a7
#
1个文件已修改
2 ■■■ 已修改文件
src/main/webapp/views/erpReceiving/erpReceiving.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/erpReceiving/erpReceiving.html
@@ -276,7 +276,7 @@
                    const hasReturned = selectList.value.some(item => item.izSyncReceive !== '是');
                    if (hasReturned) {
                        ElementPlus.ElMessage({
                            message: "选中的数据中存在为同步的记录,不允许生成退料",
                            message: "选中的数据中存在未同步的记录,不允许生成退料",
                            type: 'error'
                        });
                        return;