factory/apps/wpm
caoqianming e2b1f266aa fix: mlogdefect 空列表时仍同步继承缺陷
前端传 mlogdefect: [] 时,原 is not None 判断会走进 need_mdfect 分支,
既不创建真实缺陷也跳过 sync_inherited_defect,导致 mlogb 无任何缺陷标识。
改为无论哪个分支都兜底调用 sync_inherited_defect,由其内部判断互斥。
2026-04-24 15:45:58 +08:00
..
migrations Inherit batch output defect markers 2026-04-23 16:32:40 +08:00
scripts feat: batch_bxerp添加子工序操作人 2026-04-14 14:16:17 +08:00
__init__.py
admin.py
apps.py
correct.py
datax.py
filters.py
models.py Inherit batch output defect markers 2026-04-23 16:32:40 +08:00
serializers.py fix: mlogdefect 空列表时仍同步继承缺陷 2026-04-24 15:45:58 +08:00
services.py feat: 加工前不良当合格品处理 2026-02-04 15:45:12 +08:00
services_2.py
tasks.py
tests.py
urls.py
views.py Inherit batch output defect markers 2026-04-23 16:32:40 +08:00
views_ana.py