Merge branch 'develop' of https://e.coding.net/jikimo-hn/jikimo_sfs/jikimo_sf into feature/制造功能优化

This commit is contained in:
mgw
2025-04-25 11:34:51 +08:00

View File

@@ -224,7 +224,7 @@ class sf_production_plan(models.Model):
return num
def do_production_schedule(self, date_planned_start):
def do_production_schedule(self,date_planned_start):
"""
排程方法
"""