调整报告样式
This commit is contained in:
@@ -112,3 +112,9 @@ class QualityReportController(http.Controller):
|
||||
]
|
||||
)
|
||||
return request.not_found()
|
||||
|
||||
@http.route('/quality/report/not_published', type='http', auth='public')
|
||||
def get_not_published_report(self, **kw):
|
||||
"""提供未发布报告的控制器"""
|
||||
return "报告尚未发布"
|
||||
|
||||
|
||||
@@ -461,7 +461,8 @@ class QualityCheck(models.Model):
|
||||
if self.report_number_id:
|
||||
print(f"{base_url}/quality/report/{self.report_number_id.id}")
|
||||
return f"{base_url}/quality/report/{self.report_number_id.id}"
|
||||
return False
|
||||
else:
|
||||
return f"{base_url}/quality/report/not_published"
|
||||
|
||||
def upload_factory_report(self):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user