chengxiangling
2025-05-15 65f86f41dedbbbb7030e2f37ce3e001bbca4923a
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
  });
}