| | |
| | | delProduct: "/capacityScope/delProduct", //删除产品 |
| | | upProduct: "/capacityScope/upProduct", //修改产品 |
| | | getItemTree: "/capacityScope/getItemTree", //获取检验对象树 |
| | | importData: "/capacityScope/importData", //导入检验项目 |
| | | } |
| | | |
| | | const laboratoryScope = { |
| | |
| | | selectSampleAndProductByOrderId: "/insOrder/selectSampleAndProductByOrderId", //通过检验单查询检验数据(数据查看) |
| | | costStatistics: "/insOrder/costStatistics", //费用统计 |
| | | selectSampleDefects: "/insOrder/selectSampleDefects", //样品缺陷指标 |
| | | updateStatus:"/insOrder/updateStatus",//将待审核更新成撤销状态 |
| | | updateInspected:"/insOrder/updateInspected",//将待检验的的撤销进行更改 |
| | | } |
| | | |
| | | const sampleOrder = { |
| | |
| | | upPlanUser: "/insOrderPlan/upPlanUser", //任务交接 |
| | | verifyPlan: "/insOrderPlan/verifyPlan", //复核检验任务 |
| | | submitPlan: "/insOrderPlan/submitPlan", //检验任务提交 |
| | | inspectionOrderDetailsTaskSwitching: "/insOrderPlan/inspectionOrderDetailsTaskSwitching", // 检验单详情-任务切换 |
| | | } |
| | | |
| | | const systemLog = { |
| | |
| | | upStandardTemplate: "/StandardTemplate/upStandardTemplate", //修改检验模板 |
| | | delStandardTemplate: "/StandardTemplate/delStandardTemplate", //删除检验模板 |
| | | getStandardTemplate: "/StandardTemplate/getStandardTemplate", //查询原始记录模板枚举 |
| | | getEditTemplatePreparation: "/StandardTemplate/getEditTemplatePreparation" |
| | | } |
| | | |
| | | const insReport = { |
| | |
| | | page: "/informationNotification/page", //滚动分页查询 |
| | | updateMessageStatus: "/informationNotification/updateMessageStatus", //更新消息状态(拒绝、接收) |
| | | triggerModificationStatusToRead: "/informationNotification/triggerModificationStatusToRead", //点击详情触发修改状态为已读 |
| | | getNumberFourTypesMessagesHomePage: "/informationNotification/getNumberFourTypesMessagesHomePage", // 消息通知-获取首页四种消息数量 |
| | | } |
| | | |
| | | const performanceShift = { |