1
yyb
2026-04-29 aec5cbead319feabb2e44ddd5bf99a0af01ca506
src/api/productionManagement/productionReporting.js
@@ -49,3 +49,12 @@
    data: data,
  });
}
// 根据工单ID获取报工状态
export function getReportState(params) {
  return request({
    url: "/productionProductMain/reportState",
    method: "get",
    params,
  });
}