feat: 优化gen_number_with_rule的m_model的校验

This commit is contained in:
caoqianming 2025-11-03 14:17:22 +08:00
parent 9f301af038
commit dd0d01c6b4
1 changed files with 5 additions and 4 deletions

View File

@ -949,6 +949,7 @@ class MlogbInViewSet(BulkCreateModelMixin, BulkUpdateModelMixin, BulkDestroyMode
c_year2 = str(c_year)[-2:] c_year2 = str(c_year)[-2:]
c_month = handle_date.month c_month = handle_date.month
m_model = material_out.model m_model = material_out.model
if 'm_model' in rule:
if m_model is None: if m_model is None:
raise ParseError("生成编号出错:产品型号不能为空") raise ParseError("生成编号出错:产品型号不能为空")
elif m_model and m_model.islower(): elif m_model and m_model.islower():