yuan
2026-05-25 cd406c6d8742951f87f588564bbde73a2273b916
src/api/productionManagement/workOrder.js
@@ -86,3 +86,12 @@
    data,
  });
}
// 获取工序统计数据
export function getOperationStatistics(query) {
  return request({
    url: "/productionOperationTask/getOperation",
    method: "get",
    params: query,
  });
}