zouyu
2 天以前 1c0863efe062af3ebcdecb8c10568d779f5c8295
src/api/productionManagement/productionReporting.js
@@ -33,3 +33,11 @@
    data: query,
  });
}
// 生产报工-删除
export function productionReportDelete(query) {
  return request({
    url: "/productionProductMain/delete",
    method: "delete",
    data: query,
  });
}