fix: 日志多步骤导致的返工填写bug

This commit is contained in:
caoqianming 2025-07-04 08:35:46 +08:00
parent e3067e115a
commit 433218feed
1 changed files with 1 additions and 0 deletions

View File

@ -733,6 +733,7 @@ class MlogbInSerializer(CustomModelSerializer):
elif wm_in.state != WMaterial.WM_OK:
raise ParseError('非合格品不可使用')
route = None
mlog_route = mlog.route
if mlog_route is None:
if is_fix is False: