新增获得mrs下发编程单

This commit is contained in:
jinling.yang
2022-11-20 19:44:31 +08:00
parent a0b7b13c5e
commit aeb9b0f796
5 changed files with 51 additions and 3 deletions

View File

@@ -264,5 +264,5 @@ class CNCprocessing(models.Model):
FJGSD = fields.Char(string="加工深度(Z)")
FSCCD = fields.Char(string="刀具伸出长度")
FDJSpec = fields.Char(string="刀柄型号")
FJGDate = fields.Char(string="预计加工时间")
FJGDate = fields.Datetime(string="预计加工时间")
FComment = fields.Char(string="备注")