| src/api/productionManagement/productionReporting.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/api/productionManagement/productionReporting.js
@@ -49,3 +49,12 @@ data: data, }); } // 根据工单ID获取报工状态 export function getReportState(params) { return request({ url: "/productionProductMain/reportState", method: "get", params, }); }