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