zhangwencui
2026-01-15 ae56bfe58933e4ffbbed0fe4df2586637cd5c56d
src/api/productionManagement/productionReporting.js
@@ -32,4 +32,12 @@
    method: "post",
    data: query,
  });
}
}
// 新增报工
export function addProductMain(data) {
  return request({
    url: "/productionProductMain/addProductMain",
    method: "post",
    data: data,
  });
}