chengxiangling
2025-05-16 af1c9e588f1de0240390648f9bb56aa486870aff
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
  });
}