gaoluyang
2026-06-16 2f58128ac3b1c025a32f64016328992bf9bf5b48
src/api/productionManagement/productionReporting.js
@@ -48,3 +48,12 @@
    data: data,
  });
}
// 根据工单ID获取报工状态
export function getReportState(params) {
  return request({
    url: "/productionProductMain/reportState",
    method: "get",
    params,
  });
}