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