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