kingdee_save_production_order
Create or modify production orders in Kingdee ERP. Submit JSON with material, quantity, and dates to save a new production order or update an existing one.
Instructions
新建或修改生产订单(PRD_MO)。
新建示例: { "FDate": "2024-01-15", "FMaterialId": {"FNumber": "MAT001"}, "FQty": 100, "FPlanStartDate": "2024-01-20", "FPlanFinishDate": "2024-01-25" }
Returns: str: JSON,含 FID 和 FBillNo
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |