yuan
2026-09-08 c21ff2a3055fa16881a2ee31c25b156ca425a286
src/api/productionManagement/productionReporting.js
@@ -41,3 +41,10 @@
    data: query,
  });
}
// 生产报工-删除
export function productionReportDeletePath(query) {
  return request({
    url: "/productionProductMain" + `/${query.id}`,
    method: "delete",
  });
}