licp
2024-04-23 05b908bb4e6c612b5afe4a60c2f74cb7734cf3c5
src/assets/api/controller.js
@@ -18,6 +18,9 @@
    insReport,
    warehouse,
    department,
    report,
    certification,
    sealScope,
   }
}
@@ -98,6 +101,7 @@
   delTestObject: "/capacityScope/delTestObject", //删除检测对象
   upTestObject: "/capacityScope/upTestObject", //修改检测对象
   selectTestObjectByName: "/capacityScope/selectTestObjectByName", //获取检验对象枚举
  getInsProduction: "/capacityScope/getInsProduction", //设备里面选择检验项目(树形结构)
}
const laboratoryScope = {
@@ -214,3 +218,22 @@
  delDepartment: "/department/delDepartment", //删除部门
  showUserById: "/department/showUserById", //根据选择的树展示相关的人员
}
const report = {
  businessStatisticsByDay: "/report/businessStatisticsByDay", //每日业务统计
  calendarWorkByWeek: "/report/calendarWorkByWeek", //首页-->日历任务图
  addSchedule: "/report/addSchedule", //首页-->添加日程
  ScheduleByMe: "/report/ScheduleByMe", //首页-->我的日程
  testProductByDay: "/report/testProductByDay", //首检测项目统计
}
const certification = {
  getCertificationDetail:"/certification/getCertificationDetail",//查询资质明细列表
  addCertificationDetail:"/certification/addCertificationDetail",//添加资质明细列表
  delCertificationDetail:"certification/delCertificationDetail",//删除资质明细列表
}
const sealScope = {
  selectSeal:"/sealScope/selectSeal",//查询印章列表
  addSeal:"/sealScope/addSeal",//添加印章参数
}