| | |
| | | enums, |
| | | capacityScope, |
| | | laboratoryScope, |
| | | deviceScope, |
| | | systemLog, |
| | | standardTree |
| | | standardTree, |
| | | standardMethod |
| | | } |
| | | } |
| | | |
| | |
| | | obtainItemParameterList: "/laboratoryScope/obtainItemParameterList", //获取实验室名称 |
| | | } |
| | | |
| | | const deviceScope = { |
| | | selectDeviceParameter: "/deviceScope/selectDeviceParameter", //查询设备详情列表 |
| | | addDeviceParameter: "/deviceScope/addDeviceParameter", //添加设备详情参数 |
| | | delDeviceParameter: "/deviceScope/delDeviceParameter", //删除设备详情参数 |
| | | upDeviceParameter: "/deviceScope/upDeviceParameter", //修改设备详情参数 |
| | | authorizedPerson: "/deviceScope/authorizedPerson", //获取授权人 |
| | | selectEquipmentOverview: "/deviceScope/selectEquipmentOverview", //获取设备总览 |
| | | uploadFile: "/deviceScope/uploadFile", //上传图片 |
| | | selectDevicePrincipal: "/deviceScope/selectDevicePrincipal", //获取设备负责人 |
| | | } |
| | | |
| | | const systemLog = { |
| | | selectSystemLogList: "/systemLog/selectSystemLogList", //获取日志 |
| | | } |
| | |
| | | const standardTree = { |
| | | selectStandardTreeList: "/standardTree/selectStandardTreeList", //获取标准树 |
| | | addStandardTree: "/standardTree/addStandardTree", //添加标准树 |
| | | } |
| | | addStandardMethodList: "/standardTree/addStandardMethodList", //给标准树添加检验标准 |
| | | selectsStandardMethodByFLSSM: "/standardTree/selectsStandardMethodByFLSSM", //根据标准树进行标准查询 |
| | | upStandardProductList: "/standardTree/upStandardProductList", //修改标准库中的要求值 |
| | | delStandardMethodByFLSSM: "/standardTree/delStandardMethodByFLSSM", //删除标准树下的检验标准 |
| | | delStandardProductByIds: "/standardTree/delStandardProductByIds", //删除标准树下的检验项目 |
| | | addStandardProduct: "/standardTree/addStandardProduct", //新增标准树下的检验项目 |
| | | delStandardTree: "/standardTree/delStandardTree", //删除标准树的层级 |
| | | } |
| | | |
| | | const standardMethod = { |
| | | selectStandardMethodList: "/standardMethod/selectStandardMethodList", //获取标准方法列表 |
| | | selectStandardMethods: "/standardMethod/selectStandardMethods", //获取标准方法枚举 |
| | | } |