合并代码

This commit is contained in:
gqh
2022-11-08 11:44:37 +08:00
parent dc24df19c2
commit edd6c30176
6 changed files with 141 additions and 14 deletions

View File

@@ -129,6 +129,9 @@ class MrpWorkOrder(models.Model):
# 扫码绑定托盘方法
def gettray(self):
return ""
#解除托盘绑定
def unbindtray(self):
return ""
# 计算配料中心点和与x轴倾斜度方法
def getcenter(self):