发料出库单质检弹窗发布前校验
This commit is contained in:
@@ -116,6 +116,9 @@ class QualityCheckWizard(models.TransientModel):
|
|||||||
|
|
||||||
# 对于成品出库的出厂检验报告,增加发布按钮
|
# 对于成品出库的出厂检验报告,增加发布按钮
|
||||||
def publish(self):
|
def publish(self):
|
||||||
|
self.current_check_id._check_part_number()
|
||||||
|
self.current_check_id._check_measure_line()
|
||||||
|
self.current_check_id._check_check_qty_and_total_qty()
|
||||||
self.current_check_id._do_publish_implementation()
|
self.current_check_id._do_publish_implementation()
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user