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