优化接口和工单

This commit is contained in:
jinling.yang
2024-02-22 19:40:25 +08:00
parent e55f7c59e6
commit 7bf2316c09
4 changed files with 14 additions and 4 deletions

View File

@@ -28,6 +28,7 @@ class Manufacturing_Connect(http.Controller):
res['Datas'].append({
'BillId': item.production_id.name,
'ProductionLine': item.production_id.production_line_id.id,
'SortId': item.sequence,
'CraftName': item.name,
'Quantity': 1,
'MaterialId': item.product_id.default_code,