gongchunyi
14 小时以前 53de04f28e81d70e7bdf21a7dd657abf58177582
src/api/standard/standardLibrary.js
@@ -102,6 +102,15 @@
  });
}
// 通过检验标准查询检验项目
export function buildStandardProductListNoDrag(query) {
  return request({
    url: "/standardTree/buildStandardProductListNoDrag",
    method: "get",
    params: query,
  });
}
// 修改标准库中的区间设置
export function updateSection(data) {
  return request({
@@ -156,23 +165,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) {