Crunchy
2024-07-13 ea2b6775c278d8990e858a309a966b82b36f4d40
src/assets/api/controller.js
@@ -29,7 +29,9 @@
    auxiliaryOutputWorkingHours,
    auxiliaryWorkingHoursDay,
    auxiliaryCorrectionHours,
    insBushing
    insBushing,
    auxiliaryOriginalHours,
    evaluate,
  }
}
@@ -122,6 +124,7 @@
  upProduct: "/capacityScope/upProduct", //修改产品
  getItemTree: "/capacityScope/getItemTree", //获取检验对象树
  importData: "/capacityScope/importData", //导入检验项目
  importExcel: "/capacityScope/importExcel", // 导入能力范围
}
const laboratoryScope = {
@@ -143,6 +146,11 @@
  uploadFile: "/deviceScope/uploadFile", //上传图片
  selectDevicePrincipal: "/user/getDeviceManager", //获取设备负责人
  selectDeviceByCode: "/deviceScope/selectDeviceByCode", //通过设备编号获取设备列表
  getNumberCollect: "/deviceScope/getNumberCollect", //查询数采配置
  numberCollect: "/deviceScope/numberCollect", //维护数采配置
  saveDataAcquisitionConfiguration: "/deviceScope/saveDataAcquisitionConfiguration", // 维护数采配置
  queryDataAcquisitionConfiguration: "/deviceScope/queryDataAcquisitionConfiguration", // 查询数采配置
  deleteDataAcquisitionConfiguration: "/deviceScope/deleteDataAcquisitionConfiguration", // 删除数采配置
}
const insOrder = {
@@ -161,6 +169,7 @@
  selectSampleDefects: "/insOrder/selectSampleDefects", //样品缺陷指标
  updateStatus: "/insOrder/updateStatus", //将待审核更新成撤销状态
  updateInspected: "/insOrder/updateInspected", //将待检验的的撤销进行更改
  labelPrinting: "/insOrder/labelPrinting", //标签打印
}
const sampleOrder = {
@@ -176,6 +185,15 @@
  verifyPlan: "/insOrderPlan/verifyPlan", //复核检验任务
  submitPlan: "/insOrderPlan/submitPlan", //检验任务提交
  inspectionOrderDetailsTaskSwitching: "/insOrderPlan/inspectionOrderDetailsTaskSwitching", // 检验单详情-任务切换
  getInsProduct: "/insOrderPlan/getInsProduct", // 获取检验项目和模板内容
  getFileList: "/insOrderPlan/getFileList", // 查看检验单下的附件列表
  delfile: "/insOrderPlan/delfile", // 附件删除
  uploadFile: "/insOrderPlan/uploadFile", // 附件上传
  downFile: "/insOrderPlan/downFile", // 附件下载
  checkSubmitPlan: "/insOrderPlan/checkSubmitPlan", // 校验检验任务提交
  getReportModel: "/insOrderPlan/getReportModel", // 切换光纤-光纤带记录模版查询检验内容
  write: "/insOrderPlan/write", // 填写温度与湿度
  temCycle: "/insOrderPlan/temCycle", // 温度循环查看列表数据(包括通过样品id,循环次数,温度,循环次数进行筛选)
}
const systemLog = {
@@ -184,6 +202,7 @@
const standardTree = {
  selectStandardTreeList: "/standardTree/selectStandardTreeList", //获取标准树
  selectStandardTreeList2: "/standardTree/selectStandardTreeList2", //获取标准树
  addStandardTree: "/standardTree/addStandardTree", //添加标准树
  addStandardMethodList: "/standardTree/addStandardMethodList", //给标准树添加检验标准
  selectsStandardMethodByFLSSM: "/standardTree/selectsStandardMethodByFLSSM", //根据标准树进行标准查询
@@ -200,6 +219,9 @@
  upStandardProducts: "/standardTree/upStandardProducts", //获取产品架构
  selectStandardProductEnumByMethodId: "/standardTree/selectStandardProductEnumByMethodId", //批量编辑查询所有检验项目和检验子项枚举
  getStandTreeBySampleType: "/standardTree/getStandTreeBySampleType", //仅获取光纤的型号
  inExcelOfTree: "/standardTree/inExcelOfTree", //导入标准库
  resetTreeOfPrice: "/standardTree/resetTreeOfPrice", //重置标准库单价
  resetTreeOfHour: "/standardTree/resetTreeOfHour", //重置标准库工时系数
}
const standardMethod = {
@@ -328,8 +350,27 @@
const auxiliaryCorrectionHours = {
  selectAuxiliaryCorrectionHours: "/auxiliaryCorrectionHours/selectAuxiliaryCorrectionHours", //查询修正工时
  upload: "/auxiliaryCorrectionHours/upload", //导入
}
const insBushing = {
  selectBushingBySampleId: "/insBushing/selectBushingBySampleId", //通过样品id获取样品下光纤配置内容
}
const auxiliaryOriginalHours = {
  selectAuxiliaryOriginalHours: "/auxiliaryOriginalHours/selectAuxiliaryOriginalHours", //查询原始工时
  exportOriginalHours: "/auxiliaryOriginalHours/exportOriginalHours", //导出原始工时
}
const evaluate = {
  page: "/evaluate/page", //查询考评
  exportEvaluate: "/evaluate/exportEvaluate", //导出考评
  getEvaluateCompetent: "/evaluateCompetent/getEvaluateCompetent", //查询主管打分
  writeEvaluateCompetent: "/evaluateCompetent/writeEvaluateCompetent", //填写主管打分
  getEvaluateLeader: "/evaluateLeader/getEvaluateLeader", //查询组长评分
  writeEvaluateLeader: "/evaluateLeader/writeEvaluateLeader", //组长评分
  exportEvaluateCompetent: "/evaluateCompetent/exportEvaluateCompetent", //导出主管打分
  exportEvaluateLeader: "/evaluateLeader/exportEvaluateLeader", //导出组长打分
  getEvaluateGroup: "/evaluateGroup/getEvaluateGroup", //查询员工互评
  writeEvaluateGroup: "/evaluateGroup/writeEvaluateGroup", //填写员工互评
}