| | |
| | | upProduct: "/capacityScope/upProduct", //修改产品 |
| | | getItemTree: "/capacityScope/getItemTree", //获取检验对象树 |
| | | importData: "/capacityScope/importData", //导入检验项目 |
| | | importExcel: "/capacityScope/importExcel", // 导入能力范围 |
| | | } |
| | | |
| | | const laboratoryScope = { |
| | |
| | | selectDeviceByCode: "/deviceScope/selectDeviceByCode", //通过设备编号获取设备列表 |
| | | getNumberCollect: "/deviceScope/getNumberCollect", //查询数采配置 |
| | | numberCollect: "/deviceScope/numberCollect", //维护数采配置 |
| | | saveDataAcquisitionConfiguration: "/deviceScope/saveDataAcquisitionConfiguration", // 维护数采配置 |
| | | queryDataAcquisitionConfiguration: "/deviceScope/queryDataAcquisitionConfiguration", // 查询数采配置 |
| | | deleteDataAcquisitionConfiguration: "/deviceScope/deleteDataAcquisitionConfiguration", // 删除数采配置 |
| | | } |
| | | |
| | | const insOrder = { |
| | |
| | | downFile: "/insOrderPlan/downFile", // 附件下载 |
| | | checkSubmitPlan: "/insOrderPlan/checkSubmitPlan", // 校验检验任务提交 |
| | | getReportModel: "/insOrderPlan/getReportModel", // 切换光纤-光纤带记录模版查询检验内容 |
| | | write: "/insOrderPlan/write", // 填写温度与湿度 |
| | | temCycle: "/insOrderPlan/temCycle", // 温度循环查看列表数据(包括通过样品id,循环次数,温度,循环次数进行筛选) |
| | | } |
| | | |
| | | const systemLog = { |