buhuazhen
4 天以前 28c8ef8428f51b41e8f1e34a08bd83bf305bd0c0
src/api/productionManagement/workOrder.js
@@ -86,3 +86,12 @@
    data,
  });
}
// 获取工序统计数据
export function getOperationStatistics(query) {
  return request({
    url: "/productionOperationTask/getOperation",
    method: "get",
    params: query,
  });
}