chengxiangling
2025-05-12 e1272fc62b4a8fc075ffb7af3d4ee3d11ab495d3
src/api/basicData/sheetMetalConfig/sheetMetalConfig.js
@@ -23,3 +23,21 @@
    params: query
  });
}
//  钣金冗余工单报表 apsPlatePlan/redundantOrderList
export function redundantOrderList(query) {
  return request({
    url: `/aps/apsPlatePlan/redundantOrderList`,
    method: "get",
    params: query
  });
}
// 钣金异常料号工单 /ApsPlateStandardRequireError/list
export function plateStandardRequireErrorList(query) {
  return request({
    url: `/aps/ApsPlateStandardRequireError/list`,
    method: "get",
    params: query
  });
}