1
0
forked from erp-dev/erp

fix: added permission for plate_order and printing_order api

This commit is contained in:
2026-01-14 18:14:22 +08:00
parent fae667c965
commit cae0f8434e
17 changed files with 867 additions and 15 deletions

View File

@@ -8,7 +8,7 @@ class PrintingConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'printing'
verbose_name = '印染管理'
def ready(self):
"""注册信号处理函数"""
from stateflow.signals import process_completed