| | |
| | | StandardTemplate, |
| | | insOrder, |
| | | sampleOrder, |
| | | insOrderPlan |
| | | insOrderPlan, |
| | | insReport, |
| | | warehouse |
| | | } |
| | | } |
| | | |
| | |
| | | selectCustomPageList: "/user/selectCustomPageList", //获取客户列表 |
| | | delCustomById: "/user/delCustomById", //删除客户信息 |
| | | addCustom: "/user/addCustom", //新增客户信息 |
| | | getUserNow: "/user/getUserNow", //获取当前登录的用户信息 |
| | | getUserNow: "/user/getUserNow", //获取当前登录的客户信息 |
| | | getUserInfo: "/user/getUserInfo", //获取当前登录的用户信息 |
| | | } |
| | | |
| | | const dataReporting = { |
| | |
| | | addDeviceParameter: "/deviceScope/addDeviceParameter", //添加设备详情参数 |
| | | delDeviceParameter: "/deviceScope/delDeviceParameter", //删除设备详情参数 |
| | | upDeviceParameter: "/deviceScope/upDeviceParameter", //修改设备详情参数 |
| | | selectDeviceByCategory: "/deviceScope/selectDeviceByCategory", //通过设备分类获取设备列表 |
| | | authorizedPerson: "/user/getDeviceManager", //获取授权人 |
| | | selectEquipmentOverview: "/deviceScope/selectEquipmentOverview", //获取设备总览 |
| | | uploadFile: "/deviceScope/uploadFile", //上传图片 |
| | |
| | | const insOrderPlan = { |
| | | selectInsOrderPlanList: "/insOrderPlan/selectInsOrderPlanList", //查询检验任务 |
| | | claimInsOrderPlan: "/insOrderPlan/claimInsOrderPlan",//认领检验任务 |
| | | doInsOrder: "/insOrderPlan/doInsOrder",//执行检验操作 |
| | | saveInsContext: "/insOrderPlan/saveInsContext",//保存检验内容 |
| | | upPlanUser: "/insOrderPlan/upPlanUser",//任务交接 |
| | | verifyPlan: "/insOrderPlan/verifyPlan",//复核检验任务 |
| | | submitPlan: "/insOrderPlan/submitPlan",//检验任务提交 |
| | | } |
| | | |
| | | const systemLog = { |
| | |
| | | delStandardTree: "/standardTree/delStandardTree", //删除标准树的层级 |
| | | selectStandardProductList: "/standardTree/selectStandardProductList", //通过标准树查询对应的检验项目 |
| | | selectStandardProductListByMethodId: "/standardTree/selectStandardProductListByMethodId", //通过检验标准查询检验项目 |
| | | selectStandardMethodEnum: "/standardTree/selectStandardMethodEnum", //获取标准树下标准方法枚举 |
| | | } |
| | | |
| | | const standardMethod = { |
| | |
| | | delStandardTemplate: "/StandardTemplate/delStandardTemplate", //删除检验模板 |
| | | getStandardTemplate: "/StandardTemplate/getStandardTemplate", //查询原始记录模板枚举 |
| | | } |
| | | |
| | | const insReport = { |
| | | pageInsReport: "/insReport/pageInsReport", //查询检验报告数据 |
| | | wordToHtml: "/insReport/wordToHtml", //Word转HTML |
| | | } |
| | | |
| | | const warehouse = { |
| | | addWarehouse: "/warehouse/addWarehouse", //添加仓库 |
| | | selectWarehouse: "/warehouse/selectWarehouse", //查询仓库 |
| | | } |