| | |
| | | getNumberCollect: "/deviceScope/getNumberCollect", //查询数采配置 |
| | | numberCollect: "/deviceScope/numberCollect", //维护数采配置 |
| | | saveDataAcquisitionConfiguration: "/deviceScope/saveDataAcquisitionConfiguration", // 维护数采配置 |
| | | |
| | | queryDataAcquisitionConfiguration: "/deviceScope/queryDataAcquisitionConfiguration", // 查询数采配置 |
| | | deleteDataAcquisitionConfiguration: "/deviceScope/deleteDataAcquisitionConfiguration", // 删除数采配置 |
| | | determineWhetherToCollectData: "/deviceScope/determineWhetherToCollectData", // 判断该设备是否可以数采 |
| | | dataCollection: "/deviceScope/dataCollection", // 数采-数据采集 |
| | | } |
| | | |
| | | const insOrder = { |
| | |
| | | delInsOrderTemplate: "/insOrder/delInsOrderTemplate", //删除检验单模板 |
| | | selectSampleAndProductByOrderId: "/insOrder/selectSampleAndProductByOrderId", //通过检验单查询检验数据(数据查看) |
| | | costStatistics: "/insOrder/costStatistics", //费用统计 |
| | | costStatistics2: "/insOrder/costStatistics2", //费用统计 |
| | | selectSampleDefects: "/insOrder/selectSampleDefects", //样品缺陷指标 |
| | | updateStatus: "/insOrder/updateStatus", //将待审核更新成撤销状态 |
| | | updateInspected: "/insOrder/updateInspected", //将待检验的的撤销进行更改 |