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