jiazx0107@163.com
2023-06-19 5b44d1832e93be61b034b7e531f0c954a0018d74
igds-web/src/main/resources/static/admin/inout/in-handle.js
@@ -238,6 +238,11 @@
                notifyProgress(result.msg, result.data);
            } else {
                recordData = result.data;
                //赋值当前登陆人作为值仓人
                if (!recordData.handleUser) {
                    recordData.handleUser = curUser;
                }
                // 返回的数据进行赋值
                form.val("form-data", recordData);
                form.render();