发料出库单质检弹窗发布前校验

This commit is contained in:
mgw
2025-03-19 08:44:23 +08:00
parent f5bf727b34
commit 5f48dad86c

View File

@@ -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()