制造订单,产品,工单上进行3d模型展示
This commit is contained in:
@@ -30,6 +30,7 @@ class Sf_Mrs_Connect(http.Controller):
|
||||
('routing_type', '=', '获取CNC加工程序'),
|
||||
('state', '=', 'progress')])
|
||||
if cnc_workorder:
|
||||
cnc_workorder.glb_file = base64.b64encode(ret['glb_file'])
|
||||
# 拉取所有加工面的程序文件
|
||||
# i = 1
|
||||
for r in ret['processing_panel']:
|
||||
|
||||
Reference in New Issue
Block a user