forked from erp-dev/erp
feat: added wecom notify when printing_job production was completed(new status) and shipment was created
This commit is contained in:
@@ -466,6 +466,11 @@ class PrintingJob(ModelBase):
|
||||
default=PrintingJobWorkStateEnum.PRODUCING,
|
||||
verbose_name='业务进展',
|
||||
)
|
||||
is_production_completed = models.BooleanField(
|
||||
default=False,
|
||||
verbose_name='是否完成生产',
|
||||
help_text='独立于流程计算状态的生产完成标记',
|
||||
)
|
||||
quantity = models.PositiveIntegerField(verbose_name='数量')
|
||||
unit = models.CharField(max_length=50, verbose_name='单位')
|
||||
size = models.CharField(max_length=100, null=True, blank=True, verbose_name='一段尺寸')
|
||||
|
||||
Reference in New Issue
Block a user