gaoluyang
2025-03-29 ede230d16e1d88aadfa76f8ba9cdf2113e9a390e
Merge remote-tracking branch 'origin/dev' into dev
已修改2个文件
24 ■■■■■ 文件已修改
src/api/cnas/process/method/standardMethod.js 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/api/standard/standardLibrary.js 16 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/api/cnas/process/method/standardMethod.js
@@ -46,11 +46,3 @@
  });
}
// 导入标准明细
export function importStandardDetails(data) {
  return request({
    url: "/standardMethod/importStandardDetails",
    method: "post",
    data: data,
  });
}
src/api/standard/standardLibrary.js
@@ -156,23 +156,7 @@
  });
}
// 重置标准库单价
export function resetTreeOfPrice(data) {
  return request({
    url: "/standardTree/resetTreeOfPrice",
    method: "post",
    data: data,
  });
}
// 重置标准库工时系数
export function resetTreeOfHour(data) {
  return request({
    url: "/standardTree/resetTreeOfHour",
    method: "post",
    data: data,
  });
}
// 检验项复制排序
export function copyStandardProductSort(data) {