优化cnc工单返工:在原有的cnc工单后新增返工标志的cnc工单,且工序累加,状态为就绪,解除装夹工单的状态为等待其他工单

This commit is contained in:
jinling.yang
2024-05-22 17:35:57 +08:00
parent 6d503968a5
commit ff12a86406
7 changed files with 25 additions and 26 deletions

View File

@@ -32,6 +32,9 @@ class FtpController():
logging.error(f"Error checking file: {e}")
return False
# # 检测字符串的编码
# def detect_encoding(self, s):
# result = chardet.detect(s)