add(api/mes): 新增生产工单新增生产派工List接口

- 在 planInfo 模块中添加了 orderAddProductPlanList 函数
- 该函数通过 POST 请求用于处理生产工单新增生产派工列表的业务逻辑
master
zch 2 weeks ago
parent 720496569e
commit ca69eba7f2

@ -100,3 +100,12 @@ export function selectProductPlans(query) {
params: query
})
}
// 生产工单新增生产派工List
export function orderAddProductPlanList(data) {
return request({
url: '/mes/planInfo/orderAddProductPlanList',
method: 'post',
data: data
})
}

Loading…
Cancel
Save