chengxiangling
2025-05-14 9587438965a876c23b9e9efcff014f1cc565cb4d
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
  });
}