From 495f1962df0f5688cb4584e3b55027f9536812df Mon Sep 17 00:00:00 2001 From: mgw <1392924357@qq.com> Date: Mon, 17 Mar 2025 13:47:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=81=A2=E5=A4=8D=E6=B5=81=E7=A8=8B=E6=8E=A7?= =?UTF-8?q?=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- quality_control/models/quality.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quality_control/models/quality.py b/quality_control/models/quality.py index 4b911611..961bd2a7 100644 --- a/quality_control/models/quality.py +++ b/quality_control/models/quality.py @@ -250,8 +250,8 @@ class QualityCheck(models.Model): """发布出厂检验报告""" self.ensure_one() self._check_part_number() - # self._check_measure_line() - # self._check_check_qty_and_total_qty() + self._check_measure_line() + self._check_check_qty_and_total_qty() # 打开确认向导而不是直接发布 return {